Bump maven-compiler-plugin from 3.8.1 to 3.10.0
requested to merge dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.0 into master
Bumps maven-compiler-plugin from 3.8.1 to 3.10.0.
Release notes
Sourced from maven-compiler-plugin's releases.
3.10.0
🚨 Removed
- [MCOMPILER-484] - Remove deprecated mojos (#87) @gnodet
🚀 New features and improvements
- [MCOMPILER-205] - Add a boolean to generate missing package-info classes by default (#88) @gnodet
- [MCOMPILER-474] - Also check jar files when determining if dependencies changed (#73) @Powerrr
🐛 Bug Fixes
- [MCOMPILER-225] - javac.sh/javac.bat added to archive (#91) @olamy
- [MCOMPILER-481] - compiler plugin should include static module for compilation (#82) @olamy
- [MCOMPILER-470] -parameters doesn't work with
--release
- [MCOMPILER-460] - Compiler doesn't show detailed information with the Maven Toolchains
📦 Dependency updates
📝 Documentation updates
- [MCOMPILER-479] - Clarify compiler arguments Javadoc (#90) @hisener
- (doc) Fix typo and follow xml block style used for other parameters (#89) @pzygielo
🔧 Build
- add more jdk for testing (#93) @olamy
3.9.0
Content might be not complete
What's Changed
- [MCOMPILER-341] Compile module descriptors with TestCompilerMojo by @sormuras in https://github.com/apache/maven-compiler-plugin/pull/4
- [MCOMPILER-349] - changed dependency detection. by @atsyganenko in https://github.com/apache/maven-compiler-plugin/pull/6
- [MCOMPILER-360] nullpointer exception by @brychcy in https://github.com/apache/maven-compiler-plugin/pull/7
- [MCOMPILER-306] Fix
compilerArgs
example usage by @Stephan202 in https://github.com/apache/maven-compiler-plugin/pull/9- (doc) Fixed broken links to scm, issue tracker, and mailing list page. by @hendriks73 in https://github.com/apache/maven-compiler-plugin/pull/15
- Fix typos by @geoand in https://github.com/apache/maven-compiler-plugin/pull/16
- Miscellaneous code cleanups by @rhowe in https://github.com/apache/maven-compiler-plugin/pull/17
- [MCOMPILER-349] cleanups by @rhowe in https://github.com/apache/maven-compiler-plugin/pull/18
- (doc) Use !isEmpty() instead of size() > 0 by @rhowe in https://github.com/apache/maven-compiler-plugin/pull/20
- Cleanup debug log handling by @rhowe in https://github.com/apache/maven-compiler-plugin/pull/21
- (doc) Simplify CompilationFailureException by @rhowe in https://github.com/apache/maven-compiler-plugin/pull/19
- MCOMPILER-359 - Fix for NPE by @hohwille in https://github.com/apache/maven-compiler-plugin/pull/28
- (doc) Add example on using --release javac option by @manouti in https://github.com/apache/maven-compiler-plugin/pull/29
- (doc) Fixes in multirelease page by @pzygielo in https://github.com/apache/maven-compiler-plugin/pull/26
... (truncated)
Commits
-
f4239a4
[maven-release-plugin] prepare release maven-compiler-plugin-3.10.0 -
fda9729
fix typo gtrhhhrhr -
49a40ab
use github -
bd72d75
back to snapshot again -
2863d29
[maven-release-plugin] prepare release maven-compiler-plugin-3.10.0 -
807d4e5
use last release plugin version -
037670c
restore snapshot version -
07d635a
[maven-release-plugin] prepare for next development iteration -
a0fa151
[maven-release-plugin] prepare release maven-compiler-plugin-3.10.0 -
500ade4
add more jdk for testing (#93) - Additional commits viewable in compare view