From c035637f0d57adf9c6463c7d466f1b25a34a97ab13b78c9c1e0d70d4b62771a0 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 20 Sep 2023 05:18:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-compiler-plugin?expand=0&rev=31 --- maven-compiler-plugin.changes | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/maven-compiler-plugin.changes b/maven-compiler-plugin.changes index cb6f66f..0292494 100644 --- a/maven-compiler-plugin.changes +++ b/maven-compiler-plugin.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Wed Sep 20 05:09:00 UTC 2023 - Fridrich Strba + +- Upgrade to upstream release 3.11.0 + * New features and improvements + + MCOMPILER-494: Add a useModulePath switch to the testCompile + mojo + + MCOMPILER-395: Allow dependency exclusions for + 'annotationProcessorPaths' + + MCOMPILER-522: Use maven-resolver to resolve + 'annotationProcessorPaths' dependencies + + MCOMPILER-516: upgrade plexus-compiler to improve compiling + message + + MCOMPILER-501: compileSourceRoots parameter should be writable + + MCOMPILER-457: Change showWarnings to true by default + + MCOMPILER-457: Warn about warn-config conflicting values + + MCOMPILER-505: Update default source/target from 1.7 to 1.8 + + MCOMPILER-499: display recompilation causes + + MCOMPILER-500: add some parameter to pattern from stale source + calculation + + MCOMPILER-488: dedicated option for implicit javac flag + * Bug Fixes + + MCOMPILER-525: Incorrect detection of dependency change + + MCOMPILER-523: Test with Maven 3.9.0 and fix the failing IT + + MCOMPILER-503: Resolve all annotation processor dependencies + together + + MCOMPILER-512: Defining maven.compiler.release as empty string + ends with NumberFormatException in testCompileMojo + + MCOMPILER-495: Fixes missing dirs in + createMissingPackageInfoClasses + + MCOMPILER-347: Set Xcludes in config passed to actual compiler +- Modified patch: + * maven-compiler-plugin-bootstrap-resources.patch + + regenerate in cycle by itself + ------------------------------------------------------------------- Sat Mar 12 09:36:55 UTC 2022 - Fridrich Strba