Join Dan Vega and DaShaun Carter as they explore what’s new in the world of Spring. This is your chance to stay connected to what’s happening with the Spring Framework, related projects, and the community.
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, they welcome Eddú Meléndez, who works on Testcontainers at Docker following the company's acquisition of the project.The trio explores the recently released Docker Model Runner in Docker Desktop 4.40.0, which provides a local Inference API compatible with the OpenAI API and integrates seamlessly with Spring AI 1.0.0-M7.Eddú shares his journey of contributing to Spring projects, discusses his experience with Testcontainers, and provides insights on running AI models locally with zero API keys or data sharing. Don't miss this in-depth look at the intersection of Spring AI and Docker technologies, showcasing how developers can leverage these powerful tools in their projects.You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesSpring AI with Docker Model RunnerEddú Meléndez on TwitterEddú Meléndez on BlueSky
Join Dan Vega and DaShaun Carter as they welcome James Ward, Principal Developer Advocate at AWS. This episode explores James' career journey, his podcast work, and his expertise in Java development. The conversation dives into Amazon's Nova model and James' recent article on Model Context Protocol (MCP). Learn about building AI agents with Spring AI and discover how Spring developers can implement MCP clients and servers on AWS for powerful, integrated AI applications.The hosts get James' unique perspective on the evolving intersection of Spring, Java, and cloud AI services, with practical insights for developers looking to enhance their applications with AI capabilities. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesRunning MCP Agents (Clients & Servers) on AWSAWS NovaModel Context Protocol
Join Dan Vega and DaShaun Carter as they explore the Model Context Protocol (MCP), a groundbreaking standard for AI model interactions. In this episode, the hosts demystify MCP and its significance for Java developers, diving into the official Java SDK donated by the Spring team. Learn how this protocol enhances AI integration in your applications and discover practical implementation strategies using the Java SDK in both Spring and non-Spring environments.You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Noteshttps://modelcontextprotocol.io/https://github.com/modelcontextprotocol/java-sdkDan's MCP Videos
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun welcome back Java Developer Advocate Billy Korando from Oracle to discuss the newly released JDK 24. They explore key features including unpinned synchronized virtual threads and stream gatherers, share insights from Java One 2025, and explain how to test early access releases. Learn about the benefits of staying current with Java releases and how to contribute to future Java development.Show Notes:Introduction to JDK 24 - the largest release since the six-month cadence beganDiscussion of Java One 2025 conference highlights and presentationsDeep dive into JEP 451: Synchronized virtual threads without pinningExploration of JEP 485: Stream gatherers for more powerful stream processingOverview of Project Amber and structure concurrency improvementsTips for testing JDK 25 early access buildsExplanation of long-term support releases vs. regular updatesResources for learning more about JDK 24 featuresLinks:Java YouTube Channel: https://youtube.com/JavaJDK 24 Features: https://openjdk.org/projects/jdk/24/Amber Lab: https://github.com/oracle/javaone2025-hol-amberLoom Lab: https://github.com/oracle/javaone2025-hol-loom
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun are joined by Cora Iberkleid, Developer Advocate at Broadcom, to explore Spring Modulith and why you might want to implement it in your next project. Discover how Spring Modulith helps manage application complexity through modularization while maintaining the benefits of a monolithic deployment. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Notes: Spring ModulithCora on Twitter
Join Dan Vega and DaShaun Carter for an insightful discussion with Sharat Chander, Senior Director of Java Product Management & Developer Relations at Oracle. With JavaOne 2025 on the horizon and Java's 30th anniversary approaching, Sharat shares his vision for Java's future and reflects on his two-decade journey in shaping the Java community. From his pivotal role in JavaOne to leading developer relations initiatives, discover how Java continues to evolve and adapt to modern development needs. Get an exclusive preview of what to expect at JavaOne 2025 in Redwood Shores and learn about the exciting features coming in Java 24.Topics DiscussedJava's 30th AnniversaryJava will be celebrating 30 years on May 23, 2025Discussion about Java's longevity despite being "declared dead" multiple timesThe Java Platform and CommunityJava as both a technology platform and a community platformValue of bi-directional relationships in community buildingThe importance of user groups (nearly 370 Java user groups worldwide)Importance of reciprocity in community engagementThe OpenJDK community as a demonstration of collaborative developmentUpcoming ConferencesDevNexusHappening in just over two weeks (17 days from recording)Longest running and largest third-party Java conference in North AmericaRun by the Atlanta Java User GroupCelebrating nearly 20 yearsJavaOneMarch 18-20, 2025 at Oracle's campus in Redwood ShoresWill feature six parallel tracksMany Java team members will be present, including: Mark Reinhold (Java architect)Brian Gets (Java language architect)Paul Sandos (Java AI strategy)Ron Pressler (Project Loom)Special discount code for Java User Group members valid through March 10thJDK 24 ReleaseScheduled for March 18, 2025 (coinciding with first day of JavaOne)Will include numerous JEPs (JDK Enhancement Proposals)Discussion about the preview feature process and gathering community feedbackOther Java Resources MentionedEssential Resources MentionedOpenJDK Community: openjdk.orgWhere Java is createdLocation for long-term investment projects (Panama, Valhalla, Amber, Loom)Place to participate in Java developmentDev Java: dev.javaLearning portal for all things JavaTutorials and community informationJava playground for testing featuresInside Java: inside.javaAggregation of publications from the Java teamEasy discovery of content by author and topicJava YouTube Channel: youtube.com/JavaEducational Videos for learning JavaNotable Quotes"Community means bi-directional information sharing that you stay connected on for the long term." - Shar"For me, community is about taking care of each other." - Shar"One of my favorite words that doesn't get often used, but we need to make it more of our vernacular is reciprocity." - SharNext StepsFollow the Java team at upcoming conferencesCheck out JDK 24 release on March 18Explore early access builds for Java 25Get involved with your local Java User Group
Join Dan Vega and DaShaun Carter for their weekly dive into the Spring ecosystem. This episode features the latest Spring news, community updates, and a live Q&A session where the hosts address your burning questions about Spring development. Whether you're new to Spring or an experienced developer, tune in for insights and practical tips from the Spring community.Show Notes:Spring Release CalendarThis week in SpringOpen AI's o3-miniBuilding Effective Agents with Spring AIDeepSeek in Java & Spring
Join Dan Vega and DaShaun Carter as they explore Java development outside the Spring ecosystem. In this insightful episode, they'll demonstrate what Spring Boot provides out of the box and how these features compare to traditional Java development approaches. From project initialization and dependency management to database connectivity and AI integration, discover how Spring's conventions and starter dependencies streamline the development process. Learn about the productivity benefits of Spring Initializr, Spring Boot starters, and auto-configuration while appreciating the flexibility and control of both approaches.
Join Dan Vega and DaShaun Carter for an essential episode on Spring Security best practices. They welcome Steve Riesenberg from the Spring Security team, who brings his extensive expertise in OAuth and Spring Authorization Server. Steve shares practical recipes for solving common security challenges, offering invaluable insights for securing your Spring applications. Whether you're implementing OAuth, handling authentication, or managing authorization, this episode provides the solutions you need from one of Spring Security's core contributors. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Notes: Steve Riesenberg XSpring Security Documentation Spring Authorization Server Documentation
Join Dan Vega and DaShaun Carter for the exciting Season 4 premiere of Spring Office Hours! In this special episode, your favorite Spring experts share their technology predictions for 2025, discuss anticipated developments in the Spring ecosystem, and explore upcoming trends in Java, cloud-native development, and AI integration.Start your year with insights into what's next for Spring and connect with the community as we kick off an exciting new season of Spring Office Hours. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Notes:JDK 24 Spring Framework 7Willow Quantum Computing Chip
Join Dan Vega and DaShaun Carter for a special end-of-year episode of Spring Office Hours. In this festive finale, the hosts reflect on the transformative year in the Spring ecosystem, including Spring Boot 3.2's groundbreaking features, Spring AI's emergence, and the impact of Java 21's virtual threads. They'll revisit their favorite Spring Office Hours moments, from in-depth technical deep dives to engaging guest conversations, and celebrate the incredible contributions from the Spring community throughout 2024.Show Notes:Spring Office Hours ArchivesJDK 22 Release NotesJDK 23 Release NotesSpring Boot 3.3.0 Release NotesSpring Boot 3.4.0 Release Notes
Join Dan Vega and DaShaun Carter as they welcome Spring Security project lead Rob Winch for an in-depth look at Spring Security 6.4. In this episode, the team explores exciting new features including One-Time Token Login support, Passkeys integration, and significant improvements to OAuth 2.0 and SAML 2.0. Rob shares insights into important deprecation notices as Spring Security moves towards version 7, demonstrates new method security capabilities, and discusses the introduction of RestClient-based implementations. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Notes: What's new in Spring Security 6.4Rob Winch on BlueSky
Join Dan Vega and DaShaun Carter as they welcome Siva Prasad Reddy K, Developer Advocate at JetBrains. Join us for the latest updates from the Spring ecosystem. In this episode, Siva will be sharing tips and tricks for IntelliJ to help you get the most out of your development experience. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Notes: JetBrains BlogSivaLabs
Join Dan Vega and DaShaun Carter as they welcome Greg Turnquist, Senior Staff Technical Content Engineer at CockroachDB and former Spring Data JPA lead. In this episode, dive deep into Spring's powerful yet often overlooked features for building high-performance, highly available systems. Greg shares expert insights on combining JdbcTemplate, Spring Retry, and transaction management, demonstrating why Spring Boot's balance of convenience and power makes it a lasting force in enterprise development. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesCockroach DBProcoder
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this special release party episode, they welcome Phil Webb, co-creator of Spring Boot, to celebrate the launch of Spring Boot 3.4.0! Discover the exciting new features and improvements in this milestone release, including enhanced observability, performance optimizations, and expanded support for modern Java. Don't miss it!Show NotesSpring Initializer Spring Boot 3.4 Release Notes
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, they welcome Oleg Šelajev, Developer Advocate for Testcontainers, to explore the powerful world of integration testing. Learn how Testcontainers revolutionizes testing workflows in Spring Boot applications, discover advanced features you might have missed, and get insights into best practices for local development. Whether you're new to Testcontainers or an experienced user, this episode offers valuable insights into making your integration tests more reliable and efficient. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesDockerTestcontainersOleg on Twitter
Join Dan Vega as he explores Spring for GraphQL with special guests Brian Clozel and Rossen Stoyanchev from the Spring team. In this deep-dive episode, the experts discuss the evolution of Spring for GraphQL, its relationship with GraphQL Java, and how it compares to Netflix's DGS framework. Learn about GraphQL Federation, handling N+1 problems with batch loading, and when to choose GraphQL over REST. The conversation covers practical insights on error handling, security considerations, and the future roadmap of Spring for GraphQL.Show Notes:* Origins of Spring for GraphQL and collaboration with GraphQL Java* Use cases for choosing GraphQL in enterprise applications* Federation support and microservices architecture* Batch loading and handling N+1 problems* Error handling in GraphQL vs REST* Spring for GraphQL and Netflix DGS framework integration* Future roadmap with Spring Framework 7* Tips for getting started with Spring for GraphQLJoin the live stream to ask questions or catch the replay on your preferred podcast platform.
Join Dan Vega and DaShaun Carter for an exciting collaborative episode featuring Spring AI project lead Mark Pollack. Watch live as they kickstart "Awesome Spring AI," a community-driven collection of essential resources for Spring AI developers. Learn about the latest tools, tutorials, and best practices while contributing to this valuable knowledge base. Whether you're new to Spring AI or an experienced developer, don't miss this opportunity to help shape this important resource for the Spring community.Show NotesMark Pollack LinkedInAwesome Spring AI RepoChat Model ComparisonSpring Initializr (New Starters) AnthropicDocument Readers
Join Dan Vega and DaShaun Carter as they welcome Nelson Djalo, founder of Amigoscode, to discuss the art of continuous learning and teaching Spring. In this episode, the hosts explore Nelson's journey from software engineer to influential educator, diving into his unique approach to teaching Spring and DevOps. Discover valuable insights on staying current in the fast-paced world of software development, and learn how Nelson's platform is helping millions break into tech.Show NotesAmigoscode on TwitterNelson Djalo on LinkedInAmigoscode
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun are joined by Spring Cloud engineer and Spring Cloud Data Flow expert, Corneil du Plessis. Spring Cloud Data Flow is a powerful platform for data workflows. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesSpring Cloud Data FlowCorneil du Plessis
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun are joined by Mark Nelson and Anders Swanson from Oracle to discuss Spring Cloud Oracle. At the end of this episode, you will understand how Spring Cloud Oracle simplifies integration with Oracle Database and OCI services, including UCP, vector databases, and more. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Notes:Introduction to Spring Cloud Oracle and its purposeOverview of Oracle Cloud Infrastructure (OCI) free tierDiscussion on Universal Connection Pool (UCP) vs HikariCPOracle's vector database support and Spring AI integrationOracle's in-database message broker and Spring Cloud Stream binderVirtual threads support in Java 21Server-side connection pooling for microservicesJSON collections and relational duality views in Oracle DatabaseObservability features in OCIUpcoming OpenTelemetry support for distributed tracingSpring CLI and project templates for Oracle CloudTest container support for Oracle DatabaseUpcoming open-rewrite recipes for HikariCP to UCP migrationResources:Oracle Cloud free tier: https://www.oracle.com/cloud/free/ Spring Cloud Oracle GitHub: https://github.com/oracle/spring-cloud-oracleKey Takeaways:Spring Cloud Oracle simplifies integration between Spring applications and Oracle Database/OCI servicesOracle offers a generous free tier for developers to explore and test OCI servicesUpcoming features include improved observability, distributed tracing, and migration tools
In this episode of Spring Office Hours, hosts Dan Vega and DeShaun Carter interview Chris Bono, a Spring team member who works on Spring Cloud Dataflow and Spring Pulsar. They discuss streaming data, comparing Apache Kafka and Apache Pulsar, and explore the features and use cases of Spring Cloud Stream applications. Chris provides insights into the architecture of streaming applications, explains key concepts, and highlights the benefits of using Spring's abstraction layers for working with messaging systems.Show Notes:Introduction to Chris Bono and his work on Spring Cloud Dataflow and Spring PulsarComparison between Apache Kafka and Apache PulsarOverview of Spring Cloud Stream and its bindersExplanation of source, processor, and sink concepts in streaming applicationsIntroduction to Spring Cloud Stream Applications projectDiscussion on Change Data Capture (CDC) and its importance in streamingExploration of various sources, processors, and sinks available in Spring Cloud Stream ApplicationsMention of KEDA (Kubernetes Event-driven Autoscaling) and its potential use with Spring Cloud applicationsUpcoming features in Spring Pulsar 1.2 releaseImportance of community feedback and using GitHub discussions for feature requests and issue reportingThe podcast provides a comprehensive overview of streaming data concepts and how Spring projects can be used to build efficient streaming applications.
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun are joined by Montreal JUG organizer and buildpack expert, Anthony Dahanne. At the end of this episode, you will understand why “Friends don't let friends use Dockerfile.” You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesCloud Native BuildpacksPaketo Buildpacks
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun will talk about the newly released JDK 23. The guys sit down with special guest Billy Korando, a Java Developer Advocate at Oracle. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show Noteshttps://dev.java/JDK 23
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun will recap SpringOne at Explore 2024. We will talk about all of the sessions we were involved in including the Spring Spotlight and discuss some of the sessions we attended. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesSpring Release CalendarTop 12 Podcasts for Java Developers in 2024SpringOne Spring SpotlightSpringOne 2024 YouTube Playlist
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun will preview SpringOne at Explore 2024. We will talk about all of the sessions we are involved in including the Spring Spotlight and preview some of the sessions we are most looking forward to attending. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesSpring Release CalendarSpringOne LiveStream
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun will discuss Ollama, an open-source library system designed for managing digital libraries with customizable metadata and advanced search capabilities. They will explain how to get started with Ollama to run models locally and how to use it in Spring. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesOllamaOpen Web UIIntroducing Llama 3.1Spring AI - Ollama Chat
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun are joined by special guest Felipe Gutierrez, author of the new book "Pro Spring Boot 3." We will talk to Felipe about his career, the book, and everything Spring Boot 3. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesPro Spring Boot 3 BookFelipe LinkedInFelipe Twitter
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun want to help you get started with Spring Boot. We will take you from zero to hero by guiding you through setting up your new laptop and publishing your first "Hello World" application to production. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesSpring Release CalendarSpringOne at VMware Explore Spring Academy Dan's MacBook Setup Guide
Join Dan Vega and DaShuan Carter for the latest updates from the Spring Ecosystem. In this episode Dan and DaShaun are on the road and live from KCDC! Tune in to hear what we are hearing from speakers and attendees at one of our favorite conferences. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.
Join Dan Vega and DaShuan Carter for the latest updates from the Spring Ecosystem. In this episode Dan & DaShaun are joined by special guest Pasha Finkelshteyn, who was a Developer Advocate for JetBrains and is currently doing the same at BellSoft. Pasha has spent a lot of his career on the JVM and is a big advocate of Spring. We will talk to Pasha about his career, JDKs and Kotlin. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesPashaTwitter LinkedInBellSoft Blog - CDS with Spring Boot ApplicationsKotlin
Join Dan Vega and DaShuan Carter for the latest updates from the Spring Ecosystem. In this episode Dan & DaShaun as they discuss what's new in Spring AI 1.0.0 M1. It's been a long road to 1.0 with many thoughtful API changes and a huge list of features. We are going to discuss what's changed, what's new and what's coming in Spring AI as we march towards 1.0 GA. You can participate in our live stream to ask questions, or catch the replay on your preferred podcast platform.Show NotesSpring AI 1.0.0 M1 ReleasedDan Vega's Spring into AI Repo
Join Dan Vega and DaShuan Carter for the latest updates from the Spring Ecosystem. In this episode Dan & DaShaun wrap up the Spring I/O conference and discuss the results of the State of Spring Survey. Find out what was announced at Spring I/O and hear about some of the amazing sessions that happened at the conference. You can participate in our live stream to ask questions, or catch the replay on your preferred podcast platform.Show Notescalendar.spring.iohttps://go-vmware.broadcom.com/state-of-spring-2024
Join Dan Vega and DaShuan Carter for the latest updates from the Spring Ecosystem. In this episode, we are live from Spring I/O to talk all about this amazing conference and the sessions we attended. This conference is one of the best Spring conferences around and we are excited to tell you all about it. You can participate in our live stream to ask questions, or catch the replay on your preferred podcast platform.
Join Dan Vega and DaShuan Carter for the latest updates from the Spring Ecosystem. In this episode, Dan is joined by special guests Tommy Ludwig and Jonatan Ivanov. They will discuss their upcoming talk at Spring I/O titled "Micrometer Mastery: Unleash advanced observability in your JVM apps". They will also discuss some of the new observability features in the upcoming Spring Boot 3.3. You can participate in our live stream to ask questions, or catch the replay on your preferred podcast platform.Show Noteshttps://calendar.spring.io/Micrometer 1.13.01.13 Migration GuideBoot 3.3 Release Notes
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. This week, we dive deep into the highly anticipated Spring I/O conference with none other than Sergi Almar, the mastermind behind the event. Participate in our live stream to ask questions, or catch the replay on your preferred podcast platform.Show NotesSpring I/O
Join Dan Vega and DaShuan Carter for the latest updates from the Spring Ecosystem. In this episode we are joined by a special guest, Daniel Garnier-Moiroux, a Senior Software Engineer at Broadcom. We will discuss his upcoming talk at Spring I/O on Spring Security Architecture Principals. Learn more about how to get started with Spring Security. Participate in our live stream to ask questions, or catch the replay on your preferred podcast platform.Show NotesSpring I/O 2024Spring Security Architecture PrincipalsA Spring Developers Guide to navigating the frontend landscapeSpring Security DocumentationWhat's new In Spring Security 6.3Daniel Garnier-Moiroux
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, our special guest is Dan Dobrin, an Application Architect at Google. We will explore the integration of Spring AI with Google Gemini. Learn more about Gemini and why it could be your go-to for building your next intelligent Spring application. Participate in our live stream to ask questions, or catch the replay on your preferred podcast platform.Show NotesSpring Release CalendarSpringOne at VMware ExploreDan Dobrin TwitterCloud Next TalkGoogle Cloud Next 24 GitHub RepoSummarization in Google Cloud WorkflowGemini APIVertex SDKQuotas and Limits
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode we sit down with special guest Wim Deblauwe who is the author of Modern Frontends with HTMX. This book focuses on using htmx with Spring Boot and Thymeleaf to build dynamic interactive web applications. This will be a great introduction for anyone curious about what htmx is and how to get started with it in Spring. Join our live stream to get your questions answered, or watch the replay on your preferred podcast platform.Show NotesWim Deblauwe websiteWim Deblauwe on TwitterTaming ThymeleafModern Frontends with HTMXSpring Boot and Thymeleaf Library for HTMXHTMX Discord
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. This episode explores the evolving landscape of frontend development with Spring. Join us as we discuss Vaadin and Hilla, uncovering their capabilities and how they seamlessly integrate with Spring Boot applications. We'll also discuss popular template engines like Mustache and Thymeleaf, exploring their strengths and best practices for implementation. Additionally, HTMX is rapidly gaining traction and revolutionizing the frontend scene. Join our live stream to get your questions answered, or watch the replay on your preferred podcast platform.Show NotesRelease Calendar SpringOne CFPSpring Academy Learning Resources for SpringSpring Frontend Resources
Join host DaShaun Carter for an episode dedicated to the latest updates and insights from the Spring ecosystem's conference circuit. With DevNexus happening this week and SpringOne's CFP now open, there's plenty to discuss and anticipate.As we gear up for the upcoming Spring IO conference, special guest Ina Bumstein will be joining us to share her firsthand experiences and key takeaways. Whether you're looking to stay informed on industry trends or seeking inspiration for your next project, this episode promises valuable insights and engaging discussions.Tune in live to have your questions answered or catch the replay on your preferred podcast platform. Don't miss out on this opportunity to connect with fellow developers and stay ahead of the curve with Spring Office Hours!
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. This episode will be the final installment of Spring Office Hours. In it, we'll answer your questions. So, come hang out with us one last time.This was not our last show, it was April Fools today and we thought we would have a little fun. We used this episode to answer questions and chat with our community. Show Notes- Spring Into AI- SpringOne Call For Papers (CFP)If you want to ask us a question and have us answer it on the show live please use our Q&A discussion over on GitHub.
Join Dan Vega and DaShaun Carter for the latest updates from the Spring ecosystem. In this episode, we'll preview what's on the horizon for Spring Boot 3.3. With the recent release of Java 22, we'll discuss the new features. Support for Java 22 is now available on the Spring Initializr, allowing you to incorporate it into your projects immediately. Tune into our live stream to have your questions answered, or catch the replay later on your favorite podcast platform.Show NotesDan Vega NewsletterSpring Release Calendar Java 22 Release StreamJDK 22 JEPsJDK 22 Release NotesSpring Boot 3.3.0 M1 Release NotesSpring Boot 3.3.0 M2 Release NotesSpring Boot 3.3.0 M3 Release NotesLearning Spring Resources
Join Dan Vega and DaShaun Carter for the latest updates from the Spring ecosystem. In this episode we discuss batch processing with Spring Batch and Spring Cloud Task. We will discuss the workloads that require transaction management, retry workflows and comprehensive monitoring. Learn how batch processing is different from the always-on services and event-triggered functions that dominate much of our discussions. Leave with best practices, tips, and strategies to streamline your data processing tasks. Join our live stream to get your questions answered, or watch the replay on your preferred podcast platform.Show NotesDan's 3.5 course on freeCodeCamphttps://calendar.spring.iohttps://blogs.oracle.com/java/post/java-on-macos-14-4Spring Batch
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, we're uncovering fresh repositories and invaluable resources that have just landed for the Spring Office Hours community. We will also address one of the most popular questions: how do you kickstart your journey in contributing to Open Source Software? Join our live stream to get your questions answered, or watch the replay on your preferred podcast platform.Show NotesState of Spring SurveyCloud Foundry Weekly - Season 1 Episode 1RedMonk Top 20 Languages over time: January 2024Netflix Blog: Bending pause times to your will with Generational ZGCBuilding Intelligent Applications with Spring AI GitHub Repositories Learning Spring ResourcesSpring Office Hours Discussions
Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. This episode discusses various resources for learning Spring. We'll highlight our favorite resources and gather contributions from the audience to create the ultimate Spring learning guide. Join our live stream to get your questions answered, or watch the replay on your preferred podcast platform.
Join Dan Vega and DaShaun Carter as they bring you the latest updates from the Spring Ecosystem. In this episode, we'll discuss Spring AI and some of the features that are included with the recent 0.8.0 release, with special guest Craig Walls. Craig Walls is the author of Spring in Action and Spring Boot in Action.
Join Dan Vega and special guest Phillip Riecks as they dive into testing your Spring Boot Applications. This episode will highlight the utilities that Spring Boot provides, what you should be testing, and when to write different types of tests. Tune into our live stream to have your questions answered or catch the replay on your preferred podcast platform.
Join Dan Vega and DaShaun Carter as they bring you the latest updates from the Spring Ecosystem. In this episode, we'll take a look at how Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems such as configuration management, service discovery and more. Please bring any frequent issues you encounter in your work and we can address those as well.
Join Dan Vega and DaShaun Carter as they bring you the latest updates from the Spring Ecosystem. In this episode, we'll examine common mistakes that Spring developers make while building applications. We'll present a problem and discuss possible improvements. Please bring any frequent issues you encounter in your work and we can address those as well.
Join Dan Vega and DaShaun Carter as they bring you the latest updates from the Spring Ecosystem. Are you interested in learning more about Spring Data? What's the difference between Spring Data JPA, JDBC and REST? When should you reach for one over the other. In this episode of Spring Office Hours we will answer those questions and more.