A Bootiful Podcast: Spring Boot team member Moritz Halbritter (@m_halbritter)
Hi, Spring fans! In this installment Josh Long (YouTube.com/@coffeesoftware.com) talks to Spring Boot team member Moritz Halbritter (@m_halbritter)
Hi, Spring fans! In this installment Josh Long (YouTube.com/@coffeesoftware.com) talks to Spring Boot team member Moritz Halbritter (@m_halbritter)
Hi, Spring fans! Welcome to another installment of This Week in Spring! This installment I write on the day of my daughter's High School graduation, an auspicious day indeed! There's a lot to get through this week, though, and I have a graduation to get to, so let's dive right in!
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to Java Developer Advocate Billy Korando, recorded live from the amazing Spring I/O show in Barcelona, Spain!
Today, I'm excited to announce that you have a new superpower: creating applications with Spring Authorization Server on Spring Initializr!
That's right, it's time to begin your OAuth2 journey and become the hero you always knew you could be! In this post, I'll explain how you can get the most from your new superpower and where to go to learn more.
Spring Authorization Server is an open-source framework built on top of Spring Security that allows you to create your own standards-based OAuth2 Authorization Server or OpenID Connect Provider. It implements…
Hi, Spring fans! Welcome to another installment of This Week in Spring! It's May 23rd and, famously, nothing major has happened in the last week OH WAIT WE RELEASED SPRING BOOT 3.1! Have you checked it out yet? It's dope. I did a Spring Tips installment looking at some of its features here that you might like.
Friends, we've got a ton of stuff to get into this week, so let's dive right into it!
In March, we introduced the Consumption pricing plan for Azure Spring Apps allowing you to start from zero and scale to zero vCPU. Today, we are thrilled to announce the public preview of the Standard Dedicated plan! The Standard Dedicated plan provides a fully managed, dedicated environment for running Spring applications on Azure. This plan offers you customizable compute options (including memory-optimized), single tenancy, and high availability to help you achieve price predictability, cost savings, and performance for running Spring applications at scale.
In 2019, Microsoft and Pivotal (now VMware) announced Azure Spring Apps, a fully managed service for Spring apps. We set out to solve many of the common challenges enterprise developers face when running Spring apps at scale. The service manages dynamic scaling, security patching, out-of-the-box instrumentation for monitoring, and more so developers can focus on their apps. Since then, we’ve worked with many customers including Bosch, Digital Realty, FedEx, Kroger, Liantis, Morgan Stanley, National Life, Raley's, and Swiss Re…
Hi, Spring fans! In this installment, Josh Long (@coffeesoftware) looks at how the new Spring Boot 3.1 release delivers incredible efficiencies for both developers and machines.
#Java #springboot #Microservices #Testcontainers #GraalVM #Docker #DockerCompose #Devtools #SSL
We're crossing the streams, again! This time Josh Long talks to Grubhub's John Burns (twitter: @wakingrufus mastodon: @[email protected]) about dogfooding human food, Grubhub's tech stack, and more
My friends, Spring Boot 3.1 is nearly upon us! It drops on 18 May, in just a few short days! There are a ton of amazing features in this new release and I hope you're already trying it out (you know where). Here are some of my favorite features:
docker-compose.yml
in your project root? Add spring-boot-docker-compose
as developmentOnly
scope in Gradle or optinal
in Maven and Spring Boot will automatically run it for you on startup and shut it down on application shutdown. Here's an example@DynamicPropertySource
mechanism to configure the environment based on Testcontainer containers? - but this new release makes things even better. Define a test-code only main(String [])
method and then forward it to your production code main(String [] args)
methods. You can point that test-code only main class to new @Configuration
classes, which may in turn have Testcontainer connections defined. Run that test-code only main
…Hi, Spring fans! In this installment Josh Long talks to James Ward, Kotlin Product Manager at Google