From 4c28ecc965ee40389cc5d6c859f48e72e142915657a6b9020d724d5ecde91fd6 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 31 Jan 2024 13:48:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-compiler?expand=0&rev=21 --- plexus-compiler.changes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/plexus-compiler.changes b/plexus-compiler.changes index 03a61f5..fbf39fd 100644 --- a/plexus-compiler.changes +++ b/plexus-compiler.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Jan 31 12:43:57 UTC 2024 - Fridrich Strba + +- Upgrade to upstream release 2.14.2 + * Removed + + Drop J2ObjC compiler + * New features and improvements + + Update AspectJ Compiler to 1.9.21 to support Java 21 + + Require JDK 17 for build + + Improve locking on JavacCompiler + + Include 'parameter' and 'preview' describe log + + Switch to SISU annotations and plugin, fixes #217 + + Support jdk 21 + + Require Maven 3.5.4+ + + Require Java 11 for plexus-compiler-eclipse an + javac-errorprone and aspectj compilers + + Add support to run its with Java 20 + * Bug Fixes + + Fix javac memory leak + + Validate zip file names before extracting (Zip Slip) + + Restore AbstractCompiler#getLogger() method + + Return empty list for not existing source root location + + Improve javac error output parsing - Fix #336 + ------------------------------------------------------------------- Wed Sep 20 05:18:46 UTC 2023 - Fridrich Strba