6
0

20 Commits

Author SHA256 Message Date
Fridrich Štrba
d07f5a1c9d Merge remote-tracking branch 'pool/factory' into slfo-main 2026-02-04 15:59:57 +01:00
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 53 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,25 +1,3 @@
-------------------------------------------------------------------
Thu Feb 12 17:14:40 UTC 2026 - Fridrich Strba <fstrba@suse.com>
- Update to upstream version 1.9.26
* New features and improvements
+ GH-1773: Treat 410 Gone as 404 Not Found
+ GH-1737: Revert partially parallel upload change
* Bug Fixes
+ GH-1768; Drastically simplify auth caching
+ [1.9.x] Bug: GH-1703 Locally cached artifacts defy RRF
* Documentation updates
+ Clarify that HTTP Transport uses Apache HTTP Client
* Dependency updates
+ Bump org.redisson:redisson from 3.52.0 to 4.2.0
+ Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
+ Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26
to 1.27
+ Bump org.apache.maven:maven-parent from 46 to 47
+ Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.25.0 to 0.25.4
+ Bump mavenVersion from 3.9.11 to 3.9.12
-------------------------------------------------------------------
Wed Dec 17 07:40:30 UTC 2025 - Fridrich Strba <fstrba@suse.com>

View File

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

View File

@@ -1,25 +1,3 @@
-------------------------------------------------------------------
Thu Feb 12 17:14:40 UTC 2026 - Fridrich Strba <fstrba@suse.com>
- Update to upstream version 1.9.26
* New features and improvements
+ GH-1773: Treat 410 Gone as 404 Not Found
+ GH-1737: Revert partially parallel upload change
* Bug Fixes
+ GH-1768; Drastically simplify auth caching
+ [1.9.x] Bug: GH-1703 Locally cached artifacts defy RRF
* Documentation updates
+ Clarify that HTTP Transport uses Apache HTTP Client
* Dependency updates
+ Bump org.redisson:redisson from 3.52.0 to 4.2.0
+ Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
+ Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26
to 1.27
+ Bump org.apache.maven:maven-parent from 46 to 47
+ Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.25.0 to 0.25.4
+ Bump mavenVersion from 3.9.11 to 3.9.12
-------------------------------------------------------------------
Wed Dec 17 07:40:30 UTC 2025 - Fridrich Strba <fstrba@suse.com>

View File

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