Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-dependency-analyzer for 
openSUSE:Factory checked in at 2023-09-28 00:26:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-dependency-analyzer (Old)
 and      /work/SRC/openSUSE:Factory/.maven-dependency-analyzer.new.23327 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-dependency-analyzer"

Thu Sep 28 00:26:07 2023 rev:5 rq:1113872 version:1.13.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/maven-dependency-analyzer/maven-dependency-analyzer.changes
      2023-09-07 21:13:35.855142541 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-dependency-analyzer.new.23327/maven-dependency-analyzer.changes
   2023-09-28 00:38:29.684889552 +0200
@@ -1,0 +2,48 @@
+Wed Sep 27 10:34:26 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to upstream version 1.13.2
+  * Changes
+    + MSHARED-761: Make mvn dependency:analyze work with OpenJDK 11
+    + MSHARED-786: jdk8 incompatibility at runtime
+      (NoSuchMethodError)
+    + MSHARED-870: Upgrade asm to 8.0.1
+    + use try with resources to avoid leaks
+    + MDEP-708: dependency:analyze recommends test scope for
+      test-only artifacts that have non-test scope
+    + remove reference to deprecated public mutable field
+    + MDEP-712: update JIRA URL
+    + MDEP-708: dependency:analyze should recommend narrower scope
+      where possible
+    + MSHARED-932: remove dependency on jmock
+    + MDEP-753: inline deprecated field
+    + MDEP-753: add more JavaDoc
+    + MDEP-753: handle different classes from same artifact used by
+      model and test code
+    + MDEP-779: include class names in used undeclared dependencies
+    + MSHARED-997: Check maximum allowed Maven version
+    + MSHARED-1035: Get rid of maven-plugin-testing-tools for IT
+      test
+    + Require Maven 3.2.5+
+    + MSHARED-1036: Analyze project classes only once
+    + MSHARED-1039: Fix array parsing
+    + MSHARED-1037: CONSTANT_METHOD_TYPE should not add to classes
+    + MSHARED-1038: Inner classes are in same compilation unit as
+      container class
+    + MSHARED-1085: Upgrade Parent to 36
+    + MSHARED-1119: Cleanup IT tests
+    + MSHARED-894: replace Codehaus Plexus utils with
+      java.nio.file.Files and Apache Commons
+    + MDEP-757: bug with "non-test scoped test only dependencies
+      found"
+    + MSHARED-1218: Bump asm from 9.4 to 9.5
+    + MSHARED-1220: Refresh download page
+    + MSHARED-1219: Upgrade Parent to 39
+    + MSHARED-1205: Build on JDK 19, 20
+    + MSHARED-1224: Prefer JDK classes to Plexus utils
+    + MSHARED-1149: Replace System.out by logger
+    + MSHARED-1247: java.lang.RuntimeException: Unknown constant
+      pool type
+    + MSHARED-1249: Switch to JUnit 5
+    + MSHARED-1250: Dependency improvements
+
+-------------------------------------------------------------------

Old:
----
  maven-dependency-analyzer-1.10-source-release.zip

New:
----
  maven-dependency-analyzer-1.13.2-source-release.zip

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

Other differences:
------------------
++++++ maven-dependency-analyzer.spec ++++++
--- /var/tmp/diff_new_pack.K3TgY0/_old  2023-09-28 00:38:30.748928257 +0200
+++ /var/tmp/diff_new_pack.K3TgY0/_new  2023-09-28 00:38:30.748928257 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           maven-dependency-analyzer
-Version:        1.10
+Version:        1.13.2
 Release:        0
 Summary:        Maven dependency analyzer
 License:        Apache-2.0
@@ -26,26 +26,16 @@
 Source0:        
https://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
 Source1:        %{name}-build.xml
 BuildRequires:  ant
-BuildRequires:  apache-commons-cli
+BuildRequires:  apache-commons-io
 BuildRequires:  apache-commons-lang3
 BuildRequires:  atinject
 BuildRequires:  fdupes
-BuildRequires:  google-guice
-BuildRequires:  guava
 BuildRequires:  javapackages-local >= 6
-BuildRequires:  jdom2
 BuildRequires:  maven-lib
 BuildRequires:  objectweb-asm
-BuildRequires:  plexus-classworlds
-BuildRequires:  plexus-cli
-BuildRequires:  plexus-containers-component-annotations
-BuildRequires:  plexus-metadata-generator
-BuildRequires:  plexus-utils
-BuildRequires:  qdox
 BuildRequires:  sisu-inject
-BuildRequires:  sisu-plexus
+BuildRequires:  slf4j
 BuildRequires:  unzip
-BuildRequires:  xbean
 BuildArch:      noarch
 
 %description
@@ -67,31 +57,18 @@
 %setup -q
 cp %{SOURCE1} build.xml
 
