From 7114957ec414f03e854a4c3a838f0a691eaa2e29 Mon Sep 17 00:00:00 2001 From: herbie-bot Date: Fri, 11 Sep 2026 12:28:41 +0000 Subject: [PATCH] chore: publish Maven monthly updates (AUGUST 2026) Signed-off-by: herbie-bot --- src/data/de/updates-maven.json | 76 ++++++++++++++++++++++++++++++++++ src/data/en/updates-maven.json | 76 ++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) diff --git a/src/data/de/updates-maven.json b/src/data/de/updates-maven.json index 102feb47..75bac57d 100644 --- a/src/data/de/updates-maven.json +++ b/src/data/de/updates-maven.json @@ -1,4 +1,80 @@ [ + { + "month": "AUGUST", + "year": 2026, + "excerpt": "Fortgesetzte Modernisierungs‑ und Wartungsarbeiten, einschließlich der Fertigstellung der JUnit3‑zu‑JUnit5‑Testmigration, und Fortschritte bei der Projektdokumentation.", + "categories": [ + { + "title": "Security of the Supply Chain", + "items": [ + { + "text": "Maven Artifact‑Plugin angepasst, um Verbesserungen bei der Buildinfo‑Generierung und dem Build‑Vergleich im Kontext reproduzierbarer Builds zu ermöglichen (GitHub Issue https://github.com/support-and-care/maven-support-and-care/issues/242)", + "type": "FEATURE", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/242" + } + ] + }, + { + "title": "Wartung", + "items": [ + { + "text": "Monatliche Veröffentlichung von Maven‑Updates auf der Open Elements‑Website automatisiert.", + "type": "MAINTENANCE", + "link": "https://github.com/support-and-care/maven-support-and-care/pull/244" + }, + { + "text": "Maven 3.10.0 getestet und gemeldete Probleme behoben, Verbesserung beim IT‑Testing.", + "type": "MAINTENANCE", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/211" + }, + { + "text": "Maven Surefire 3.6.0 veröffentlicht (nur JUnit‑Plattform) und verwandte Probleme behoben.", + "type": "MAINTENANCE", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/246" + } + ] + }, + { + "title": "Modernisierung", + "items": [ + { + "text": "Migration von in JUnit3 geschriebenen Tests zu JUnit5 abgeschlossen.", + "type": "MAINTENANCE", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/136" + } + ] + }, + { + "title": "Dokumentation", + "items": [ + { + "text": "How‑to zum Hinzufügen und Ausschließen von Abhängigkeiten veröffentlicht.", + "type": "DOCUMENTATION", + "link": "https://github.com/support-and-care/doc-for-maven/pull/20" + }, + { + "text": "Kapitel zu den Schlüsselkonzepten des Maven‑Abhängigkeitsmechanismus veröffentlicht.", + "type": "DOCUMENTATION", + "link": "https://github.com/support-and-care/doc-for-maven/pull/21" + }, + { + "text": "Tutorial zum Schreiben eines ersten Maven‑Plugins in Java gestartet.", + "type": "DOCUMENTATION", + "link": "https://github.com/support-and-care/doc-for-maven/pull/24" + } + ] + } + ], + "contributors": { + "supportAndCare": [ + "https://github.com/sparsick", + "https://github.com/Ndacyayisenga-droid", + "https://github.com/slawekjaranowski", + "https://github.com/sebtiem", + "https://github.com/olamy" + ] + } + }, { "month": "APRIL", "year": 2026, diff --git a/src/data/en/updates-maven.json b/src/data/en/updates-maven.json index 51522430..0d4b19ab 100644 --- a/src/data/en/updates-maven.json +++ b/src/data/en/updates-maven.json @@ -1,4 +1,80 @@ [ + { + "month": "AUGUST", + "year": 2026, + "excerpt": "Continued modernization and maintenance work, including completing the JUnit3 to JUnit5 test migration, while also making progress on project documentation.", + "categories": [ + { + "title": "Security of the Supply Chain", + "items": [ + { + "type": "FEATURE", + "text": "Adjust Maven Artifact plugin to make improvements for buildinfo generation and build comparison in context of reproducible builds ([GitHub Issue](https://github.com/support-and-care/maven-support-and-care/issues/242))", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/242" + } + ] + }, + { + "title": "Maintenance", + "items": [ + { + "type": "MAINTENANCE", + "text": "Automate publishing monthly Maven updates to the Open Elements website", + "link": "https://github.com/support-and-care/maven-support-and-care/pull/244" + }, + { + "type": "MAINTENANCE", + "text": "Testing Maven 3.10.0 and fixing reported issues, improvement in IT testing", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/211" + }, + { + "type": "MAINTENANCE", + "text": "Release of Maven Surefire 3.6.0 (using Junit platform only) and fixing related issues", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/246" + } + ] + }, + { + "title": "Modernization of Core Features", + "items": [ + { + "type": "MAINTENANCE", + "text": "Finished migration of tests written in JUnit3 to JUnit5", + "link": "https://github.com/support-and-care/maven-support-and-care/issues/136" + } + ] + }, + { + "title": "Documentation", + "items": [ + { + "type": "DOCUMENTATION", + "text": "Publish the how-to on adding and excluding dependencies", + "link": "https://github.com/support-and-care/doc-for-maven/pull/20" + }, + { + "type": "DOCUMENTATION", + "text": "Publish the key concept chapter on the Maven dependency mechanism", + "link": "https://github.com/support-and-care/doc-for-maven/pull/21" + }, + { + "type": "DOCUMENTATION", + "text": "Start the tutorial for writing a first Maven plugin in Java", + "link": "https://github.com/support-and-care/doc-for-maven/pull/24" + } + ] + } + ], + "contributors": { + "supportAndCare": [ + "https://github.com/sparsick", + "https://github.com/Ndacyayisenga-droid", + "https://github.com/slawekjaranowski", + "https://github.com/sebtiem", + "https://github.com/olamy" + ] + } + }, { "month": "APRIL", "year": 2026,