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

maven-compiler-plugin 升级到 3.12.0 #675

Closed
venusdrogon opened this issue Dec 19, 2023 · 4 comments
Closed

maven-compiler-plugin 升级到 3.12.0 #675

venusdrogon opened this issue Dec 19, 2023 · 4 comments
Labels
wontfix This will not be worked on

Comments

@venusdrogon
Copy link
Collaborator

    Release Notes - Maven Compiler Plugin - Version 3.12.0

Bug

  • [MCOMPILER-333] - Incremental compilation causes "mvn clean compile compile" to fail
  • [MCOMPILER-391] - annotationProcessorPaths have to follow dependencyManagement rules
  • [MCOMPILER-544] - ZipException: zip END header not found on POM dependency with Eclipse compiler
  • [MCOMPILER-547] - NPE when --patch-module is used in non-module project

New Feature

  • [MCOMPILER-562] - Add property maven.compiler.outputDirectory to CompilerMojo

Improvement

  • [MCOMPILER-381] - Refactoring needed for isDependencyChanged / Using fileExtensions (AbstractCompilerMojo)
  • [MCOMPILER-534] - Document conditional setting of the --release property
  • [MCOMPILER-542] - clean JDK patch version in module-info.class
  • [MCOMPILER-549] - improve recompilation cause display
  • [MCOMPILER-550] - Make 'outputDirectory' writable
  • [MCOMPILER-558] - compileSourceRoots in testCompile should be writable
  • [MCOMPILER-559] - Warn if overriding the project's artifact's file

Task

Dependency upgrade

@venusdrogon venusdrogon added the 依赖升级 依赖升级 label Dec 19, 2023
@venusdrogon venusdrogon added this to the 4.0.8 milestone Dec 19, 2023
@venusdrogon
Copy link
Collaborator Author

image

@venusdrogon
Copy link
Collaborator Author

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.0:testCompile (default-testCompile) on project feilong-lib-commons-validator: Fatal error compiling: basedir /Users/feilong/workspace/feilong/feilong/feilong-lib/feilong-lib-commons-validator/target/generated-test-sources/test-annotations does not exist -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.0:testCompile (default-testCompile) on project feilong-lib-spring-core: Fatal error compiling: basedir /Users/feilong/workspace/feilong/feilong/feilong-lib/feilong-lib-spring-core/target/generated-test-sources/test-annotations does not exist -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.0:testCompile (default-testCompile) on project feilong-lib-commons-collections4: Fatal error compiling: basedir /Users/feilong/workspace/feilong/feilong/feilong-lib/feilong-lib-commons-collections4/target/generated-test-sources/test-annotations does not exist -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.0:testCompile (default-testCompile) on project feilong-lib-commons-lang3: Fatal error compiling: basedir /Users/feilong/workspace/feilong/feilong/feilong-lib/feilong-lib-commons-lang3/target/generated-test-sources/test-annotations does not exist -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :feilong-lib-commons-validator

@venusdrogon venusdrogon reopened this Dec 19, 2023
@venusdrogon venusdrogon removed this from the 4.0.8 milestone Dec 19, 2023
venusdrogon added a commit that referenced this issue Dec 19, 2023
@venusdrogon
Copy link
Collaborator Author

#718 升级到3.13.0 修复了这个问题

@venusdrogon
Copy link
Collaborator Author

@venusdrogon venusdrogon added wontfix This will not be worked on and removed 依赖升级 依赖升级 labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant