From deff876798e83d63f0d0aeaf615fdf9dac47fde5 Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Mon, 2 Sep 2024 22:32:12 +0200 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 f2be19b..79af887 100644 --- a/data/talks.json +++ b/data/talks.json @@ -1317,6 +1317,18 @@ "liked": true, "attended": true }, + { + "title": "Bootiful Spring Boot 3.x", + "speakers": ["Josh Long"], + "date": "2024-05-31T12:30:00", + "location": "Spring I/O 2024", + "tags": ["spring boot", "java"], + "url": "https://www.youtube.com/watch?v=2Aa5uQozbJQ", + "duration": "PT50M", + "description": "Spring Boot 3.x and Java 21 are here, and there’s never been a better time to be a Java developer! In this talk we’ll look at the incredible opportunities that lay ahead for the Spring Boot developer, and especially those using Java 21 and later. Spring Boot continues to offer the most sophisticated and robust ecosystem of integrations - supporting AI, GraphQL, easy data access, security (hello, Spring Authorization Server!), and so much more. And, it offers cutting edge support for production-centric optimizations like Project Loom’s virtual threads, Project CRaC, and GraalVM. Join me Spring Developer Advocate Josh Long (@starbuxman) and we’ll explore next-gen Spring together." , + "liked": true, + "attended": true + }, { "title": "Serverless Java with Spring", "speakers": ["Maximilian Schellhorn", "Dennis Kieselhorst"],