Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plexus-compiler for openSUSE:Factory
checked in at 2026-03-01 22:14:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plexus-compiler (Old)
and /work/SRC/openSUSE:Factory/.plexus-compiler.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plexus-compiler"
Sun Mar 1 22:14:27 2026 rev:9 rq:1335496 version:2.16.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/plexus-compiler/plexus-compiler.changes
2025-07-22 12:54:43.026097855 +0200
+++
/work/SRC/openSUSE:Factory/.plexus-compiler.new.29461/plexus-compiler.changes
2026-03-01 22:15:06.626667652 +0100
@@ -1,0 +2,51 @@
+Fri Feb 27 15:10:24 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream release 2.16.2
+ * Bug Fixes
+ + Fixed ConcurrentModificationException on compilerArguments
+ * Dependency updates
+ + Bump org.codehaus.plexus:plexus from 24 to 25
+ + Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.1.0
+ + Bump actions/checkout from 4 to 6
+ + Bump org.eclipse.jdt:ecj from 3.43.0 to 3.44.0
+
+-------------------------------------------------------------------
+Fri Feb 27 15:06:41 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream release 2.16.1
+ * Bug Fixes
+ + Fix detecting java version for JDK 1.8
+ + #420: fix detection of java version when JAVA_TOOL_OPTIONS
+ is set
+ * Dependency updates
+ + Bump actions/checkout from 5 to 6
+
+-------------------------------------------------------------------
+Fri Feb 27 15:01:46 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream release 2.16.0
+ * New features and improvements
+ + Added 3 MSVC csharp compiler options
+ + Bump ErrorProne to 2.37.0 - requires Java 17
+ * Bug Fixes
+ + Fix Zip Slip vulnerability in JAR extraction
+ + Fixed wrong excludes management
+ * Maintenance
+ + Replace FileUtils.deleteDirectory(File) with JDK provided API
+ + chore: remove junit3 references
+ + Update Java version checks to include JDK 25
+ + Include JDK 24 in CI
+ + Apply spotless re-formatting
+ + Create codeql.yml
+ + Pass tests with Java 22 and 23
+ * Dependency updates
+ + Bump com.google.guava:guava to 33.5.0-jre
+ + Bump eclipse.sisu.version from 0.9.0.M3 to 0.9.0.M4
+ + Bump org.codehaus.plexus:plexus to 24
+ + Bump org.codehaus.plexus:plexus-testing to 2.0.1
+ + Bump org.codehaus.plexus:plexus-utils to 4.0.2
+ + Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1
+ + Bump org.eclipse.jdt:ecj to 3.43.0
+ + Bump org.hamcrest:hamcrest from 2.2 to 3.0
+
+-------------------------------------------------------------------
Old:
----
plexus-compiler-2.15.0.tar.gz
New:
----
_scmsync.obsinfo
build.specials.obscpio
plexus-compiler-2.16.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plexus-compiler.spec ++++++
--- /var/tmp/diff_new_pack.O7ShSW/_old 2026-03-01 22:15:08.670751661 +0100
+++ /var/tmp/diff_new_pack.O7ShSW/_new 2026-03-01 22:15:08.706753141 +0100
@@ -1,7 +1,7 @@
#
# spec file for package plexus-compiler
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: plexus-compiler
-Version: 2.15.0
+Version: 2.16.2
Release: 0
Summary: Compiler call initiators for Plexus
License: Apache-2.0 AND MIT
++++++ _scmsync.obsinfo ++++++
mtime: 1772219295
commit: a1b479dd50a38fbb760b1c5eb52071b53079a841495e36eea7f88854b328d4c5
url: https://src.opensuse.org/java-packages/plexus-compiler.git
revision: a1b479dd50a38fbb760b1c5eb52071b53079a841495e36eea7f88854b328d4c5
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-02-27 20:09:11.000000000 +0100
@@ -0,0 +1 @@
+.osc
++++++ plexus-compiler-2.15.0.tar.gz -> plexus-compiler-2.16.2.tar.gz ++++++
++++ 3224 lines of diff (skipped)
++++++ plexus-compiler-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml 2025-07-03 20:18:57.510379066 +0200
+++ new/common.xml 2026-02-27 15:59:46.191839766 +0100
@@ -3,7 +3,7 @@
<project name="common" basedir=".">
<property file="build.properties"/>
- <property name="project.version" value="2.15.0"/>
+ <property name="project.version" value="2.16.2"/>
<property name="project.groupId" value="org.codehaus.plexus"/>
<property name="compiler.release" value="8"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plexus-compiler-api/build.xml
new/plexus-compiler-api/build.xml
--- old/plexus-compiler-api/build.xml 2024-01-31 12:37:02.900522160 +0100
+++ new/plexus-compiler-api/build.xml 2026-02-27 20:06:33.004702994 +0100
@@ -54,6 +54,7 @@
<javac destdir="${build.outputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -80,6 +81,7 @@
<javac destdir="${build.testOutputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -184,7 +186,7 @@
nohelp="false"
nonavbar="false"
serialwarn="false"
- charset="ISO-8859-1"
+ encoding="utf-8"
linksource="false"
breakiterator="false"
source="${compiler.source}">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plexus-compiler-manager/build.xml
new/plexus-compiler-manager/build.xml
--- old/plexus-compiler-manager/build.xml 2024-01-31 12:56:25.197784758
+0100
+++ new/plexus-compiler-manager/build.xml 2026-02-27 20:06:39.821331810
+0100
@@ -56,6 +56,7 @@
<javac destdir="${build.outputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -104,6 +105,7 @@
<javac destdir="${build.testOutputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -205,7 +207,7 @@
nohelp="false"
nonavbar="false"
serialwarn="false"
- charset="ISO-8859-1"
+ encoding="utf-8"
linksource="false"
breakiterator="false"
source="${compiler.source}">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plexus-compiler-test/build.xml
new/plexus-compiler-test/build.xml
--- old/plexus-compiler-test/build.xml 2024-01-31 12:34:51.689706105 +0100
+++ new/plexus-compiler-test/build.xml 2026-02-27 20:06:46.949591157 +0100
@@ -51,6 +51,7 @@
<javac destdir="${build.outputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -66,12 +67,6 @@
</target>
<!-- ======================================================================
-->
- <!-- Run all tests
-->
- <!-- ======================================================================
-->
-
- <target name="test" description="Run the test cases"/>
-
- <!-- ======================================================================
-->
<!-- Javadoc target
-->
<!-- ======================================================================
-->
@@ -92,7 +87,7 @@
nohelp="false"
nonavbar="false"
serialwarn="false"
- charset="ISO-8859-1"
+ encoding="utf-8"
linksource="false"
breakiterator="false"
source="${compiler.source}">
@@ -104,7 +99,7 @@
<!-- Package target
-->
<!-- ======================================================================
-->
- <target name="package" depends="compile,test" description="Package the
application">
+ <target name="package" depends="compile" description="Package the
application">
<jar jarfile="${build.dir}/${build.finalName}.jar"
compress="true"
index="false"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plexus-compilers/plexus-compiler-csharp/build.xml
new/plexus-compilers/plexus-compiler-csharp/build.xml
--- old/plexus-compilers/plexus-compiler-csharp/build.xml 2024-01-31
12:57:43.844945138 +0100
+++ new/plexus-compilers/plexus-compiler-csharp/build.xml 2026-02-27
20:06:57.085560916 +0100
@@ -57,6 +57,7 @@
<javac destdir="${build.outputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -106,6 +107,7 @@
<javac destdir="${build.testOutputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -207,7 +209,7 @@
nohelp="false"
nonavbar="false"
serialwarn="false"
- charset="ISO-8859-1"
+ encoding="utf-8"
linksource="false"
breakiterator="false"
source="${compiler.source}">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plexus-compilers/plexus-compiler-eclipse/build.xml
new/plexus-compilers/plexus-compiler-eclipse/build.xml
--- old/plexus-compilers/plexus-compiler-eclipse/build.xml 2024-01-31
13:07:39.682018826 +0100
+++ new/plexus-compilers/plexus-compiler-eclipse/build.xml 2026-02-27
20:07:06.861619683 +0100
@@ -57,6 +57,7 @@
<javac destdir="${build.outputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -106,6 +107,7 @@
<javac destdir="${build.testOutputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -207,7 +209,7 @@
nohelp="false"
nonavbar="false"
serialwarn="false"
- charset="ISO-8859-1"
+ encoding="utf-8"
linksource="false"
breakiterator="false"
source="${compiler.source}">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plexus-compilers/plexus-compiler-javac/build.xml
new/plexus-compilers/plexus-compiler-javac/build.xml
--- old/plexus-compilers/plexus-compiler-javac/build.xml 2024-01-31
12:57:56.975027571 +0100
+++ new/plexus-compilers/plexus-compiler-javac/build.xml 2026-02-27
20:07:15.213576328 +0100
@@ -57,6 +57,7 @@
<javac destdir="${build.outputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -106,6 +107,7 @@
<javac destdir="${build.testOutputDir}"
nowarn="false"
debug="true"
+ encoding="utf-8"
optimize="false"
deprecation="true"
release="${compiler.release}"
@@ -207,7 +209,7 @@
nohelp="false"
nonavbar="false"
serialwarn="false"
- charset="ISO-8859-1"
+ encoding="utf-8"
linksource="false"
breakiterator="false"
source="${compiler.source}">