From 077218e0a99b7f8737c0976aaa57c378114df27b0f78400f0c2bae9deb6ee0c5 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Oct 2024 22:07:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-reporting-api?expand=0&rev=17 --- maven-reporting-api.changes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/maven-reporting-api.changes b/maven-reporting-api.changes index c8b52f7..c5cb851 100644 --- a/maven-reporting-api.changes +++ b/maven-reporting-api.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 3 22:04:11 UTC 2024 - Fridrich Strba + +- Upgrade to upstream version 4.0.0 + * Improvement + + MSHARED-193: API change: let MavenReportRenderer#render() + throw an exception + + MSHARED-1032: API change: let MavenReport#canGenerateReport() + throw an exception + * Task + + MSHARED-1159: Require locale to be not null + + MSHARED-1231: Remove unused default-report.xml file + + MSHARED-1326: Improve MavenReport interface and + AbstractMavenReport class API +- Fetch sources by source service from Github + ------------------------------------------------------------------- Sun Sep 24 01:57:03 UTC 2023 - Fridrich Strba