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 2022-03-12 17:15:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-compiler-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-compiler-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-compiler-plugin"
Sat Mar 12 17:15:30 2022 rev:6 rq:961205 version:3.10.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-compiler-plugin/maven-compiler-plugin.changes
2022-03-11 11:47:28.186858263 +0100
+++
/work/SRC/openSUSE:Factory/.maven-compiler-plugin.new.25692/maven-compiler-plugin.changes
2022-03-12 17:16:13.714357767 +0100
@@ -1,0 +2,38 @@
+Sat Mar 12 09:36:55 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream release 3.10.1
+ * Removed
+ + [MCOMPILER-484] - Remove deprecated mojos
+ * New features and improvements:
+ + [MCOMPILER-426] - add flag to enable-preview java compiler
+ feature
+ + [MCOMPILER-205] - Add a boolean to generate missing
+ package-info classes by default
+ + [MCOMPILER-474] - Also check jar files when determining if
+ dependencies changed
+ * Bug Fixes:
+ + [MCOMPILER-346] - workaround to jdk bug: assertion error from
+ javaxcompiler javax.tools API
+ + [MCOMPILER-485] - Fixes internal string format in generated
+ package-info.class
+ + [MCOMPILER-225] - javac.sh/javac.bat added to archive
+ + [MCOMPILER-481] - compiler plugin should include static module
+ for compilation
+ + [MCOMPILER-470] -parameters doesn't work with --release
+ + [MCOMPILER-460] - Compiler doesn't show detailed information
+ with the Maven Toolchains
+ * Other changes:
+ + [MCOMPILER-341] Compile module descriptors with
+ TestCompilerMojo
+ + [MCOMPILER-349] changed dependency detection
+ + [MCOMPILER-360] nullpointer exception
+ + [MCOMPILER-306] Fix compilerArgs example usage
+ + [MCOMPILER-349] cleanups
+ + [MCOMPILER-359] Fix for NPE
+ + [MCOMPILER-475] Shared GitHub Actions
+- Removed patches:
+ * 0001-plexus-languages-1.0.patch
+ * 0002-MCOMPILER-359-Fix-for-NPE.patch
+ + not needed with this version
+
+-------------------------------------------------------------------
Old:
----
0001-plexus-languages-1.0.patch
0002-MCOMPILER-359-Fix-for-NPE.patch
maven-compiler-plugin-3.8.1-source-release.zip
New:
----
maven-compiler-plugin-3.10.1-source-release.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-compiler-plugin.spec ++++++
--- /var/tmp/diff_new_pack.4K0inA/_old 2022-03-12 17:16:14.154358277 +0100
+++ /var/tmp/diff_new_pack.4K0inA/_new 2022-03-12 17:16:14.162358286 +0100
@@ -23,24 +23,21 @@
%bcond_with bootstrap
%endif
%global base_name maven-compiler-plugin
-Version: 3.8.1
+Version: 3.10.1
Release: 0
Summary: Maven Compiler Plugin
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://maven.apache.org/plugins/maven-compiler-plugin
-Source0:
http://archive.apache.org/dist/maven/plugins/%{base_name}-%{version}-source-release.zip
+URL: https://maven.apache.org/plugins/maven-compiler-plugin
+Source0:
https://dlcdn.apache.org/maven/plugins/%{base_name}-%{version}-source-release.zip
Source1: %{base_name}-build.xml
Patch0: %{base_name}-bootstrap-resources.patch
-Patch1: 0001-plexus-languages-1.0.patch
-Patch2: 0002-MCOMPILER-359-Fix-for-NPE.patch
-
-BuildRequires: fdupes
BuildRequires: javapackages-local
BuildRequires: maven-lib
BuildRequires: maven-plugin-annotations
BuildRequires: maven-shared-incremental
BuildRequires: maven-shared-utils
+BuildRequires: objectweb-asm
BuildRequires: plexus-compiler
BuildRequires: plexus-languages
BuildRequires: unzip
@@ -53,6 +50,7 @@
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)
@@ -88,11 +86,11 @@
cp %{SOURCE1} build.xml
%patch0 -p1
%endif
-%patch1 -p1
-%patch2 -p1
%pom_remove_dep :::test
+%pom_xpath_remove pom:project/pom:parent/pom:relativePath
+
%build
%if %{with bootstrap}
mkdir -p lib
@@ -104,6 +102,7 @@
maven-plugin-tools/maven-plugin-annotations \
maven-shared-incremental/maven-shared-incremental \
maven-shared-utils/maven-shared-utils \
+ objectweb-asm/asm-all \
plexus-compiler/plexus-compiler-api \
plexus-compiler/plexus-compiler-javac \
plexus-compiler/plexus-compiler-manager \
@@ -122,7 +121,9 @@
%install
%mvn_install
+%if %{without bootstrap}
%fdupes -s %{buildroot}%{_javadocdir}
+%endif
%files -f .mfiles
%license LICENSE NOTICE
++++++ maven-compiler-plugin-bootstrap-resources.patch ++++++
++++ 1943 lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/maven-compiler-plugin/maven-compiler-plugin-bootstrap-resources.patch
++++ and
/work/SRC/openSUSE:Factory/.maven-compiler-plugin.new.25692/maven-compiler-plugin-bootstrap-resources.patch
++++++ maven-compiler-plugin-build.xml ++++++
--- /var/tmp/diff_new_pack.4K0inA/_old 2022-03-12 17:16:14.250358388 +0100
+++ /var/tmp/diff_new_pack.4K0inA/_new 2022-03-12 17:16:14.254358392 +0100
@@ -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.8.1"/>
+ <property name="project.version" value="3.10.1"/>
<property name="project.organization.name" value="The Apache Software
Foundation"/>
- <property name="spec.version" value="3.8"/>
+ <property name="spec.version" value="3.10"/>
<property name="compiler.source" value="1.7"/>
<property name="compiler.target" value="${compiler.source}"/>