Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-compiler-plugin for
openSUSE:Factory checked in at 2026-09-07 11:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-compiler-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-compiler-plugin.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-compiler-plugin"
Mon Sep 7 11:30:36 2026 rev:12 rq:1375775 version:3.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-compiler-plugin/maven-compiler-plugin.changes
2026-02-02 14:58:57.324056660 +0100
+++
/work/SRC/openSUSE:Factory/.maven-compiler-plugin.new.1265/maven-compiler-plugin.changes
2026-09-07 11:32:32.313745710 +0200
@@ -1,0 +2,60 @@
+Thu Sep 3 15:17:02 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream release 3.16.0
+ * New features and improvements
+ + Recompile when dependencies change
+ + Fix incremental detection of empty sources, 3.x
+ * Bug Fixes
+ + MCOMPILER-578: Track outputs across compiler executions
+ + Build fails when annotation processor list is empty (but
+ present)
+ + MCOMPILER-374: Unable to compile MR-JAR code against older
+ directories when module-info.java is present
+ + Make mcompiler-120 IT locale independent
+ * Documentation updates
+ + MCOMPILER-569: Document implicitly compiled excluded sources
+ + Add AGENTS.md + SECURITY.md security-model pointer for scanner
+ discoverability
+ * Maintenance
+ + Avoid using deprecated method CompilerConfiguration
+ .setCompilerVersion
+ + Replace adopt-openj9 by semeru JDK distribution on GH
+ + Port the site documentation from APT to Markdown
+ + Verify against Maven 4.0.0-rc-6
+ + Fix tests on Jenkins
+ + Add AGENTS.md + SECURITY.md security-model pointer for scanner
+ discoverability
+ + Refactor compiler mojo to use dependency injection and improve
+ string handling
+ + Fix ITs for Maven 3.10.x
+ + Update maven-surefire-plugin version to 3.x in the
+ MCOMPILER-481 IT
+ * Dependency updates
+ + Bump plexusCompilerVersion from 2.16.2 to 2.17.0
+ + Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0
+ + use latest Maven 4
+ + Bump apache/maven-gh-actions-shared/.github/workflows/
+ /release-drafter.yml from 4 to 5
+ + Bump apache/maven-gh-actions-shared/.github/workflows/
+ /pr-automation.yml from 4 to 5
+ + Bump apache/maven-gh-actions-shared/.github/workflows/
+ /maven-verify.yml from 4 to 5
+ + Bump org.apache.maven.plugins:maven-plugins from 47 to 49
+ + Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.1
+ to 3.10.1
+ + Bump mavenVersion from 3.9.12 to 3.9.16
+ + Bump org.ow2.asm:asm from 9.9.1 to 9.10.1
+ + Bump org.apache.maven.plugin-testing
+ :maven-plugin-testing-harness from 3.5.0 to 3.5.1
+
+-------------------------------------------------------------------
+Wed Sep 2 10:47:25 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Removed patch:
+ * maven-compiler-plugin-bootstrap-resources.patch
+ + generate the the HelpMojo.java and the plugin descriptors
+ by the actual maven-plugin-plugin mojos
+- Generation of HelpMojo.java and and the plugin descriptors using
+ the actual mojos renders superfluos the bootstrap package flavour
+
+-------------------------------------------------------------------
Old:
----
_multibuild
maven-compiler-plugin-3.15.0-source-release.zip
maven-compiler-plugin-bootstrap-resources.patch
New:
----
maven-compiler-plugin-3.16.0-source-release.zip
----------(Old B)----------
Old:- Removed patch:
* maven-compiler-plugin-bootstrap-resources.patch
+ generate the the HelpMojo.java and the plugin descriptors
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-compiler-plugin.spec ++++++
--- /var/tmp/diff_new_pack.Ju6Lso/_old 2026-09-07 11:32:33.313780768 +0200
+++ /var/tmp/diff_new_pack.Ju6Lso/_new 2026-09-07 11:32:33.314780803 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-compiler-plugin
#
-# 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
@@ -16,25 +16,22 @@
#
-%global flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "bootstrap"
-%bcond_without bootstrap
-%else
-%bcond_with bootstrap
-%endif
-%global base_name maven-compiler-plugin
-Version: 3.15.0
+Name: maven-compiler-plugin
+Version: 3.16.0
Release: 0
Summary: Maven Compiler Plugin
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://maven.apache.org/plugins/maven-compiler-plugin
-Source0:
https://archive.apache.org/dist/maven/plugins/%{base_name}-%{version}-source-release.zip
-Source1: %{base_name}-build.xml
-Patch0: %{base_name}-bootstrap-resources.patch
+Source0:
https://archive.apache.org/dist/maven/plugins/%{name}-%{version}-source-release.zip
+Source1: %{name}-build.xml
+BuildRequires: ant
+BuildRequires: atinject
+BuildRequires: fdupes
BuildRequires: javapackages-local
BuildRequires: maven-lib
BuildRequires: maven-plugin-annotations
+BuildRequires: maven-plugin-plugin
BuildRequires: maven-resolver-api
BuildRequires: maven-resolver-util
BuildRequires: maven-shared-incremental
@@ -45,62 +42,33 @@
BuildRequires: plexus-utils
BuildRequires: unzip
BuildRequires: xmvn-install
+BuildRequires: xmvn-minimal
BuildRequires: xmvn-resolve
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
+Obsoletes: %{name}-bootstrap
BuildArch: noarch
-%if %{with bootstrap}
-Name: %{base_name}-bootstrap
-BuildRequires: ant
-%else
-Name: %{base_name}
-BuildRequires: fdupes
-BuildRequires: xmvn
-BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-jar-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
-BuildRequires: mvn(org.apache.maven.plugins:maven-resources-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
-Obsoletes: %{base_name}-bootstrap
-#!BuildRequires: maven-compiler-plugin-bootstrap
-#!BuildRequires: maven-jar-plugin-bootstrap
-#!BuildRequires: maven-javadoc-plugin-bootstrap
-#!BuildRequires: maven-plugin-plugin-bootstrap
-#!BuildRequires: maven-resources-plugin-bootstrap
-#!BuildRequires: maven-surefire-plugin-bootstrap
-%endif
%description
The Compiler Plugin is used to compile the sources of your project.
-%if %{without bootstrap}
%package javadoc
Summary: Javadoc for %{name}
Group: Documentation/HTML
%description javadoc
API documentation for %{name}.
-%endif
%prep
-%setup -q -n %{base_name}-%{version}
-%if %{with bootstrap}
+%setup -q
cp %{SOURCE1} build.xml
-%patch -P 0 -p1
-%endif
-
-%pom_remove_dep :::test
-# There is nothing to index and this creates a cycle
-%pom_remove_plugin org.eclipse.sisu:sisu-maven-plugin
-
-%pom_xpath_remove pom:project/pom:parent/pom:relativePath
+# Remove all dependencies with scope test, since a raw xmvn does not hide them
+%pom_remove_dep -r :::test:
%build
-%if %{with bootstrap}
mkdir -p lib
build-jar-repository -s lib \
+ atinject \
maven/maven-artifact \
maven/maven-core \
maven/maven-model \
@@ -115,29 +83,18 @@
plexus-compiler/plexus-compiler-manager \
plexus-languages/plexus-java \
plexus/utils
-%{ant} -Dtest.skip=true jar
-%else
-xmvn --batch-mode --offline \
- -Dmaven.test.skip=true \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -Dmaven.compiler.release=8 \
-%endif
- package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
-%endif
+ant -Dtest.skip=true jar javadoc
-%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
+%{mvn_artifact} pom.xml target/%{name}-%{version}.jar
%install
%mvn_install
-%if %{without bootstrap}
+
%fdupes -s %{buildroot}%{_javadocdir}
-%endif
%files -f .mfiles
%license LICENSE NOTICE
-%if %{without bootstrap}
%files javadoc -f .mfiles-javadoc
%license LICENSE NOTICE
-%endif
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.Ju6Lso/_old 2026-09-07 11:32:33.358782345 +0200
+++ /var/tmp/diff_new_pack.Ju6Lso/_new 2026-09-07 11:32:33.362782485 +0200
@@ -1,6 +1,6 @@
-mtime: 1770025396
-commit: f740193a7d2598f5be89acb69b2d801bf2e19471cead620c1fdcc4c58b244d2e
-url: https://src.opensuse.org/java-packages/maven-compiler-plugin.git
-revision: f740193a7d2598f5be89acb69b2d801bf2e19471cead620c1fdcc4c58b244d2e
+mtime: 1788516756
+commit: 260a1c5e438d6e99d6f33bb9ddd3676ea5073ad83810369f4999fc299df6e7d2
+url: https://src.opensuse.org/java-packages/maven-compiler-plugin
+revision: 260a1c5e438d6e99d6f33bb9ddd3676ea5073ad83810369f4999fc299df6e7d2
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ 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-09-04 12:12:36.000000000 +0200
@@ -0,0 +1 @@
+.osc
++++++ maven-compiler-plugin-3.15.0-source-release.zip ->
maven-compiler-plugin-3.16.0-source-release.zip ++++++
++++ 5398 lines of diff (skipped)
++++++ maven-compiler-plugin-build.xml ++++++
--- /var/tmp/diff_new_pack.Ju6Lso/_old 2026-09-07 11:32:34.306815580 +0200
+++ /var/tmp/diff_new_pack.Ju6Lso/_new 2026-09-07 11:32:34.318816000 +0200
@@ -14,10 +14,10 @@
value="The Compiler Plugin is used to compile the sources of your
project."/>
<property name="project.groupId" value="org.apache.maven.plugins"/>
<property name="project.artifactId" value="maven-compiler-plugin"/>
- <property name="project.version" value="3.15.0"/>
+ <property name="project.version" value="3.16.0"/>
<property name="project.organization.name" value="The Apache Software
Foundation"/>
- <property name="spec.version" value="3.15"/>
+ <property name="spec.version" value="3.16"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>
@@ -58,10 +58,22 @@
</target>
<!-- ======================================================================
-->
+ <!-- HelpMojo.java generation target
-->
+ <!-- ======================================================================
-->
+
+ <target name="helpmojo" description="Generate the HelpMojo.java">
+ <exec executable="xmvn" failonerror="true">
+ <arg value="--batch-mode" />
+ <arg value="--offline" />
+ <arg value="org.apache.maven.plugins:maven-plugin-plugin:helpmojo" />
+ </exec>
+ </target>
+
+ <!-- ======================================================================
-->
<!-- Compilation target
-->
<!-- ======================================================================
-->
- <target name="compile" description="Compile the code">
+ <target name="compile" depends="helpmojo" description="Compile the code">
<mkdir dir="${build.outputDir}"/>
<javac destdir="${build.outputDir}"
nowarn="false"
@@ -76,23 +88,10 @@
source="${compiler.source}">
<src>
<pathelement location="${build.srcDir}"/>
+ <pathelement location="${build.dir}/generated-sources/plugin"/>
</src>
<classpath refid="build.classpath"/>
</javac>
- <copy todir="${build.outputDir}">
- <fileset dir="${build.resourceDir}"/>
- <filterchain>
- <expandproperties>
- <propertyset>
- <propertyref name="project.name"/>
- <propertyref name="project.version"/>
- <propertyref name="project.groupId"/>
- <propertyref name="project.artifactId"/>
- <propertyref name="project.description"/>
- </propertyset>
- </expandproperties>
- </filterchain>
- </copy>
<mkdir
dir="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}"/>
<propertyfile
file="${build.outputDir}/META-INF/maven/${project.groupId}/${project.artifactId}/pom.properties">
<entry key="artifactId" value="${project.artifactId}"/>
@@ -103,6 +102,18 @@
</target>
<!-- ======================================================================
-->
+ <!-- Plugin descriptor generation target
-->
+ <!-- ======================================================================
-->
+
+ <target name="plugin" depends="compile" description="Generate plugin
descriptors">
+ <exec executable="xmvn" failonerror="true">
+ <arg value="--batch-mode" />
+ <arg value="--offline" />
+ <arg value="org.apache.maven.plugins:maven-plugin-plugin:descriptor" />
+ </exec>
+ </target>
+
+ <!-- ======================================================================
-->
<!-- Test-compilation target
-->
<!-- ======================================================================
-->
@@ -202,8 +213,8 @@
<!-- Javadoc target
-->
<!-- ======================================================================
-->
- <target name="javadoc" description="Generates the Javadoc of the
application">
- <javadoc sourcepath="${build.srcDir}"
+ <target name="javadoc" depends="helpmojo" description="Generates the Javadoc
of the application">
+ <javadoc sourcepath="${build.srcDir}:${build.dir}/generated-sources/plugin"
packagenames="*"
destdir="${reporting.outputDirectory}/apidocs"
access="protected"
@@ -232,7 +243,7 @@
<!-- Package target
-->
<!-- ======================================================================
-->
- <target name="package" depends="compile,test" description="Package the
application">
+ <target name="package" depends="plugin,test" description="Package the
application">
<jar jarfile="${build.dir}/${build.finalName}.jar"
compress="true"
index="false"