Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-dependency-plugin for 
openSUSE:Factory checked in at 2024-10-16 23:47:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-dependency-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.maven-dependency-plugin.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-dependency-plugin"

Wed Oct 16 23:47:13 2024 rev:5 rq:1208225 version:3.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/maven-dependency-plugin/maven-dependency-plugin.changes
  2023-09-28 00:38:31.068939898 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-dependency-plugin.new.19354/maven-dependency-plugin.changes
       2024-10-16 23:48:45.638006614 +0200
@@ -1,0 +2,49 @@
+Tue Oct 15 19:16:33 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Upgrade to version 3.8.0
+  * Bug
+    + MDEP-875: Regression: list-repositories may produce NPE
+    + MDEP-835: dependency:tree no longer shows optional flag
+    + MDEP-838: "Artifact has not been packaged yet" error message
+      is not very helpful
+    + MDEP-938: 'mdep.overIfNewer' is misnamed from its usage of
+      'mdep.overWriteIfNewer'
+    + MDEP-943: [REGRESSION] appendOutput for tree goal broken for
+      multi-module project
+  * New Feature
+    + MDEP-317: Add goal dependency:analyze-exclusions - check for
+      invalid excludes
+    + MDEP-799: improve mvn dependency:tree - add optional JSON
+      output of the results
+    + MDEP-928: Allow to exclude classes from dependency:analyze
+  * Improvement
+    + MDEP-669: Optimize the documentation of <outputProperty> of
+      build-classpath-mojo
+    + MDEP-893: Get rid of commons-lang3
+    + MDEP-894: Use @Component instead of @Parameter for
+     session/project
+    + MDEP-896: Removing unused code
+    + MDEP-897: Remove old style JavaDoc Plexus docs
+    + MDEP-899: Upgrade maven-plugin parent to 42
+    + MDEP-917: dependency:analyze-exclusions - use Resolver API
+      instead of ProjectBuilder
+    + MDEP-924: Get rid of maven-artifact-transfer from list-classes
+      goal
+    + MDEP-925: Require Maven 3.6.3
+    + MDEP-939: Lock down classifier in dependency:sources goal
+    + MDEP-940: Use Resolver API instead of m-a-t for resolving
+      artifacts
+  * Test
+    + MDEP-710: reenable TestTreeMojo
+  * Task
+    + MDEP-912: Use version for plexus-utils/plexus-xml  from parent
+    + MDEP-914: collect goal description broken in documentation
+    + MDEP-918: Use standard updatePolicy for repositories in ITs
+    + MDEP-923: Code cleanups
+    + MDEP-935: Improvement ITs for dependency:tree
+    + MDEP-941: Deprecate dependency:sources in favor of
+      dependency:resolve-sources
+    + MDEP-945: Fix documentation about get goal
+    + MDEP-913: dependency:collect missing from index page
+
+-------------------------------------------------------------------
@@ -4 +53 @@
-- Update to verion 3.6.0
+- Update to version 3.6.0

Old:
----
  maven-dependency-plugin-3.6.0-source-release.zip

New:
----
  maven-dependency-plugin-3.8.0-source-release.zip

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

Other differences:
------------------
++++++ maven-dependency-plugin.spec ++++++
--- /var/tmp/diff_new_pack.aSigWC/_old  2024-10-16 23:48:46.894058998 +0200
+++ /var/tmp/diff_new_pack.aSigWC/_new  2024-10-16 23:48:46.894058998 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-dependency-plugin
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           maven-dependency-plugin
-Version:        3.6.0
+Version:        3.8.0
 Release:        0
 Summary:        Plugin to manipulate, copy and unpack local and remote 
artifacts
 License:        Apache-2.0
@@ -27,8 +27,7 @@
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  unzip
-BuildRequires:  mvn(commons-io:commons-io)
-BuildRequires:  mvn(org.apache.commons:commons-collections4)
+BuildRequires:  mvn(javax.inject:javax.inject)
 BuildRequires:  mvn(org.apache.commons:commons-lang3)
 BuildRequires:  mvn(org.apache.maven.doxia:doxia-sink-api)
 BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
@@ -36,25 +35,27 @@
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugins:pom:)
 BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-api)
 BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-impl)
+BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-api)
+BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-util)
 BuildRequires:  mvn(org.apache.maven.shared:maven-artifact-transfer)
 BuildRequires:  mvn(org.apache.maven.shared:maven-common-artifact-filters)
-BuildRequires:  mvn(org.apache.maven.shared:maven-dependency-analyzer)
+BuildRequires:  mvn(org.apache.maven.shared:maven-dependency-analyzer) >= 
1.14.1
 BuildRequires:  mvn(org.apache.maven.shared:maven-dependency-tree)
 BuildRequires:  mvn(org.apache.maven.shared:maven-shared-utils)
-BuildRequires:  mvn(org.apache.maven:maven-aether-provider)
 BuildRequires:  mvn(org.apache.maven:maven-artifact)
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-model)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
 BuildRequires:  mvn(org.apache.maven:maven-repository-metadata)
+BuildRequires:  mvn(org.apache.maven:maven-resolver-provider)
 BuildRequires:  mvn(org.apache.maven:maven-settings)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-archiver)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-i18n)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-io)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
-BuildRequires:  mvn(org.eclipse.aether:aether-api)
-BuildRequires:  mvn(org.eclipse.aether:aether-util)
+BuildRequires:  mvn(org.codehaus.plexus:plexus-xml)
 BuildRequires:  mvn(org.eclipse.sisu:sisu-maven-plugin)
+BuildRequires:  mvn(org.slf4j:slf4j-api)
 BuildRequires:  mvn(org.sonatype.plexus:plexus-build-api)
 BuildArch:      noarch
 

++++++ maven-dependency-plugin-3.6.0-source-release.zip -> 
maven-dependency-plugin-3.8.0-source-release.zip ++++++
++++ 12422 lines of diff (skipped)

Reply via email to