Profile avatar
0.5ritter.de
Putting bugs into Spring Boot since 2022. Spring Boot team member | Lead of http://start.spring.io and Spring Initializr More socials and info: https://mhalbritter.github.io/
73 posts 458 followers 303 following
Regular Contributor
Active Commenter

Feels weird to post about the little stuff at the moment, but I'm talking at both Devnexus and JavaOne this year about debugging issues. I'm very happy with the way the presentation is coming together. Distilling 10 years of tracker content into 60 mins is pretty challenging!

🥁📢 #SpringModulith 1.4 M2, 1.3.3, and 1.2.9 released! Milestone ships improved observability support and a significantly revamped runtime arrangement. More details in the release announcement. 🍃📦

On Thursday, we were quite busy with releases: - Spring Boot 2.7.24 (Commercial support only) - Spring Boot 3.0.19 (Commercial support only) - Spring Boot 3.1.15 (Commercial support only) - Spring Boot 3.2.13 (Commercial support only) - Spring Boot 3.3.9 - Spring Boot 3.4.3 - Spring Boot 3.5.0-M2

Spring Boot 3.4.3 available now! On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.4.3 has been released and is now available from Maven Central. spring.io/blog/2025/02... #java #spring #springboot

Project Leyden progress after studying compiler dynamics in the last weeks: massive improvements in both real and CPU times on example workloads. Avoiding recompilations, avoiding extra I/O, cutting down delays ...and more to come. Test a Leyden nightly today! builds.shipilev.net/openjdk-jdk-...

The second milestone of Spring Framework 7 has been released. For your convenience, it is available on Maven Central as well! spring.io/blog/2025/02...

<3 KDE kde.org/announcement...

We have been working hard on a new feature for #java called "Stable Values". Don't miss my talk at #JavaOne where I uncover what this can mean in terms of improved performance and maintainability for your Java code. Early bird discounts are still available! reg.rf.oracle.com/flow/oracle/...

We are excited to welcome back @vmwaretanzu.bsky.social as a Platinum Sponsor for Spring I/O 2025! Thank you for your ongoing support. #springio25

I'm presenting on Observability at @devnexus.bsky.social in early March. It's one of the the best Java conference in the USA and you should be there too! Aaand 40% discount on ticket prices: SPEAK40

This presentation summarizes the changes coming in Maven 4 quite nicely: gnodet.github.io/maven4-prese... #maven #java

Spring Cloud 2025.0.0-M1 (aka Northfields) has been released. This release brings #springboot 3.5.0-M1 and Spring Cloud Gateway enhancements and deprecations. @spring.io spring.io/blog/2025/01...

The first milestone of Spring Framework 7 has been released. Spring Framework 7.0.0-M1 is available for the first time on Maven Central. spring.io/blog/2025/01... @spring.io #spring

Spring Boot 3.5.0-M1 is here. Grab it while it's hot! Notable new features include: - Task decoration for scheduled tasks - Vibur connection pool DataSourceBuilder support - SSL bundle metrics spring.io/blog/2025/01... #spring #springboot

Today, we have released Spring Boot 3.3.8, 3.4.2 and 3.5.0-M1 is on its way to our milestone repository. spring.io/blog/2025/01... spring.io/blog/2025/01... #spring @spring.io

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.4.2 has been released and is now available from Maven Central. This release includes 49 bug fixes, documentation improvements, and dependency upgrades. spring.io/blog/2025/01... #spring #springboot

Want to speak at a conference and want a tip to easily leave 80% of submissions behind you? Invest time in a precise abstract: one sentence of context (why should an attendee care?), one sentence: the problem (what?), one or two sentences on how the talk is going to address this (how?).

In order to make testing of pre GA versions easier, the Spring portfolio will begin releasing its milestones and release candidates to Maven Central starting with the releases related to the major versions due out in November. See this blog post from @michaelminella.com for more details.

If you're in the San Francisco area and need a little escape, come to the SF Java User Group tonight. @starbuxman.joshlong.com and myself will take you back in time and talk about 10+ years of Spring Boot. It should be a really fun talk! www.meetup.com/sfjava/event...

Fun fact: You can use application.xml instead of application.properties when configuring Spring Boot: <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <entry key="my.name">Moritz</entry> <entry key="my.age">175</entry> </properties>

It is my pleasure to announce that Spring Framework 6.2.2 is now available from Maven Central. Thanks again to our awesome community! spring.io/blog/2025/01... #spring @spring.io

I'm very excited that @spring.io is switching from a Contributor License Agreement to a Developer Certificate of Origin! We're looking forward to seeing more & simplified contributions from you! If you have any questions, reach out to us in our issue trackers. spring.io/blog/2025/01...

I blogged again: cowtowncoder.medium.com/supporting-j... -- there's no Thanks.dev option (beyond Tidelift, Github sponsors)

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.4.1 has been released and is now available from Maven Central. This release includes 80 bug fixes, documentation improvements, and dependency upgrades. spring.io/blog/2024/12... #spring #springboot

I have just merged into Spring Framework main branch the huge commit (3458 files changed) that migrates the codebase to JSpecify annotations. That will allow Spring Framework 7 and related portfolio projects to provide next-level null-safety support to avoid NullPointerException at runtime.

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.7 has been released and is now available from Maven Central. This release includes 53 bug fixes, documentation improvements, and dependency upgrades. spring.io/blog/2024/12... #spring #springboot

You know what I got for Christmas? An email with the subject "Mandatory Information Security Awareness Assigned to you". Oh dear.

Last release of the year for the Spring Framework team. Spring Framework 6.2.1 and 6.1.16 are available now spring.io/blog/2024/12... #spring @spring.io

Can't wait for Maven 4. Multi-module projects with Maven 3 are just so broken.