Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-javadoc-plugin for 
openSUSE:Factory checked in at 2025-08-17 14:50:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-javadoc-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.maven-javadoc-plugin.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-javadoc-plugin"

Sun Aug 17 14:50:17 2025 rev:23 rq:1299963 version:3.11.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/maven-javadoc-plugin/maven-javadoc-plugin.changes    
    2025-07-22 12:54:36.965845498 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-javadoc-plugin.new.1085/maven-javadoc-plugin.changes
      2025-08-17 14:50:26.248746231 +0200
@@ -1,0 +2,39 @@
+Sun Aug 17 07:08:31 UTC 2025 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to upstream version 3.11.3
+  * Removed
+    + Remove workaround for long patched CVE in javadoc
+  * New features and improvements
+    + Issue #369 Support --no-fonts option per default for jdk 23+
+  * Bug Fixes
+    + Make the legacyMode consistent (Filter out all of the
+      module-info.java files in legacy mode, do not use
+      --source-path in legacy mode)
+    + MJAVADOC-826: Don't try to modify project source roots
+  * Documentation updates
+    + Correct javadoc-no-fork description on index-page
+    + MNGSITE-529: Rename "Goals" to "Plugin Documentation"
+    + (doc) Close links tag in links parameter javadoc example
+  * Maintenance
+    + Be consistent about data encoding when copying files
+    + Clean up JavadocUtilTest
+    + Use Java 7 relativization instead of hand-rolled code
+    + Rephrase source code fix interactive messages for clarity
+    + Reduce non-debug logging
+    + Delete duplicate @throws clause
+    + Use Java 7 relativization instead of our hand-rolled code
+    + Clean up comments and argument names
+    + Issue #378 Cleanup of code related to old non supported Java
+      version
+    + Cure deprecation warning
+    + MJAVADOC-773: deprecate toRelative
+    + Issue #373 Fix JDK 23 build
+    + Fix aggregate Javadoc typo
+    + Enable GH issues
+    + MJAVADOC-825: Prefer NullPointerExceptions for null arguments
+- Removed patches:
+  * 0001-Be-consistent-about-data-encoding-when-copying-files.patch
+  * 0002-Make-the-legacyMode-consistent-and-actually-useful.patch
+    + integrated in this version
+
+-------------------------------------------------------------------

Old:
----
  0001-Be-consistent-about-data-encoding-when-copying-files.patch
  0002-Make-the-legacyMode-consistent-and-actually-useful.patch
  maven-javadoc-plugin-3.11.2.tar.xz

New:
----
  maven-javadoc-plugin-3.11.3.tar.xz

----------(Old B)----------
  Old:- Removed patches:
  * 0001-Be-consistent-about-data-encoding-when-copying-files.patch
  * 0002-Make-the-legacyMode-consistent-and-actually-useful.patch
  Old:  * 0001-Be-consistent-about-data-encoding-when-copying-files.patch
  * 0002-Make-the-legacyMode-consistent-and-actually-useful.patch
    + integrated in this version
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maven-javadoc-plugin.spec ++++++
--- /var/tmp/diff_new_pack.0f8zP9/_old  2025-08-17 14:50:26.756767293 +0200
+++ /var/tmp/diff_new_pack.0f8zP9/_new  2025-08-17 14:50:26.756767293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-javadoc-plugin
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -23,7 +23,7 @@
 %bcond_with bootstrap
 %endif
 %global base_name maven-javadoc-plugin
-Version:        3.11.2
+Version:        3.11.3
 Release:        0
 Summary:        Maven plugin for creating javadocs
 License:        Apache-2.0
@@ -32,8 +32,6 @@
 Source0:        %{base_name}-%{version}.tar.xz
 Source1:        %{base_name}-build.xml
 Patch0:         %{base_name}-bootstrap-resources.patch
-Patch1:         0001-Be-consistent-about-data-encoding-when-copying-files.patch
-Patch2:         0002-Make-the-legacyMode-consistent-and-actually-useful.patch
 BuildRequires:  apache-commons-io
 BuildRequires:  apache-commons-lang3
 BuildRequires:  apache-commons-text
@@ -115,8 +113,6 @@
 cp %{SOURCE1} build.xml
 %patch -P 0 -p1
 %endif
-%patch -P 1 -p1
-%patch -P 2 -p1
 
 %pom_remove_dep :::test:
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0f8zP9/_old  2025-08-17 14:50:26.800769116 +0200
+++ /var/tmp/diff_new_pack.0f8zP9/_new  2025-08-17 14:50:26.804769282 +0200
@@ -2,7 +2,7 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/apache/maven-javadoc-plugin.git</param>
-               <param name="revision">maven-javadoc-plugin-3.11.2</param>
+               <param name="revision">maven-javadoc-plugin-3.11.3</param>
                <param name="match-tag">maven-javadoc-plugin-*</param>
                <param name="versionformat">@PARENT_TAG@</param>
                <param 
name="versionrewrite-pattern">maven-javadoc-plugin-(.*)</param>

++++++ maven-javadoc-plugin-3.11.2.tar.xz -> maven-javadoc-plugin-3.11.3.tar.xz 
++++++
++++ 3424 lines of diff (skipped)

++++++ maven-javadoc-plugin-build.xml ++++++
--- /var/tmp/diff_new_pack.0f8zP9/_old  2025-08-17 14:50:28.960858667 +0200
+++ /var/tmp/diff_new_pack.0f8zP9/_new  2025-08-17 14:50:28.964858833 +0200
@@ -14,7 +14,7 @@
             value="The Apache Maven Javadoc Plugin is a plugin that uses the 
javadoc tool for generating javadocs for the specified project."/>
   <property name="project.groupId" value="org.apache.maven.plugins"/>
   <property name="project.artifactId" value="maven-javadoc-plugin"/>
-  <property name="project.version" value="3.11.2"/>
+  <property name="project.version" value="3.11.3"/>
   <property name="project.organization.name" value="The Apache Software 
Foundation"/>
 
   <property name="spec.version" value="3.11"/>

Reply via email to