diff --git a/data/talks.json b/data/talks.json index ff177e9..561d2ac 100644 --- a/data/talks.json +++ b/data/talks.json @@ -421,6 +421,18 @@ "description": "Since Oracle began developing updates for the JDK with the JDK 7 Updates Project in 2011, a lot has happened in the OpenJDK community. The development processes have been constantly adapted, so that today the changes to the updates begin their journey as pull requests on GitHub. But what happens next with the changes? In this lecture we'll take a look at how it all began and how the development of JDK updates works in practice today.", "liked": true, "attended": true + }, + { + "title": "Apache Maven 4.0.0 - Current State", + "speakers": ["Karl Heinz Marbaise"], + "date": "2024-02-03T18:40:00", + "location": "Fosdem23", + "tags": ["java", "apache"], + "url": "TDB", + "duration": "PT20M", + "description": "I would like to present the current state of the upcoming Apache Maven Version 4.0.0 development. The intention is to summarize the most important changes and get an overview for the audience. Also the different improvements for the future Apache Maven 4.0.0 release. Things like Consumer/Build pom. Improvements for the reactor. Version handling and improvement for better CI/CD support. Furthermore the improvements related to bom packaging and enhancements for support of different pom formats etc.", + "liked": true, + "attended": true } ]