maven-compiler-plugin icon indicating copy to clipboard operation
maven-compiler-plugin copied to clipboard

Apache Maven Compiler Plugin

Results 132 maven-compiler-plugin issues
Sort by recently updated
recently updated
newest added

Bumps org.ow2.asm:asm from 9.9 to 9.9.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm&package-manager=maven&previous-version=9.9&new-version=9.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

### New feature, improvement proposal Using maven-compiler-plugin:3.11.0 with the compile goal, empty Java source files are always detected as stale. This triggers unnecessary recompilation because the plugin treats these files...

enhancement

By default the matrix will fail fast, but in this case it makes no sense, and is even better to make it non fail fast. Ref: https://github.com/apache/maven-gh-actions-shared/blob/3b6a3fd53a6cc1ea2f5f25625cc9fd6a9d6ebe22/.github/workflows/maven-verify.yml#L162

maintenance

### Affected version 3.14.0, 3.14.1 ### Bug description There are ```import sun.misc.Unsafe;``` in our codes, we want the target class bytecode version is java 8 for the sake of compatibility....

bug

### Affected version 3.12.0, 3.13.0, 3.14.0 ### Bug description After upgrading the maven-compiler-plugin from version 3.11.0 to any version >= 3.11.0, the OpenAPI Generator (org.openapitools:openapi-generator-maven-plugin:7.11.0) fails during the build process....

bug

We have 5 [stale branches](https://github.com/apache/maven-compiler-plugin/branches/stale) having no commit in the last 2 years or more. Can we delete the following branches? [] [MCOMPILER-320_sunmisc](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.x...MCOMPILER-320_sunmisc) (1 commit 6 years ago): I'm not...

maintenance

### Affected version 4.0.0-rc-4 ### Bug description I looked at the current incremental compilation code. After we analyze the compiled class, do we also need to compile other classes related...

bug
enhancement

### New feature, improvement proposal Per https://bugs.openjdk.org/browse/JDK-8318913 this issue is fixed in JDK 22 onward but I am still seeing this output in JDK 25: > JDK-8318913 workaround: patched module-info.class...

enhancement

### New feature, improvement proposal JDK 24+ includes JEP 484 which won't break (as ASM does) with every JDK release. Consider using this API when JDK 24+ is used to...

enhancement

### New feature, improvement proposal I'm using the latest 3.x maven compiler plugin. I need a non-deprecated path to set a compiler option - in this case, -properties= to ecj....

enhancement