Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
afc409492c |
Binary file not shown.
BIN
maven-resolver-1.9.26-source-release.zip
LFS
Normal file
BIN
maven-resolver-1.9.26-source-release.zip
LFS
Normal file
Binary file not shown.
BIN
maven-resolver-build.tar.xz
LFS
BIN
maven-resolver-build.tar.xz
LFS
Binary file not shown.
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-resolver-supplier
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 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.25
|
||||
Version: 1.9.26
|
||||
Release: 0
|
||||
Summary: Apache Maven Artifact Resolver library
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-resolver
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 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.25
|
||||
Version: 1.9.26
|
||||
Release: 0
|
||||
Summary: Apache Maven Artifact Resolver library
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user