From f74d57d89226867ca56c5db8a62bd6d2c6660520c1d307820bbd1d182afb0134 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 21 Sep 2023 12:22:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resolver?expand=0&rev=48 --- maven-resolver.changes | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/maven-resolver.changes b/maven-resolver.changes index 490751f..ee76674 100644 --- a/maven-resolver.changes +++ b/maven-resolver.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Sep 21 12:10:01 UTC 2023 - Fridrich Strba + +- Upgrade to upstream version 1.9.15 + * Bug + + MRESOLVER-373: Remove lock upgrading code + + MRESOLVER-375: Several key aspects are broken in provided and + trusted checksum feature + + MRESOLVER-376: StackOverflowError at + BfDependencyCollector.processDependency + + MRESOLVER-380: Lock diagnostic: attempted lock step is + recorded, but on failed attempt is not removed + + MRESOLVER-393: Transport HTTP does not retain last modified as + sent by remote end + * Improvement + + MRESOLVER-220: Modify signaling for unsupported operations + + MRESOLVER-382: Define local outgoing (bind) address + + MRESOLVER-385: Reduce default value for + aether.connector.http.connectionMaxTtl + * Task + + MRESOLVER-378: Update parent POM to 40 + + MRESOLVER-381: Undo MRESOLVER-373 as it was fixed by other + means + + MRESOLVER-386: Make all injected ctors public, deprecate all + def ctors + + MRESOLVER-388: Transport HTTP old codec proper override + ------------------------------------------------------------------- Mon Jun 19 15:06:45 UTC 2023 - Fridrich Strba