Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glassfish-jaxb for openSUSE:Factory 
checked in at 2025-03-27 22:34:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-jaxb (Old)
 and      /work/SRC/openSUSE:Factory/.glassfish-jaxb.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glassfish-jaxb"

Thu Mar 27 22:34:34 2025 rev:12 rq:1264657 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/glassfish-jaxb/glassfish-jaxb.changes    
2024-11-05 15:41:42.691812178 +0100
+++ /work/SRC/openSUSE:Factory/.glassfish-jaxb.new.2696/glassfish-jaxb.changes  
2025-03-27 22:35:14.179895587 +0100
@@ -1,0 +2,7 @@
+Thu Mar 27 18:03:14 UTC 2025 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * pom-errors.patch
+    + fix errors in pom files that will be fatal with maven 4
+
+-------------------------------------------------------------------

New:
----
  pom-errors.patch

BETA DEBUG BEGIN:
  New:- Added patch:
  * pom-errors.patch
    + fix errors in pom files that will be fatal with maven 4
BETA DEBUG END:

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

Other differences:
------------------
++++++ glassfish-jaxb.spec ++++++
--- /var/tmp/diff_new_pack.pTN1Vm/_old  2025-03-27 22:35:14.951927544 +0100
+++ /var/tmp/diff_new_pack.pTN1Vm/_new  2025-03-27 22:35:14.955927710 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glassfish-jaxb
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 Source0:        https://github.com/javaee/jaxb-v2/archive/%{version}.tar.gz
 Patch0:         txw2-args4j.patch
 Patch1:         glassfish-jaxb-timestamp.patch
+Patch2:         pom-errors.patch
 BuildRequires:  java-devel >= 9
 BuildRequires:  maven-local
 BuildRequires:  unzip
@@ -239,6 +240,7 @@
 
 %patch -P 0
 %patch -P 1 -p1
+%patch -P 2 -p1
 
 pushd jaxb-ri
 

++++++ pom-errors.patch ++++++
--- jaxb-v2-2.3.1/jaxb-ri/jxc/pom.xml   2025-03-25 12:39:34.037242565 +0100
+++ jaxb-v2-2.3.1/jaxb-ri/jxc/pom.xml   2025-03-25 12:48:18.659452762 +0100
@@ -118,6 +118,16 @@
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
                     <execution>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                        <configuration>
+                            
<outputDirectory>${project.build.directory}/mods</outputDirectory>
+                            <excludeArtifactIds>jmockit</excludeArtifactIds>
+                        </configuration>
+                    </execution>
+                    <execution>
                         <id>copy-ant</id>
                         <phase>process-test-sources</phase>
                         <goals>
@@ -164,18 +174,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <systemPropertyVariables>
-                        
<java.io.tmpdir>${project.build.directory}/test-antprojects</java.io.tmpdir>
-                        <bin.folder>${project.build.directory}</bin.folder>
-                    </systemPropertyVariables>
-                    <forkCount>1</forkCount>
-                    <reuseForks>false</reuseForks>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
                     <execution>
@@ -270,22 +268,6 @@
             </plugin>
 
             <plugin>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>copy-dependencies</goal>
-                        </goals>
-                        <configuration>
-                            
<outputDirectory>${project.build.directory}/mods</outputDirectory>
-                            <excludeArtifactIds>jmockit</excludeArtifactIds>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>1.8</version>
--- jaxb-v2-2.3.1/jaxb-ri/runtime/impl/pom.xml  2025-03-25 12:39:34.040540452 
+0100
+++ jaxb-v2-2.3.1/jaxb-ri/runtime/impl/pom.xml  2025-03-25 12:40:27.439835407 
+0100
@@ -100,10 +100,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <workingDirectory>target/test-out</workingDirectory>
@@ -167,11 +163,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <additionalJOptions>
--- jaxb-v2-2.3.1/jaxb-ri/xjc/pom.xml   2025-03-25 12:39:34.080096329 +0100
+++ jaxb-v2-2.3.1/jaxb-ri/xjc/pom.xml   2025-03-25 12:41:52.608402799 +0100
@@ -148,6 +148,16 @@
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
                     <execution>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                        <configuration>
+                            
<outputDirectory>${project.build.directory}/mods</outputDirectory>
+                            <excludeArtifactIds>jmockit</excludeArtifactIds>
+                        </configuration>
+                    </execution>
+                    <execution>
                         <id>copy-ant</id>
                         <phase>validate</phase>
                         <goals>
@@ -247,21 +257,6 @@
                         </configuration>
                     </execution>
                 </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>compile</phase>
-                        <goals>
-                            <goal>copy-dependencies</goal>
-                        </goals>
-                        <configuration>
-                            
<outputDirectory>${project.build.directory}/mods</outputDirectory>
-                            <excludeArtifactIds>jmockit</excludeArtifactIds>
-                        </configuration>
-                    </execution>
-                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to