From 4f864e3fce088e3e9a381fde7e28da75be556323beea3f3f4b9a4a15684c5631 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 5 Jun 2024 14:07:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/sisu?expand=0&rev=36 --- sisu.changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sisu.changes b/sisu.changes index e4a42d1..96f707d 100644 --- a/sisu.changes +++ b/sisu.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 5 14:00:52 UTC 2024 - Fridrich Strba + +- Upgrade to upstream milestone 0.9.0.M3 + * Changes + + Annotate new method + + Update workflow to run on Java 21 + + Build with final Java 21 on GitHub + + Switch to JUnit5 + + Disable annotation processor by default + + Do not silently fail in case of class scanning exceptions + + Formatting issues + + Update to ASM 9.7 + + Update CONTRIBUTING.md + + Align Plexus ASM version + + Rename release profile + + Fix Jacoco coverage repots in Sonar + + Add a method to allow LifecycleManager to free keys + + Licence change: From EPL1 to EPL2 + + update documentation for exposed core extensions, fix anchors + + Trigger Sonarcloud analysis from GHA + ------------------------------------------------------------------- Thu May 16 13:08:26 UTC 2024 - Fridrich Strba