Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump maven.version from 4.0.0-rc-1 to 4.0.0-rc-2 #1230

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps maven.version from 4.0.0-rc-1 to 4.0.0-rc-2.
Updates org.apache.maven:maven-plugin-api from 4.0.0-rc-1 to 4.0.0-rc-2

Release notes

Sourced from org.apache.maven:maven-plugin-api's releases.

4.0.0-rc-2

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Known issues

  • the mvnenc tool used to encrypt passwords in settings is broken
  • download rates appearing in the console display wrong values

Change log

Improvements

Bug fixes

... (truncated)

Commits
  • 2733144 [maven-release-plugin] prepare release maven-4.0.0-rc-2
  • 7c14b3b Remove temporary staging profile
  • 5375f61 [MNG-8414] Warn when not able to downgrade consumer POM unless preserveModelV...
  • e600b09 [MNG-8382] Docgen: remove property numbering, they are misleading and propert...
  • ddae283 [MNG-8245][MNG-8246] Warn when calling before: or after: phases (#1974)
  • 5d449f9 [MNG-8244] Using before:all / all / after:all is not triggered (#1973)
  • 1fd7f87 [MNG-5729] Fix transfer rate computation (#1969)
  • 5897cfe [MNG-8430] Resolver 2.0.5 (#1975)
  • ccbd50c [MNG-5729] Fix possible NPE with introduction of mononic clock (#1972)
  • a85ec9f Add missing package infos (#1980)
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-model from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:maven-core from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:maven-resolver-provider from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:maven-embedder from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:maven-cli from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:maven-api-di from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:maven-jline from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:maven-logging from 4.0.0-rc-1 to 4.0.0-rc-2

Updates org.apache.maven:apache-maven from 4.0.0-rc-1 to 4.0.0-rc-2

Release notes

Sourced from org.apache.maven:apache-maven's releases.

4.0.0-rc-2

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Known issues

  • the mvnenc tool used to encrypt passwords in settings is broken
  • download rates appearing in the console display wrong values

Change log

Improvements

Bug fixes

... (truncated)

Commits
  • 2733144 [maven-release-plugin] prepare release maven-4.0.0-rc-2
  • 7c14b3b Remove temporary staging profile
  • 5375f61 [MNG-8414] Warn when not able to downgrade consumer POM unless preserveModelV...
  • e600b09 [MNG-8382] Docgen: remove property numbering, they are misleading and propert...
  • ddae283 [MNG-8245][MNG-8246] Warn when calling before: or after: phases (#1974)
  • 5d449f9 [MNG-8244] Using before:all / all / after:all is not triggered (#1973)
  • 1fd7f87 [MNG-5729] Fix transfer rate computation (#1969)
  • 5897cfe [MNG-8430] Resolver 2.0.5 (#1975)
  • ccbd50c [MNG-5729] Fix possible NPE with introduction of mononic clock (#1972)
  • a85ec9f Add missing package infos (#1980)
  • Additional commits viewable in compare view

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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 17, 2024
Bumps `maven.version` from 4.0.0-rc-1 to 4.0.0-rc-2.

Updates `org.apache.maven:maven-plugin-api` from 4.0.0-rc-1 to 4.0.0-rc-2
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-1...maven-4.0.0-rc-2)

Updates `org.apache.maven:maven-model` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:maven-core` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:maven-resolver-provider` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:maven-embedder` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:maven-cli` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:maven-api-di` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:maven-jline` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:maven-logging` from 4.0.0-rc-1 to 4.0.0-rc-2

Updates `org.apache.maven:apache-maven` from 4.0.0-rc-1 to 4.0.0-rc-2
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-1...maven-4.0.0-rc-2)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-resolver-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-embedder
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-api-di
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-jline
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:apache-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/maven.version-4.0.0-rc-2 branch from fe53ef5 to 07090eb Compare December 17, 2024 12:38
@cstamas
Copy link
Member

cstamas commented Dec 17, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven.version-4.0.0-rc-2 branch December 17, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant