Tamas Cservenak
c4ccba7bf9
[MNG-7994] Update to Resolver 2.0.0-alpha-6 ( #1373 )
...
Update to alpha-6. Also, move off from deprecated default ctor of def repo session in tests.
---
https://issues.apache.org/jira/browse/MNG-7994
2024-01-11 13:16:51 +01:00
Guillaume Nodet
8460021f02
Remove useless comment which was introduced when wrapper was included
2024-01-09 08:24:07 +01:00
Guillaume Nodet
979fc9a5b6
[MNG-7983] Switch to slf4j-api 2 ( #1358 )
2024-01-09 07:36:58 +01:00
Guillaume Nodet
782e8679bf
[MNG-7995] Switch to JLine to provide line editing ( #1279 )
2024-01-08 11:37:09 +01:00
Guillaume Nodet
fe71f7d8aa
[maven-release-plugin] prepare for next development iteration
2023-12-18 17:27:24 +01:00
Guillaume Nodet
89d3c0321d
[maven-release-plugin] prepare release maven-4.0.0-alpha-10
2023-12-18 17:27:16 +01:00
Tamas Cservenak
a1fdd89745
[MNG-7974] Update Resolver 2.0.0-alpha-5 ( #1337 )
...
Update to Resolver alpha-5 and apply some cleanups.
Notable changes:
* update resolver to 2.0.0-alpha-5
* detach model-builder from maven-artifact (this is important)
* introduce model builder own VersionParser iface (implemented in resolver-provider)
* API VersionParser implementation reuses VersionParser from resolver-provider to implement the service
* various other cleanups, removal of old plexus, etc
---
https://issues.apache.org/jira/browse/MNG-7974
2023-12-18 12:03:17 +01:00
dependabot[bot]
ab09661c64
[MNG-7975] Bump ch.qos.logback:logback-classic from 1.2.11 to 1.2.13 ( #1331 )
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.2.11 to 1.2.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.2.13 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
https://issues.apache.org/jira/browse/MNG-7975
2023-12-17 18:46:41 +01:00
Tamas Cservenak
eee9514d3d
[MNG-7963] Clean up the build ( #1340 )
...
* [MNG-7963] Clean up the build
Changes:
* remove hamcrest 1.3 from scope
* set proc:none to prevent warnings (Sisu APT is on classpath),
we do not use annotation processing, we produce Sisu index
explicitly.
* remove some redundant elements from POMs
2023-12-13 23:19:20 +01:00
Tamas Cservenak
9cd232fc78
Up japicmp baseline ( #1338 )
...
From 3.8.7 to 3.8.8, but these two minors have binary incompatibilities (in ctor), so ignores updated as well.
---
https://issues.apache.org/jira/browse/MNG-7961
2023-12-13 16:20:22 +01:00
Guillaume Nodet
bdafe22f01
[maven-release-plugin] prepare for next development iteration
2023-12-08 16:05:14 +01:00
Guillaume Nodet
8c116306b6
[maven-release-plugin] prepare release maven-4.0.0-alpha-9
2023-12-08 16:04:57 +01:00
Tamas Cservenak
2411c81a9b
Preparations for resolver alpha-3 ( #1328 )
...
Updates Maven to Resolver 2.0.0-alpha-3, that is mostly about renames and config changes.
Related changes for ITs are here: https://github.com/apache/maven-integration-testing/pull/322
---
https://issues.apache.org/jira/browse/MNG-7946
https://issues.apache.org/jira/browse/MNG-7948
2023-12-06 15:08:35 +01:00
Guillaume Nodet
23bca281fc
[MNG-7947] Plugin API ( #1309 )
...
* Add an InternalSession interface to avoid casting to the implementation in various places
* Upgrade to Guice 6.0.0 and add support for jakarta.inject annotations
* Maven 4 Plugin API
2023-12-05 09:11:33 +01:00
Tamas Cservenak
e89b6fd53f
[MNG-7653] Integrate Resolver 2.x onSessionClose ( #1301 )
...
Implement onSessionClose and "resolver 2.x way for sessions"...
As digging happens in same area, some other "resolver configuration" issues resolved as well.
Important: contains a "hack" to fix issue in alpha-2, that is marked with TODO to remove once alpha-3+ used.
---
https://issues.apache.org/jira/browse/MNG-7653
https://issues.apache.org/jira/browse/MNG-7935
https://issues.apache.org/jira/browse/MNG-7936
2023-11-21 12:04:01 +01:00
Guillaume Nodet
d62113772e
Clean up dependencies versions ( #1300 )
2023-11-17 16:31:11 +01:00
Karl Heinz Marbaise
a68443f4e9
[MNG-7932] - Upgrade maven-parent to v41
2023-11-13 20:47:38 +01:00
Karl Heinz Marbaise
2876dc32fe
[MNG-7931] - Upgrade asm version to 9.6
2023-11-13 13:16:58 +01:00
Karl Heinz Marbaise
0287c7aa55
[MNG-7930] - Get rid of WARNING Parameter 'systemProperties' is deprecated
2023-11-13 12:26:04 +01:00
Karl Heinz Marbaise
7cfdedefb6
[MNG-7929] - Upgrade Mockito to 5.7.0
2023-11-13 12:02:12 +01:00
Karl Heinz Marbaise
6f0b5c0639
[MNG-7928] - Upgrade JUnit Jupiter Version 5.10.1
2023-11-13 11:39:39 +01:00
Tamas Cservenak
e6d1b4c5de
[MNG-7909] Upgrade to Resolver 2.0.0-alpha-1 ( #1282 )
...
Upgrade to Resolver 2.0.0.
Changes:
* many UT code used `new DefaultRepositorySystem()` ctor that is gone (was present due SL only), replaced with mocks
* dropped MavenResolverModule Guice module (as AetherGuice module is gone as well)
* updated Resolver version to 2.0.0-alpha-1
* added jdk transport (that prevails apache on Java 11)
* rename of "native" into "apache", deprecate "native" name
* introduce "jdk" transport
---
https://issues.apache.org/jira/browse/MNG-7909
2023-11-07 16:06:40 +01:00
Guillaume Nodet
3fc399318e
[maven-release-plugin] prepare for next development iteration
2023-10-20 21:20:23 +02:00
Guillaume Nodet
a2cbf4873a
[maven-release-plugin] prepare release maven-4.0.0-alpha-8
2023-10-20 21:20:23 +02:00
Guillaume Nodet
066cb3dc17
[MNG-7917] Upgrade to Jansi 2.4.1 ( #1294 )
2023-10-20 17:19:20 +02:00
Guillaume Nodet
2f99c66f86
[MNG-7821] Remove useless animal-sniffer-plugin ( #1289 )
2023-10-18 07:47:35 +02:00
Guillaume Nodet
07db6ec76a
[MNG-7911] Require JDK 11 and support JDK 21 at build time ( #1278 )
2023-10-16 13:25:27 +02:00
Tamas Cservenak
876e8d2b7c
[MNG-7859] Update to Resolver 1.9.16 ( #1261 )
...
Update to resolver 1.9.16
---
https://issues.apache.org/jira/browse/MNG-7859
2023-09-25 15:31:31 +02:00
Slawomir Jaranowski
2a188e75a1
[MNG-7896] Upgrade Junit from 5.9.1 to 5.10.0
2023-09-24 22:16:12 +02:00
Guillaume Nodet
10487d7b5d
[MNG-7820] Get rid of plexus-utils ( #1255 )
2023-09-22 10:59:31 +02:00
Guillaume Nodet
c6380108b1
[MNG-7877] Attach the build POM and simplify build/consumer implementation ( #1240 )
...
.. at the cost of loosing xml formatting in the consumer POMs
2023-09-13 13:39:50 +02:00
Guillaume Nodet
06938249a7
[MNG-7792] Use a standalone asm version ( #1126 )
2023-09-05 23:09:03 +02:00
Tamas Cservenak
857a5e129a
[MNG-7847] Upgrade resolver to 1.9.14
...
---
https://issues.apache.org/jira/browse/MNG-7847
2023-07-25 11:01:15 +02:00
Bruno Volpato
bf56599e7b
Bump guava from 30.1-jre to 32.0.1-jre ( #1191 )
2023-07-11 16:40:49 +02:00
Guillaume Nodet
e39142b77a
[MNG-7830] Switch from plexus-xml to stax / woodstox ( #1185 )
2023-06-29 12:03:50 +02:00
Guillaume Nodet
5b540821f2
[maven-release-plugin] prepare for next development iteration
2023-06-24 10:52:55 +02:00
Guillaume Nodet
bf699a388c
[maven-release-plugin] prepare release maven-4.0.0-alpha-7
2023-06-24 10:52:47 +02:00
Guillaume Nodet
776563528b
[MNG-7824] Bump plexus-xml from 4.0.0 to 4.0.1 ( #1184 )
2023-06-23 23:11:39 +02:00
Guillaume Nodet
a279289bc3
[maven-release-plugin] prepare for next development iteration
2023-06-23 15:08:35 +02:00
Guillaume Nodet
a3f0f12fab
[maven-release-plugin] prepare release maven-4.0.0-alpha-6
2023-06-23 15:08:27 +02:00
Tamas Cservenak
c9ba8bc4bf
[MNG-7800] Update resolver to 1.9.13 ( #1181 )
...
---
https://issues.apache.org/jira/browse/MNG-7800
2023-06-23 10:55:57 +02:00
Tamas Cservenak
edeff8643e
[MNG-7800] Update resolver to 1.9.12 ( #1177 )
...
Resolver 1.9.12
---
https://issues.apache.org/jira/browse/MNG-7800
2023-06-19 11:16:34 +02:00
Guillaume Nodet
bf6b0387a9
[MNG-7800] Bump maven-resolver from 1.9.10 to 1.9.11 ( #1171 )
2023-06-16 12:03:49 +02:00
Guillaume Nodet
c9f0c237e0
[MNG-7816] Bump parent pom from 39 to 40 ( #1170 )
2023-06-16 10:53:25 +02:00
Guillaume Nodet
a2d435b74a
Get rid of maven-shared-utils ( #1158 )
...
Given maven-shared-utils is being deprecated (see MSHARED-1269), we need to remove its usage in maven. Maven core only uses the logging/message related classes from maven-shared-utils, so this PR enhance the initial v4 api with the needed interfaces and move the jansi specific code into maven-embedder.
2023-06-15 16:51:32 +02:00
Guillaume Nodet
967d8fc19c
[MNG-7794][MNG-7809] Deprecate RepositorySystem and make maven-compat optional ( #1150 )
...
* Move maven-compat to jsr330
* Remove more ties to RepositorySystem
* Move more stuff to maven-compat
* Move PluginManager and LocalRepositoryNotAccessibleException to maven-compat
* Fix tests
* Break circular dependency loop in components
* Move unused deprecated classes
2023-06-15 16:24:56 +02:00
Tamas Cservenak
00d350eaca
Update build plugind ( #1166 )
...
Changes:
* buildnumber 1.4 -> 3.2.0
* buildhelper 1.12 -> 3.4.0
* checksum ? -> 1.11
* japicmp 0.16 -> 0.17.2
2023-06-15 15:10:27 +02:00
Guillaume Nodet
e08c95a673
[MNG-7655] Switch to plexus-utils / plexus-xml 4 ( #1093 )
2023-06-04 21:03:41 +02:00
Guillaume Nodet
34685bbc2d
[MNG-7587] Upgrade to sisu 0.9.0.M2 ( #1119 )
2023-05-31 09:38:28 +02:00
Tamas Cservenak
9b6d263bdb
[MNG-7769] Update Resolver to 1.9.10 ( #1102 )
...
From 1.9.8
---
https://issues.apache.org/jira/browse/MNG-7769
2023-05-05 10:00:34 +02:00