This Week in Spring - September 24th, 2024
Hi, Spring fans! Welcome to another installment of This Week in Spring! I'm in delightful Dallas, TX, at the amazing JConf.dev show. Then I'm off to Germany, and then back home to do some laundry before heading out to Denver, CO, for the amazing Dev2Next show, before then heading out to Belgium for Devoxx Belgium. It's going to be a fun few weeks. How're you doin'?
- Reload SSL certificates from HashiCorp Vault for Spring Boot
- Huge thanks to Sébastien Deleuze for finding this amazing demonstration from Dr. Fabio Niephaus, which invokes a Rust image processing library that's compiled to WebAssembly from a Spring Boot application running in the JVM using GraalWasm.
- Love to see this: applications are being upgraded to Java 23 left and right!. Have you upgraded yet?
- Speaking of Java 23: it's out! Get the bits now! My favorite installation?
sdk install java 23-graalce
. - Did you see the new support in Spring Tools 4 (supporting Visual Studio Code and Eclipse) that offers an inlay hint for query parameters, showing you the name of the method parameter right where you reference it in the query…