Fridrich Strba 2022-03-12 09:48:10 +00:00 committed by Git OBS Bridge
parent 06f9afdfd5
commit b1dafb0441

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Sat Mar 12 09:36:55 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream release 3.10.1
* Removed
+ [MCOMPILER-484] - Remove deprecated mojos
* New features and improvements:
+ [MCOMPILER-426] - add flag to enable-preview java compiler
feature
+ [MCOMPILER-205] - Add a boolean to generate missing
package-info classes by default
+ [MCOMPILER-474] - Also check jar files when determining if
dependencies changed
* Bug Fixes:
+ [MCOMPILER-346] - workaround to jdk bug: assertion error from
javaxcompiler javax.tools API
+ [MCOMPILER-485] - Fixes internal string format in generated
package-info.class
+ [MCOMPILER-225] - javac.sh/javac.bat added to archive
+ [MCOMPILER-481] - compiler plugin should include static module
for compilation
+ [MCOMPILER-470] -parameters doesn't work with --release
+ [MCOMPILER-460] - Compiler doesn't show detailed information
with the Maven Toolchains
* Other changes:
+ [MCOMPILER-341] Compile module descriptors with
TestCompilerMojo
+ [MCOMPILER-349] changed dependency detection
+ [MCOMPILER-360] nullpointer exception
+ [MCOMPILER-306] Fix compilerArgs example usage
+ [MCOMPILER-349] cleanups
+ [MCOMPILER-359] Fix for NPE
+ [MCOMPILER-475] Shared GitHub Actions
- Removed patches:
* 0001-plexus-languages-1.0.patch
* 0002-MCOMPILER-359-Fix-for-NPE.patch
+ not needed with this version
-------------------------------------------------------------------
Thu Mar 10 11:31:51 UTC 2022 - Fridrich Strba <fstrba@suse.com>