From c4872cc39eaa8dcf38cd8cbce31e4b4b1b413e504140e91efc0992176fd9aee7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 20 Sep 2023 05:30:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-compiler?expand=0&rev=16 --- plexus-compiler.changes | 53 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/plexus-compiler.changes b/plexus-compiler.changes index f6c6692..03a61f5 100644 --- a/plexus-compiler.changes +++ b/plexus-compiler.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Wed Sep 20 05:18:46 UTC 2023 - Fridrich Strba + +- Upgrade to upstream release 2.13.0 + * New features and improvements + + fully ignore any possible jdk bug + + MCOMPILER-402: Add implicitOption to CompilerConfiguration + + Add a custom compile argument + replaceProcessorPathWithProcessorModulePath to force the + plugin replace processorPath with processormodulepath + + describe compiler configuration on run + + simplify "Compiling" info message: display relative path + * Bug Fixes + + Respect CompilerConfiguration.sourceFiles in + EclipseJavaCompiler + + Avoid NPE in AspectJCompilerTest on AspectJ 1.9.8+ + * Dependency updates + + Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 + + Bump error_prone_core from 2.11.0 to 2.13.1 + + Bump github/codeql-action from 1 to 2 + + Bump ecj from 3.28.0 to 3.29.0 + + Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 + + Bump ecj from 3.29.0 to 3.30.0 + + Bump maven-invoker-plugin from 3.2.2 to 3.3.0 + + Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 + + Bump error_prone_core from 2.13.1 to 2.14.0 + + Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 + + Bump ecj from 3.31.0 to 3.32.0 + + Bump junit-bom from 5.9.0 to 5.9.1 + + Bump ecj from 3.30.0 to 3.31.0 + + Bump groovy from 3.0.12 to 3.0.13 + + Bump groovy-json from 3.0.12 to 3.0.13 + + Bump groovy-xml from 3.0.12 to 3.0.13 + + Bump animal-sniffer-maven-plugin from 1.21 to 1.22 + + Bump error_prone_core from 2.14.0 to 2.15.0 + + Bump junit-bom from 5.8.2 to 5.9.0 + + Bump groovy-xml from 3.0.11 to 3.0.12 + + Bump groovy-json from 3.0.11 to 3.0.12 + + Bump groovy from 3.0.11 to 3.0.12 + * Maintenance + + Require Maven 3.2.5 + + add it for issue #183 but using javac compiler, use properties + for versions in its + + cleanup deprecated unused code + * Build + + use shared release drafter + + Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 + Bump error_prone_core from 2.11.0 to 2.13.1 + Bump github/codeql-action from 1 to 2 + Bump ecj from 3.28.0 to 3.29.0 + Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 + ------------------------------------------------------------------- Sat May 21 19:49:23 UTC 2022 - Fridrich Strba