From 0e4728e9a04f13a682b0016d2609dfc661b7541b Mon Sep 17 00:00:00 2001 From: Filippo Ferrari Date: Sat, 10 Feb 2024 21:30:10 +0100 Subject: [PATCH] docs: talks.json --- data/talks.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/talks.json b/data/talks.json index 822f1f7..ff177e9 100644 --- a/data/talks.json +++ b/data/talks.json @@ -409,6 +409,18 @@ "description": "In this presentation, we'll take a detailed look at how Quarkus approaches native compilation, highlighting what sets it apart from other frameworks. We'll start with an overview of Quarkus and its native compilation, then dive into the specific decisions made during the compilation process, explaining the reasons behind each choice. Finally we will go through parts of the Quarkus code to show how these decisions are practically implemented and how they benefit users.", "liked": true, "attended": true + }, + { + "title": "A decade of JDK Updates in OpenJDK", + "speakers": ["Dalibor Topic"], + "date": "2024-02-03T11:05:00", + "location": "Fosdem23", + "tags": ["java"], + "url": "https://ftp.belnet.be/mirror/FOSDEM/video/2024/ub5132/fosdem-2024-2427-a-decade-of-jdk-updates-in-openjdk.mp4", + "duration": "PT20M", + "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 } ]