Eclipse Transformer provides tools and runtime components that transform Java binaries, such as individual class files and complete JARs and WARs, mapping changes to Java packages, type names, and related resource names.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps
maven.target.version
from 3.8.1 to 3.8.8. Updatesorg.apache.maven:maven-core
from 3.8.1 to 3.8.8Release notes
Sourced from org.apache.maven:maven-core's releases.
... (truncated)
Commits
4c87b05
[maven-release-plugin] prepare release maven-3.8.869f7e2b
Using Set<>() for contains()11199cf
Normalize regex patterns6f548e5
Added missing @Deprecated/@deprecated
annotationsad74f9e
[MNG-7720] Wrong build order of forked projects (#1039)a0f460c
[MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selectedae828e4
[3.8.x] [MNG-6889] Deprecate llr option (#1026)83a5c56
[MNG-7679] [REGRESSION] Build fails when executing a single mojo without a POM43dffb9
[MNG-6972] Allow access to org.apache.maven.graphd706656
[MNG-7197] Simplify exit code handling in Windows command startup scriptUpdates
org.apache.maven:maven-model
from 3.8.1 to 3.8.8Release notes
Sourced from org.apache.maven:maven-model's releases.
... (truncated)
Commits
4c87b05
[maven-release-plugin] prepare release maven-3.8.869f7e2b
Using Set<>() for contains()11199cf
Normalize regex patterns6f548e5
Added missing @Deprecated/@deprecated
annotationsad74f9e
[MNG-7720] Wrong build order of forked projects (#1039)a0f460c
[MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selectedae828e4
[3.8.x] [MNG-6889] Deprecate llr option (#1026)83a5c56
[MNG-7679] [REGRESSION] Build fails when executing a single mojo without a POM43dffb9
[MNG-6972] Allow access to org.apache.maven.graphd706656
[MNG-7197] Simplify exit code handling in Windows command startup scriptUpdates
org.apache.maven:maven-artifact
from 3.8.1 to 3.8.8Release notes
Sourced from org.apache.maven:maven-artifact's releases.
... (truncated)
Commits
4c87b05
[maven-release-plugin] prepare release maven-3.8.869f7e2b
Using Set<>() for contains()11199cf
Normalize regex patterns6f548e5
Added missing @Deprecated/@deprecated
annotationsad74f9e
[MNG-7720] Wrong build order of forked projects (#1039)a0f460c
[MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selectedae828e4
[3.8.x] [MNG-6889] Deprecate llr option (#1026)83a5c56
[MNG-7679] [REGRESSION] Build fails when executing a single mojo without a POM43dffb9
[MNG-6972] Allow access to org.apache.maven.graphd706656
[MNG-7197] Simplify exit code handling in Windows command startup scriptUpdates
org.apache.maven:maven-plugin-api
from 3.8.1 to 3.8.8Release notes
Sourced from org.apache.maven:maven-plugin-api's releases.
... (truncated)
Commits
4c87b05
[maven-release-plugin] prepare release maven-3.8.869f7e2b
Using Set<>() for contains()11199cf
Normalize regex patterns6f548e5
Added missing @Deprecated/@deprecated
annotationsad74f9e
[MNG-7720] Wrong build order of forked projects (#1039)a0f460c
[MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selectedae828e4
[3.8.x] [MNG-6889] Deprecate llr option (#1026)83a5c56
[MNG-7679] [REGRESSION] Build fails when executing a single mojo without a POM43dffb9
[MNG-6972] Allow access to org.apache.maven.graphd706656
[MNG-7197] Simplify exit code handling in Windows command startup scriptUpdates
org.apache.maven:apache-maven
from 3.8.1 to 3.8.8Release notes
Sourced from org.apache.maven:apache-maven's releases.
... (truncated)
Commits
4c87b05
[maven-release-plugin] prepare release maven-3.8.869f7e2b
Using Set<>() for contains()11199cf
Normalize regex patterns6f548e5
Added missing @Deprecated/@deprecated
annotationsad74f9e
[MNG-7720] Wrong build order of forked projects (#1039)a0f460c
[MNG-7716] ConcurrencyDependencyGraph deadlock if no root is selectedae828e4
[3.8.x] [MNG-6889] Deprecate llr option (#1026)83a5c56
[MNG-7679] [REGRESSION] Build fails when executing a single mojo without a POM43dffb9
[MNG-6972] Allow access to org.apache.maven.graphd706656
[MNG-7197] Simplify exit code handling in Windows command startup scriptMost Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | org.apache.maven:apache-maven | [>= 3.9.a, < 3.10] | | org.apache.maven:maven-artifact | [>= 3.9.a, < 3.10] | | org.apache.maven:maven-core | [>= 3.9.a, < 3.10] | | org.apache.maven:maven-model | [>= 3.9.a, < 3.10] | | org.apache.maven:maven-plugin-api | [>= 3.9.a, < 3.10] |Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show