Skip to content

Bump org.apache.maven.plugins:maven-plugins from 46 to 47#1019

Merged
slawekjaranowski merged 1 commit intomaven-compiler-plugin-3.xfrom
dependabot/maven/maven-compiler-plugin-3.x/org.apache.maven.plugins-maven-plugins-47
Jan 26, 2026
Merged

Bump org.apache.maven.plugins:maven-plugins from 46 to 47#1019
slawekjaranowski merged 1 commit intomaven-compiler-plugin-3.xfrom
dependabot/maven/maven-compiler-plugin-3.x/org.apache.maven.plugins-maven-plugins-47

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps org.apache.maven.plugins:maven-plugins from 46 to 47.

Release notes

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

47

📦 Dependency updates

Commits

Dependabot compatibility score

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 Jan 13, 2026
@desruisseaux
Copy link
Contributor

The compilation fails on Java 25 with the following compilation errors:

target/it/MCOMPILER-540/code/src/main/java/bar/MyAnnotatedClass.java:25: error: cannot find symbol
    MyGeneratedClass generatedClass = new MyGeneratedClass();
    ^
  symbol:   class MyGeneratedClass
  location: class MyAnnotatedClass
target/it/MCOMPILER-540/code/src/main/java/bar/MyAnnotatedClass.java:25: error: cannot find symbol
    MyGeneratedClass generatedClass = new MyGeneratedClass();
                                          ^
  symbol:   class MyGeneratedClass
  location: class MyAnnotatedClass
2 errors
4 warnings

I presume that MyGeneratedClass was generated by annotation processor. The default value of the -proc compiler option changed from full prior Java 23 to non since Java 23. I presume that the MCOMPILER-540 integration test relies on the default value, which would explain why the same test passes in Java 17 and 21 but fails with Java 25.

The fix would be to add the <proc>full</proc> configuration option in the compiler plugin integration test MCOMPILER-540. We may need to check if there are other tests in this situation.

@desruisseaux

This comment was marked as resolved.

Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 46 to 47.
- [Release notes](https://github.com/apache/maven-parent/releases)
- [Commits](https://github.com/apache/maven-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugins
  dependency-version: '47'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/maven-compiler-plugin-3.x/org.apache.maven.plugins-maven-plugins-47 branch from 01b82fa to 39502a1 Compare January 26, 2026 15:31
@slawekjaranowski slawekjaranowski merged commit 57fa938 into maven-compiler-plugin-3.x Jan 26, 2026
150 of 154 checks passed
@slawekjaranowski slawekjaranowski deleted the dependabot/maven/maven-compiler-plugin-3.x/org.apache.maven.plugins-maven-plugins-47 branch January 26, 2026 21:29
@github-actions github-actions bot added this to the 3.14.2 milestone Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.x 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.

3 participants