From 3c50de710151d13c09c87f431c39f0b114496bc3cb533c468c3cc4a5bbdec0b4 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 18 Jun 2024 09:11:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven?expand=0&rev=102 --- maven.changes | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/maven.changes b/maven.changes index 189135d..865b3fb 100644 --- a/maven.changes +++ b/maven.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue Jun 18 08:12:47 UTC 2024 - Fridrich Strba + +- Upgrade to upstream version 3.9.8 + * Bug + + MNG-7758: o.e.aether.resolution.ArtifactResolutionException + incorrectly examined when multiple repositories are involved + + MNG-8066: Maven hangs on self-referencing exceptions + + MNG-8116: Plugin configuration can randomly fail in case of + method overloading as it doesn't take into account + implementation attribute + + MNG-8131: Property replacement in dependency pom no longer + works + + MNG-8135: Profile activation based on OS properties is no + longer case insensitive + + MNG-8142: If JDK profile activator gets "invalid" JDK version + for whatever reason, it chokes but does not tell why + + MNG-8147: Profile interpolation broke their evaluation in case + of duplicate IDs + * Improvement + + MNG-7902: Sort plugins in validation report + + MNG-8140: When a model is discarded (by model builder) for + whatever reason, show why it happened + + MNG-8141: Model Builder should report if not sure about + "fully correct" outcome + + MNG-8150: Make SimplexTransferListener handle absent + source/target files + * Task + + MNG-8146: Drop use of commons-lang + * Dependency upgrade + + MNG-8136: Update to Eclipse Sisu 0.9.0.M3 + + MNG-8143: Update to commons-cli 1.8.0 + + MNG-8144: Update to Guava 32.2.1-jre + + MNG-8154: Upgrade default plugin bindings + ------------------------------------------------------------------- Tue Jun 11 15:23:33 UTC 2024 - Fridrich Strba