-# Do not require maven2
-%pom_change_dep :maven-project :maven-core
-
 %build
 mkdir -p lib
 build-jar-repository -s lib \
        apache-commons-lang3 \
        atinject \
-       commons-cli \
-       guava/guava \
-       guice/google-guice-no_aop \
-       jdom2/jdom2 \
+    commons-io \
        maven/maven-artifact \
        maven/maven-core \
        maven/maven-model \
        objectweb-asm/asm \
        org.eclipse.sisu.inject \
-       org.eclipse.sisu.plexus \
-       plexus-classworlds \
-       plexus/cli \
-       plexus-containers/plexus-component-annotations \
-       plexus-metadata-generator \
-       plexus/utils \
-       qdox \
-       xbean/xbean-reflect
+    slf4j/api
 
 %{ant} \
        -Dtest.skip=true \

++++++ maven-dependency-analyzer-1.10-source-release.zip -> 
maven-dependency-analyzer-1.13.2-source-release.zip ++++++
++++ 11128 lines of diff (skipped)

++++++ maven-dependency-analyzer-build.xml ++++++
--- /var/tmp/diff_new_pack.K3TgY0/_old  2023-09-28 00:38:30.900933786 +0200
+++ /var/tmp/diff_new_pack.K3TgY0/_new  2023-09-28 00:38:30.904933932 +0200
@@ -8,14 +8,15 @@
 
   <property file="build.properties"/>
 
-  <property name="project.version" value="1.10"/>
+  <property name="project.version" value="1.13.2"/>
   <property name="project.groupId" value="org.apache.maven.shared"/>
   <property name="project.artifactId" value="maven-dependency-analyzer"/>
   <property name="project.name" value="Apache Maven Dependency Analyzer"/>
 
   <property name="project.organization.name" value="The Apache Software 
Foundation"/>
 
-  <property name="compiler.source" value="1.8"/>
+  <property name="compiler.release" value="8"/>
+  <property name="compiler.source" value="1.${compiler.release}"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
   <property name="build.finalName" 
value="${project.artifactId}-${project.version}"/>
@@ -64,6 +65,7 @@
            encoding="UTF-8"
            optimize="false"
            deprecation="true"
+           release="${compiler.release}"
            target="${compiler.target}"
            verbose="false"
            fork="false"
@@ -76,31 +78,25 @@
   </target>
 
   <!-- ====================================================================== 
-->
-  <!-- Target to generate Plexus component.xml                                
-->
+  <!-- Sisu javax.inject.Named generation target                              
-->
   <!-- ====================================================================== 
-->
 
-  <target name="plexus"
+  <target name="sisu"
           depends="compile"
-          description="Generate Plexus component.xml">
-    <mkdir dir="${build.outputDir}/META-INF/plexus"/>
-    <java classname="org.codehaus.plexus.metadata.PlexusMetadataGeneratorCli"
-          failonerror="true"
-          fork="true">
-      <!-- <jvmarg value="-verbose"/> -->
-      <classpath>
-        <path refid="build.classpath"/>
-        <pathelement location="${build.outputDir}"/>
-      </classpath>
-      <arg value="-X"/>
-      <arg value="-s"/>
-      <arg value="${build.srcDir}"/>
-      <arg value="-c"/>
-      <arg value="${build.outputDir}"/>
-      <arg value="-m"/>
-      <arg value="${build.outputDir}/META-INF/plexus"/>
-      <arg value="-o"/>
-      <arg value="${build.outputDir}/META-INF/plexus/components.xml"/>
-    </java>
+          description="Generate javax.inject.Name index">
+    <sequential>
+         <java classname="org.eclipse.sisu.space.SisuIndex"
+               failonerror="true"
+                       fork="true">
+        <classpath>
+          <path refid="build.classpath"/>
+        </classpath>
+        <arg value="${build.outputDir}"/>
+      </java>
+      <move todir="${build.outputDir}/META-INF">
+        <fileset dir="META-INF"/>
+      </move>
+       </sequential>
   </target>
 
   <!-- ====================================================================== 
-->
@@ -108,7 +104,7 @@
   <!-- ====================================================================== 
-->
 
   <target name="compile-tests"
-          depends="plexus"
+          depends="sisu"
           description="Compile the test code"
           unless="test.skip">
     <mkdir dir="${build.testOutputDir}"/>
@@ -232,7 +228,7 @@
   <!-- Package target                                                         
-->
   <!-- ====================================================================== 
-->
 
-  <target name="package" depends="plexus,test" description="Package the 
application">
+  <target name="package" depends="sisu,test" description="Package the 
application">
     <jar jarfile="${build.dir}/${build.finalName}.jar"
          compress="true"
          index="false"

Reply via email to