dependabot[bot]
9ef2164b69
Bump actions/setup-java from 3 to 4
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 18:07:25 +02:00
dependabot[bot]
d9d6200fe6
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 18:07:03 +02:00
Tamas Cservenak
ef9aea6b9c
[MNG-8283] Maven CLIng ( #1750 )
...
New CLI for Maven. Goals are reusability, extensibility and easier embeddability (a la mvnd). If you build this branch, you will end up with Maven distro that uses "new" `maven-cli:org.apache.maven.cling.MavenCling` class as entry point instead of "old" `maven-embedder:org.apache.maven.cli.MavenCli`.
First step is to make "pretty much equivalent" capable CLI as compared to "old", with some exceptions:
* "encryption" ops are gone, those should be in separate tool anyway
* "deprecated and unsupported" CLI options like `-llr` present ONLY to make Maven fail are gone (now Arg parser will fail).
Current state of affairs is messy, MavenCli mixes everything it can, contains interleaved logic for bootstrapping, arg parsing, default logic and executing Maven. First goal is to clean this up.
Commons CLI are also hidden in this PR, so is ClassWorlds. This basically opens up way to have "alternative" CLI arguments parsers as well.
Currently the "local" (CLI) flow is this:
```
arg[] -> localParser -> Request -> localInvoker -> maven runs (in situ)
```
But the point is if you "come up" somehow with a Request instance, one can also do just:
```
Request -> invoker -> maven runs (somewhere)
```
Local parser:
* parses CLI args
* infers the defaults
* creates Request object that contains all information needed to run Maven
* can be reused outside of CLI as well
* does NOT fiddle with Plexus, logging, etc.
Local invoker:
* accepts Request object
* deals with configuring env (logging, etc), creating DI container, and running Maven ONLY
There are some experiments ongoing as well, like `ForkedInvoker` is, but also `MavenTool`.
---
https://issues.apache.org/jira/browse/MNG-8283
2024-10-03 18:03:55 +02:00
Tamas Cservenak
218d11b55e
Add dependabot, we have stale actions
2024-10-03 17:55:24 +02:00
Tamas Cservenak
2e0d09ec7e
Workaround just to test this
2024-10-03 17:46:10 +02:00
Tamas Cservenak
0bfde6311c
[MNG-8282] Disable MNG-0553 IT for Maven 4-beta5+ (feature reworked)
...
---
https://issues.apache.org/jira/browse/MNG-8282
2024-10-03 17:46:10 +02:00
Tamas Cservenak
e2890989c1
[MNG-8267] Disable MNG-5774 ITs for beta-5+
...
Also minor fix, but MavenITmng8220ExtensionWithDITest needs
slf4j-api 2.0.16 that is not in bootstrap.
---
https://issues.apache.org/jira/browse/MNG-8267
2024-10-03 17:46:10 +02:00
Guillaume Nodet
43c0a0ad53
Restore the default parallelism in the model builder ( #1768 )
2024-10-02 23:39:40 +02:00
Guillaume Nodet
4e1de4ef6e
[MNG-8133] IT for ${project.rootDirectory} in external parent ( #368 )
2024-10-02 23:27:02 +02:00
Guillaume Nodet
75e3c05841
[MNG-8279] The project local repository and project collectors are using maven.multiModuleProjectDirectory instead of rootDirectory
2024-10-02 23:26:46 +02:00
Guillaume Nodet
f6417e4944
[MNG-8281] Interpolator service
2024-10-02 23:26:05 +02:00
Guillaume Nodet
5c981cdef0
Add serialVersionUID to API exceptions
2024-10-02 23:26:05 +02:00
Guillaume Nodet
fa8432713a
[MNG-8281] Change the outcome of an IT wrt interpolation ( #370 )
2024-10-02 23:25:37 +02:00
Tamas Cservenak
1062d05cb0
Probable bug: method that nullifies model ( #1735 )
...
* Sus method that nullifies model
* Make it clear
* Same change in new API
* Fix the logic to return the old value when unchanged
---------
Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
2024-10-01 18:55:06 +02:00
Hervé Boutemy
82cf96094f
[MNG-8258] activate Reproducible Builds by default ( #1726 )
2024-10-01 16:51:06 +02:00
Guillaume Nodet
c5211f95cb
[MNG-8258] activate Reproducible Builds by default ( #369 )
2024-10-01 16:50:50 +02:00
dependabot[bot]
ce2675adfa
[MNG-8280] Bump jlineVersion from 3.26.3 to 3.27.0 ( #1764 )
...
Bumps `jlineVersion` from 3.26.3 to 3.27.0.
Updates `org.jline:jline-reader` from 3.26.3 to 3.27.0
- [Release notes](https://github.com/jline/jline3/releases )
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md )
- [Commits](https://github.com/jline/jline3/compare/jline-parent-3.26.3...jline-3.27.0 )
Updates `org.jline:jline-terminal-ffm` from 3.26.3 to 3.27.0
- [Release notes](https://github.com/jline/jline3/releases )
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md )
- [Commits](https://github.com/jline/jline3/compare/jline-parent-3.26.3...jline-3.27.0 )
Updates `org.jline:jline-terminal-jni` from 3.26.3 to 3.27.0
- [Release notes](https://github.com/jline/jline3/releases )
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md )
- [Commits](https://github.com/jline/jline3/compare/jline-parent-3.26.3...jline-3.27.0 )
Updates `org.jline:jansi-core` from 3.26.3 to 3.27.0
- [Release notes](https://github.com/jline/jline3/releases )
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md )
- [Commits](https://github.com/jline/jline3/compare/jline-parent-3.26.3...jline-3.27.0 )
---
updated-dependencies:
- dependency-name: org.jline:jline-reader
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jline:jline-terminal-ffm
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jline:jline-terminal-jni
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jline:jansi-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 16:38:50 +02:00
Martin Desruisseaux
5249e1df4e
Remove a module-related exception which is not used anywhere. ( #1734 )
...
Maybe it was remanent of a previous module support attempt?
2024-10-01 16:36:05 +02:00
Guillaume Nodet
fcb8147268
[MNG-8178] Fall back to system properties for missing profile activation context properties ( #1609 )
...
Missed port to the build implementation from f2a0865
2024-10-01 13:59:58 +02:00
Guillaume Nodet
885a4b3a26
[MNG-8230] Rewrite CI friendly versions ( #1710 )
2024-10-01 13:58:57 +02:00
Guillaume Nodet
4e91c205ea
[MNG-8230] Add tests for CI-friendly versions ( #366 )
2024-10-01 13:57:11 +02:00
Guillaume Nodet
eefe2c73bc
Improve speed in stax readers ( #1748 )
2024-10-01 13:02:58 +02:00
Guillaume Nodet
3fdc54c975
Use Version and Severity directly ( #1756 )
2024-10-01 13:02:36 +02:00
Guillaume Nodet
0cff3ea22b
Improve model validator wrt modelVersion which is now set in the file model ( #1757 )
2024-10-01 13:02:25 +02:00
Guillaume Nodet
075d3acd10
Cleanup assembly rat plugin config ( #1758 )
2024-10-01 13:02:14 +02:00
Guillaume Nodet
04f3609eb0
Fix possible NPE during project building ( #1759 )
2024-10-01 13:02:03 +02:00
dependabot[bot]
5207475361
[MNG-8275] Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre ( #1740 )
...
Bumps [com.google.guava:guava](https://github.com/google/guava ) from 33.3.0-jre to 33.3.1-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 21:28:56 +02:00
dependabot[bot]
9a02b3b39d
[MNG-8276] Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 ( #1741 )
...
Bumps org.apache.velocity:velocity-engine-core from 2.3 to 2.4.
---
updated-dependencies:
- dependency-name: org.apache.velocity:velocity-engine-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 21:28:24 +02:00
dependabot[bot]
e48ff26885
[MNG-8273] Bump mockitoVersion from 5.13.0 to 5.14.1 ( #1762 )
...
Bumps `mockitoVersion` from 5.13.0 to 5.14.1.
Updates `org.mockito:mockito-bom` from 5.13.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1 )
Updates `org.mockito:mockito-junit-jupiter` from 5.13.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 21:27:48 +02:00
dependabot[bot]
ba76c6288e
[MNG-8277] Bump org.junit:junit-bom from 5.11.0 to 5.11.1 ( #1747 )
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 21:26:18 +02:00
dependabot[bot]
6625c0e9ea
[MNG-8274] Bump net.bytebuddy:byte-buddy from 1.15.1 to 1.15.3 ( #1749 )
...
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy ) from 1.15.1 to 1.15.3.
- [Release notes](https://github.com/raphw/byte-buddy/releases )
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md )
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.1...byte-buddy-1.15.3 )
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 21:23:02 +02:00
Guillaume Nodet
be6a535b83
Disable Jenkins temporarily
2024-09-30 16:11:55 +02:00
Guillaume Nodet
e28283d81c
Disable parallelism
2024-09-30 16:11:42 +02:00
XenoAmess
6ffdc2015a
Add license header to m2.conf
2024-09-30 11:23:02 +02:00
Martin Desruisseaux
8f34ea4ce0
More readable formatting in the warning advising users to not publish a project having auto-named dependencies.
...
Note: this warning is questionable. Should it be removed?
2024-09-30 10:55:03 +02:00
Guillaume Nodet
2efeaf75f5
[MNG-8264] Deprecate maven-model-builder
2024-09-28 20:56:59 +02:00
Guillaume Nodet
75738858d6
[MNG-8264] Deprecate maven-resolver-provider
2024-09-28 20:56:59 +02:00
Guillaume Nodet
9404145faa
[MNG-8264] Deprecate maven-settings-builder
2024-09-28 20:56:59 +02:00
Guillaume Nodet
db74ba8788
[MNG-8264] Deprecate maven-toolchain-builder
2024-09-28 20:56:59 +02:00
Guillaume Nodet
d77462e78a
[MNG-8261] Remove jline-terminal-ffm direct dependency ( #1719 )
2024-09-28 20:51:07 +02:00
Guillaume Nodet
2d224623a3
[MNG-8120] Refactor ModelBuilder and ProjectBuilder ( #1700 )
...
With the introduction of the build pom and raw -> build pom transformation, the construction of the effective poms in two steps become very problematic. Over the time, multiple caches have been added to the ProjectBuilder and ModelBuilder related classes which are often redundant.
This PR thus changes things and move the recursive construction of the models fully into the ModelBuilder in a single call. When building build poms, a first step is done by parsing the file models from the root, then building all needed effective models from those. All the inference can be cleanly done because the builder has all the file models ready. The result will be used by the ProjectBuilder to build the projects.
2024-09-28 11:03:24 +02:00
Guillaume Nodet
101fe8f0f0
Fix IT to not use m-install-p 4.0-alpha ( #357 )
...
* Disable MNG-6330 because it now validly finds the parent given the path is not specified
* Add missing roots
2024-09-28 11:03:16 +02:00
Tamas Cservenak
2c6846b09b
No issue, no change ( #1745 )
...
Just a simple PR to make properties file a "properties file"
as majority would expect. According to spec '=', ':', or white space
can be delimiter and this file IS valid, but still, users my
be surprised, or tools like IDEs may misinterpret this,
otherwise valid Java Properties File.
2024-09-24 17:34:45 +02:00
Tamas Cservenak
034ef155da
[MNG-8263] Remove last remnants of wrapper integration ( #1736 )
...
Last two bits to be removed:
* wrapper lifecycle
* exploded scripts
---
https://issues.apache.org/jira/browse/MNG-8263
2024-09-24 09:54:24 +02:00
Tamas Cservenak
45f9b81b4a
Simple typo bugfix (NPE) ( #1731 )
...
No issue, just spotted.
2024-09-19 21:15:51 +02:00
Tamas Cservenak
368ddec0e4
[MNG-8233] Client should handle modelIds as "opaque" ( #1701 )
...
Javadoc states wrong things (about format of modelId, they are
paths in reality), but also these all are "implementation details".
Crafting modelIds to "walk" lineage is wrong, there is a dedicated
method that provide "opaque" key Strings in defined order to
do that. And client should not care (nor assume) anything
about format of the key String.
---
https://issues.apache.org/jira/browse/MNG-8233
2024-09-19 19:38:41 +02:00
Guillaume Nodet
e1e23d9e26
[MNG-8242] Cache flattened parents during model building ( #1703 )
...
During model building, we do not cache any hierarchy inheritance due to profiles that may be activated based on properties from the child projects.
So there's no way to cache the effective parent and just inject it into the child, the whole hierarchy need to be taken into account.
However, flattening the parent (i.e. inject the flattened parent's parent into the raw parent) should provide a parent model which has no parents anymore, not activated and not interpolated, but which can be cached and reused.
2024-09-18 16:37:24 +02:00
Guillaume Nodet
2f5f61a043
[MNG-7255] Infer groupId for intra-reactor dependencies ( #1696 )
2024-09-18 14:26:20 +02:00
Guillaume Nodet
6a54531a0f
[MNG-7255] Infer groupId for dependencies ( #356 )
2024-09-18 14:26:05 +02:00
Guillaume Nodet
9811df363b
[MNG-8260] Fix warning on latest JDK 24.ea ( #1718 )
2024-09-18 14:00:33 +02:00