19 Commits

Author SHA256 Message Date
800a9a4a0c Accepting request 1294967 from Java:packages
1.9.24 + _multibuild

OBS-URL: https://build.opensuse.org/request/show/1294967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resolver?expand=0&rev=24
2025-07-22 10:54:23 +00:00
997d5ad086 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=76 2025-07-22 07:25:58 +00:00
0f26f21873 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=75 2025-07-01 13:20:08 +00:00
8b741387a4 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=74 2025-07-01 11:10:18 +00:00
7c006b09f3 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=73 2025-07-01 11:02:44 +00:00
d76116afb2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=72 2025-07-01 10:35:20 +00:00
e9db028647 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=71 2025-07-01 10:24:18 +00:00
19a789cfe2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=70 2025-07-01 07:22:05 +00:00
4b861c1831 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=69 2025-06-27 04:58:56 +00:00
59d976520d Accepting request 1282178 from Java:packages
Add dependency on objectweb-asm to build with sisu 0.9.0.M4

OBS-URL: https://build.opensuse.org/request/show/1282178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resolver?expand=0&rev=23
2025-06-03 15:53:54 +00:00
48466b1a88 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=67 2025-06-03 08:20:25 +00:00
d48615b5cb OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=66 2025-06-03 08:20:04 +00:00
67398756be OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=65 2025-06-02 14:14:25 +00:00
a8e286a3af Accepting request 1280108 from Java:packages
1.9.23

OBS-URL: https://build.opensuse.org/request/show/1280108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resolver?expand=0&rev=22
2025-05-26 16:40:23 +00:00
84d8408cd6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=63 2025-05-26 10:25:11 +00:00
9d32b1e152 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=62 2025-05-11 04:24:27 +00:00
c578ef2a20 Accepting request 1196270 from Java:packages
1.9.22

OBS-URL: https://build.opensuse.org/request/show/1196270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resolver?expand=0&rev=21
2024-08-27 17:39:31 +00:00
c6cc567672 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=60 2024-08-27 09:29:21 +00:00
5a5db974a8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=59 2024-08-26 13:43:25 +00:00
7 changed files with 9 additions and 75 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,36 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 07:40:30 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Update to upstream version 1.9.25
* New features and improvements
+ Add scope support for trusted checksums
+ Name mappers cleanup and new GAECV mapper
+ Proper metadata locking support
+ Ability to augment metadata nature for version range request
* Bug Fixes
+ TrackingFileManager changes
+ Maven filters daemon friendly
+ Remove hack from Basic connector
+ Fix locking issues
* Documentation updates
+ Updated the documentation to reflect the current list of name
mappers
* Maintenance
+ Mild backport: support same properties as Resolver 2.x
+ Maven resolver lockrepro
+ Bugfix: Java 25 broke test
* Dependency updates
+ Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.23.1 to 0.25.0
+ Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24
to 1.26
+ Bump commons-codec:commons-codec from 1.18.0 to 1.20.0
+ Bump org.redisson:redisson from 3.50.0 to 3.52.0
+ Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre
+ Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
+ Bump jettyVersion from 9.4.57.v20241219 to 9.4.58.v20250814
+ Bump mavenVersion from 3.9.10 to 3.9.11
-------------------------------------------------------------------
Tue Jul 22 07:22:59 UTC 2025 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maven-resolver-supplier
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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
@@ -19,7 +19,7 @@
%global base_name maven-resolver
%define _buildshell /bin/bash
Name: %{base_name}-supplier
Version: 1.9.25
Version: 1.9.24
Release: 0
Summary: Apache Maven Artifact Resolver library
License: Apache-2.0

View File

@@ -1,36 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 07:40:30 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Update to upstream version 1.9.25
* New features and improvements
+ Add scope support for trusted checksums
+ Name mappers cleanup and new GAECV mapper
+ Proper metadata locking support
+ Ability to augment metadata nature for version range request
* Bug Fixes
+ TrackingFileManager changes
+ Maven filters daemon friendly
+ Remove hack from Basic connector
+ Fix locking issues
* Documentation updates
+ Updated the documentation to reflect the current list of name
mappers
* Maintenance
+ Mild backport: support same properties as Resolver 2.x
+ Maven resolver lockrepro
+ Bugfix: Java 25 broke test
* Dependency updates
+ Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.23.1 to 0.25.0
+ Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24
to 1.26
+ Bump commons-codec:commons-codec from 1.18.0 to 1.20.0
+ Bump org.redisson:redisson from 3.50.0 to 3.52.0
+ Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre
+ Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
+ Bump jettyVersion from 9.4.57.v20241219 to 9.4.58.v20250814
+ Bump mavenVersion from 3.9.10 to 3.9.11
-------------------------------------------------------------------
Tue Jul 22 07:22:59 UTC 2025 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maven-resolver
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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
@@ -19,7 +19,7 @@
%global base_name maven-resolver
%define _buildshell /bin/bash
Name: %{base_name}
Version: 1.9.25
Version: 1.9.24
Release: 0
Summary: Apache Maven Artifact Resolver library
License: Apache-2.0