Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions src/data/de/updates-maven.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
76 changes: 76 additions & 0 deletions src/data/en/updates-maven.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Loading