Sylwester Lachiewicz
2f7dfcfe82
[MNG-7502] Upgrade to Guice 5.1.0
...
(cherry picked from commit 5502c0c8db
)
2022-09-11 10:00:07 +02:00
Slawomir Jaranowski
55a2182a6b
[MNG-7530] Upgrade Apache Maven parent POM to version 37
...
(cherry picked from commit 750e1e3e71
)
2022-08-25 13:11:45 +02:00
Michael Osipov
73360100ca
[MNG-7522] Upgrade Maven Resolver to 1.8.2
...
This closes #779
2022-07-28 22:09:31 +02:00
Michael Osipov
f164ab5f89
[MNG-7513] Address commons-io_commons-io vulnerability found in maven latest version
...
We can safely remove Commons IO altogether because it is not used in any direct or
transitive usecase at compile time or runtime.
This closes #771
2022-07-18 17:31:06 +02:00
Michael Osipov
9b876fa90b
[MNG-7506] Upgrade Maven Wagon to 3.5.2
2022-06-27 13:33:07 +02:00
Michael Osipov
f0cef23c6e
[MNG-7499] Upgrade Maven Resolver to 1.8.1
...
This closes #754
2022-06-18 12:30:43 +02:00
Tamas Cservenak
ca479180c5
[MNG-7491] Update parent POM 36 (3.9.x) ( #748 )
...
Update parent POM to v 36, remove redundant bits.
2022-06-02 12:57:18 +02:00
Michael Osipov
d0c387b7bd
[MNG-7489] Upgrade JUnit to 4.13.2
2022-05-30 23:23:31 +02:00
Michael Osipov
8a928e59ac
[MNG-7488] Upgrade SLF4J to 1.7.36
2022-05-30 22:50:54 +02:00
Tamas Cservenak
aa0607301f
[MNG-7453] Update Resolver to 1.8.0 ( #724 )
...
Updates Maven Resolver to 1.8.0.
2022-04-22 16:50:57 +02:00
Tamas Cservenak
1ad5a1b1e9
[MNG-7454] Include resolver-transport-http in Maven 3.9.x ( #710 )
...
But keep Wagon as default transport. This PR merely includes
resolver http and file transport and switches wagon-http
to non-shaded one.
Changes:
* switch to non-shaded wagon-http (as httpClient is now shared)
* include resolver http and file transport
* override resolver default behaviour (native transport preferred over wagon, when both on classpath)
* provide simplistic means to choose transport
The chosen transport can be seen in debug (-X) output on line
`[DEBUG] Using transporter XXX...`
The `-Dmaven.transport` simplistic switch can be used to choose transport:
* not set: default, that is Wagon
* `wagon`: explicitly sets Wagon
* `resolver`: explicitly sets resolver native transports (file and http)
* `auto`: relies on resolver "auto discovery" (priorities, etc). This is MUST to keep transport pluggable with 3rd party transports. In fact, this was the default so far in Maven, along with the fact that native resolver transports were not included (as resolver prefers native ones over Wagon).
2022-04-13 12:51:19 +02:00
Tamas Cservenak
083423fd50
[MNG-7441] Update version of loback
...
This issue is fluke, as logback is actually optional
dependency, but still, to cut reports like these from
root, let's do this update.
2022-04-08 10:02:40 +02:00
Hervé Boutemy
88d29675ae
[MNG-7413] fix anchor for XML elements with same name but not content
2022-03-27 14:25:47 +02:00
boris-unckel
e1b46e2339
[MNG-7068] Active dependency management for Google Guice/Guava
...
This closes #462
2022-03-06 20:46:56 +01:00
Michael Osipov
e820dbb24e
[MNG-6878] Upgrade Guice to 4.2.3
2022-03-06 12:16:03 +01:00
Michael Osipov
6ddb75138d
Remove unnecessary plugin dependency
2022-03-06 11:57:53 +01:00
Michael Osipov
453c173713
[MNG-7247] Upgrade Maven Resolver to 1.7.2
2022-03-06 10:52:28 +01:00
Michael Osipov
52b718614a
[MNG-6399] Lift JDK minimum to JDK 8
2022-03-06 10:47:38 +01:00
Michael Osipov
78ca83e2a4
Bump version to 3.9.0-SNAPSHOT
2022-03-06 10:46:56 +01:00
Michael Osipov
0a6f12fba1
[maven-release-plugin] prepare for next development iteration
2022-03-05 12:41:16 +01:00
Michael Osipov
3599d3414f
[maven-release-plugin] prepare release maven-3.8.5
2022-03-05 12:41:04 +01:00
Michael Osipov
572d5260b9
[MNG-7428] Upgrade Maven Parent to 35
2022-03-03 13:16:13 +01:00
Michael Osipov
72c483b527
[MNG-7384] Upgrade Maven JAR Plugin to 3.2.2
2022-01-14 11:32:30 +01:00
Michael Osipov
100b17e1d7
[MNG-7370] Upgrade Maven Wagon to 3.5.1
...
This closes #644
2021-12-28 23:42:20 +01:00
Michael Osipov
8af0a674db
[maven-release-plugin] prepare for next development iteration
2021-11-14 10:14:54 +01:00
Michael Osipov
9b656c72d5
[maven-release-plugin] prepare release maven-3.8.4
2021-11-14 10:14:42 +01:00
Michael Osipov
19c3b917b3
[MNG-7331] Upgrade Jansi to 2.4.0
2021-11-12 19:11:05 +01:00
Michael Osipov
21e597ec77
[maven-release-plugin] prepare for next development iteration
2021-09-27 20:28:37 +02:00
Michael Osipov
ff8e977a15
[maven-release-plugin] prepare release maven-3.8.3
2021-09-27 20:28:25 +02:00
Romain Manni-Bucau
93f9e85955
[MNG-7045] Drop CDI API from Maven
...
This closes #540
2021-09-15 16:40:00 +02:00
Tamas Cservenak
e08834b79e
[MNG-7250] Upgrade Sisu Inject/Plexus to 0.3.5
...
Since we have replaced the old JSR 250 library with javax.annotation library we
go straight to 1.2.
This closes #539
2021-09-13 23:24:06 +02:00
Tamas Cservenak
c76c9d9116
[MNG-7246] Upgrade Plexus Cipher and Sec Dispatcher to 2.0
...
Both plexus-cipher and plexus-sec-dispatcher have had a
groupId change, but plexus-cipher change was implemented
for 1.8 version.
Latest versions of artifacts are 2.0. This PR
ups plexus-cipher version and adds proper changes
for plexus-sec-dispatcher groupId change.
This closes #534
2021-09-11 10:53:52 +02:00
artem.krosheninnikov
ccafe8bf46
[MNG-6841] update plexus-interpolation to 1.26
2021-08-28 23:55:44 +02:00
Karl Heinz Marbaise
0c3fe074bb
[MNG-6818] - Upgrade plexus-utils 3.3.0
2021-08-28 23:01:00 +02:00
Michael Osipov
865dcaa6ff
[maven-release-plugin] prepare for next development iteration
2021-08-04 21:03:42 +02:00
Michael Osipov
ea98e05a04
[maven-release-plugin] prepare release maven-3.8.2
2021-08-04 21:03:30 +02:00
Michael Osipov
7ecdb3c970
[MNG-7198] Upgrade SLF4J to 1.7.32
2021-07-27 15:02:01 +02:00
Michael Osipov
51f6d8b852
[MNG-7196] Upgrade Jansi to 2.3.4
2021-07-25 14:32:50 +02:00
Michael Osipov
842e7c88da
[MNG-7186] Upgrade Guice to 4.2.2
2021-07-12 19:37:37 +02:00
Karl Heinz Marbaise
4259ba8afd
[MNG-6884] - Cleanup POM File after version upgrade
2021-07-02 14:22:39 +02:00
Karl Heinz Marbaise
40f1082cfa
[MNG-6874] - Upgrade Maven Parent to 34
2021-07-02 14:22:18 +02:00
Olivier Lamy
41efc134a9
[MNG-6886] upgrade plexus-cipher to 1.8 and update changed groupId ( #335 )
...
Signed-off-by: olivier lamy <olamy@apache.org>
2021-07-02 10:28:16 +02:00
Slawomir Jaranowski
d862fdd841
[MNG-6993] Upgrade SLF4J to 1.7.30
...
This closes #380
2021-07-02 10:23:24 +02:00
Michael Osipov
14ff5dd0da
[MNG-7177] Upgrade Maven Shared Utils to 3.3.4
2021-06-30 21:11:51 +02:00
rfscholte
bfd7c491b8
[MNG-7179] Upgrade Jansi to 2.3.3
2021-06-30 21:10:54 +02:00
Hervé Boutemy
cfe05372b7
[MNG-7155] upgrade maven-source-plugin from 3.2.0 to 3.2.1
2021-05-16 11:53:46 +02:00
Michael Osipov
fbec4e7b3d
[MNG-7152] Upgrade Maven Resolver to 1.6.3
2021-05-11 14:11:10 +02:00
rfscholte
5213f43df1
[maven-release-plugin] prepare for next development iteration
2021-03-30 19:15:13 +02:00
rfscholte
05c21c65bd
[maven-release-plugin] prepare release maven-3.8.1
2021-03-30 19:14:35 +02:00
Hervé Boutemy
a46906806a
next version in branch 3.8.x is 3.8.1-SNAPSHOT
2021-03-24 19:33:13 +01:00
rfscholte
dad8a3e1c5
[maven-release-plugin] prepare for next development iteration
2021-03-21 22:31:55 +01:00
rfscholte
6aa1f4acf5
[maven-release-plugin] prepare release maven-3.8.0
2021-03-21 22:31:24 +01:00
Hervé Boutemy
e5f6634e17
use Maven Resolver 1.6.2
2021-03-19 20:39:03 +01:00
Michael Osipov
09f77da9b0
[MNG-7119] Upgrade Maven Wagon to 3.4.3
2021-03-16 18:23:34 +01:00
Michael Osipov
e2891667dd
Bump version to 3.8.0-SNAPSHOT
2021-03-16 17:59:50 +01:00
rfscholte
cecedd3430
[maven-release-plugin] prepare release maven-3.6.3
2019-11-19 20:17:06 +01:00
Enrico Olivelli
f8bd6d577e
[MNG-6771] Fix license issues on binary distribution
...
- Update slf4j to 1.7.29
- Do not download ASL v2 license files but copy from local
- add Jsoup license
- keep a specific copy of MIT license for each dependency
- Add NOTICE to binary distribution
- Add Eclipse SISU about.html contents
Patch co-authored by Hervé Boutemy and Enrico Olivelli
2019-11-18 09:00:04 +01:00
Hervé Boutemy
88591a78b0
[MNG-6584] upgrade Wagon to 3.3.4 to get reason phrase handling back
2019-11-11 23:03:49 +01:00
Christian Wansart
0c7c69f78b
[MNG-6778] - Use https for maven schemaLocations
2019-11-07 16:16:39 +01:00
Hervé Boutemy
bd10f00b68
[MNG-6789] upgrade and configure plugins for Reproducible Builds
...
- packaging plugins (source, jar, assembly) 3.2.0
- plexus-metadata 2.1.0
- sisu.inject 3.3.4
2019-11-07 13:35:52 +01:00
rfscholte
3f3d775ede
Rewrite assertTrue to assertThat to get more meaningful messages
2019-10-13 15:33:42 +02:00
Enrico Olivelli
d9a0eee7fe
[maven-release-plugin] prepare for next development iteration
2019-08-27 16:59:23 +02:00
Enrico Olivelli
40f5233313
[maven-release-plugin] prepare release maven-3.6.2
2019-08-27 16:59:01 +02:00
tibordigana
88b632cf3d
[MNG-6738] Upgrade maven-resolver to 1.4.1
2019-08-18 16:59:28 +02:00
tibordigana
203cfc67cc
[MNG-6729] StringSearchModelInterpolator introspects objects from Java API
2019-08-09 16:00:03 +02:00
Guillaume Nodet
74e85329fc
[MNG-6718] Upgrade to plexus-utils 3.2.1 ( #271 )
2019-07-23 19:12:51 +10:00
Hervé Boutemy
f7b4a657db
[MNG-6549] Remove unused transitive dependencies of Guava
...
while at it, did a little bit of cleanup:
- removed aopalliance (like done in maven-resolver-provider)
- removed guice dependency management that should be part of MNG-6475
2019-07-20 11:29:45 +02:00
tibordigana
383c8c11ef
[MNG-6712] Downgrade maven-resolver:1.4.0 to 1.3.3
2019-07-18 14:10:34 +02:00
Michael Osipov
edf61684c8
[MNG-6674] Upgrade Wagon to 3.3.3
2019-06-17 22:19:34 +02:00
Michael Osipov
3d76faed00
Merge branch 'MNG-6672'
2019-06-13 11:40:08 +02:00
Michael Osipov
25ffca0633
[MNG-6672] Upgrade Maven Resolver to 1.4.0
2019-06-12 23:23:14 +02:00
Stefan Oehme
8f1cac0b1c
[MNG-6671] Upgrade Modello to 1.11
2019-06-10 15:18:30 +02:00
Michael Osipov
92b5191726
Revert "Modello changes"
...
They weren't properly squashed and worded.
This reverts commit 5035837094
.
This reverts commit 8aaeb8adf5
.
2019-06-10 13:55:38 +02:00
Michael Osipov
5035837094
[MNG-6671] Upgrade Modello to 1.10.1
...
This closes #252
2019-06-10 11:35:48 +02:00
Stefan Oehme
8aaeb8adf5
[MNG-6581] - Update to latest Modello plugin version
2019-06-10 11:08:29 +02:00
MartinKanters
aed5130487
[MNG-6665] toolchain.xml file should support environment variables
2019-06-08 10:43:12 +02:00
Sylwester Lachiewicz
61d888c785
[MNG-6646] Upgrade maven-assembly-plugin to 3.1.1
2019-04-19 23:42:59 +02:00
Hervé Boutemy
55614d32d9
[MNG-6627] upgrade Plexus container to 2.0.0 for Reproducible Builds
2019-04-07 16:18:23 +02:00
Karl Heinz Marbaise
5222f03d05
[maven-release-plugin] prepare for next development iteration
2019-04-04 20:56:37 +02:00
Karl Heinz Marbaise
d66c9c0b31
[maven-release-plugin] prepare release maven-3.6.1
2019-04-04 20:56:16 +02:00
Sylwester Lachiewicz
a7acfe75b1
[MNG-6611] Update animal-sniffer-maven-plugin to version 1.17
...
Fixes #237
2019-03-29 15:55:28 +01:00
Sylwester Lachiewicz
5306cd010e
[MNG-6506] [MNG-6543] Upgrade Plexus Classworlds to 2.6.0
...
Enable plugins that use the new JPMS Java 9 API to work in Java 9+
2019-03-28 21:06:18 +01:00
Sylwester Lachiewicz
0be26449fb
[MNG-6538] Upgrade maven-resolver to 1.3.3
2019-03-24 22:47:59 +01:00
Hervé Boutemy
0b10fe75a5
[MNG-6597] add input location tracking for plugins configuration
...
add also xpp3-extended-writer directly in Maven core
2019-03-11 23:44:31 +01:00
Michael Osipov
4decfcfcfe
[MNG-6591] Upgrade to Wagon 3.3.2
2019-02-13 19:46:38 +01:00
Sylwester Lachiewicz
b7249aff22
Revert [MNG-6069] Migrate to non deprecated parts of Commons CLI
...
This reverts commit 396291bba0
due to regression
2019-02-01 21:41:23 +01:00
Sylwester Lachiewicz
396291bba0
[MNG-6069] Migrate to non deprecated parts of Commons CLI ( #153 )
2019-01-13 21:19:39 +01:00
Michael Osipov
391a1118fa
[MNG-6526] Upgrade to Wagon 3.3.1
2019-01-06 19:31:04 +01:00
Fabiano C. de Oliveira
9f07b0362f
[MNG-6261] - using File apis to compare
2018-11-23 23:37:56 -02:00
Karl Heinz Marbaise
6e376d424e
[maven-release-plugin] prepare for next development iteration
2018-10-24 20:38:30 +02:00
Karl Heinz Marbaise
97c98ec64a
[maven-release-plugin] prepare release maven-3.6.0
2018-10-24 20:38:06 +02:00
Karl Heinz Marbaise
6688d76dcd
[MNG-6497] - Upgrade guava / guice
2018-10-24 19:11:09 +02:00
Sylwester Lachiewicz
6e619a1bcb
[MNG-6496] Upgrade Maven Resolver to 1.3.1
...
Fixes #187
2018-10-18 00:44:30 +02:00
Hervé Boutemy
13a0a5f51f
[MNG-6491] upgraded commons-lang3 to fix tests failure with JDK 10/11
2018-10-14 18:06:36 +02:00
Michael Osipov
0345cd1314
[MNG-6489] Upgrade Maven Resolver to 1.3.0
2018-10-09 23:41:22 +02:00
Michael Osipov
ca45efdbf5
[MNG-6486] Upgrade to Wagon 3.2.0
2018-10-02 23:04:43 +02:00
Karl Heinz Marbaise
421164ef2b
Excluded the license files cause they do not contain
...
a license of themselfs.
2018-09-22 11:43:21 +02:00
Sylwester Lachiewicz
91fa89ea28
[MNG-6479] Upgrade XMLUnit to 2.2.1 ( #183 )
2018-09-17 07:33:54 +10:00
Hervé Boutemy
10388b39ba
[MNG-6478] upgraded parent to 33 for sha512 checksum on release
2018-09-15 22:11:22 +02:00
Phillip Webb
01f098efd1
[MNG-6475] Remove unused Guava dependencies
2018-09-13 20:45:25 +02:00