Hi, please do me a favor: please reply to this tweet telling me which, if any, of the following things you’ve consumed
* This Week in Spring (blog)
* A Bootiful Podcast (podcast)
* Spring Tips (youtube)
Implementing Security for Microservices using Spring Security OAuth2 is always challenging for me. So, I decided to spend some time and learn it properly. Made decent progress.
Got the typical use cases working with Keycloak and Spring Security 6. 😎
This is something that every Java & Spring developer should watch: 3h deep dive workshop on how to build modular monoliths with @springmodulithyoutu.be/430YOyMNjhs?si…
Java Tip 💡
Do you handle REST API versioning in your applications? Micronaut🚀 is the only popular Java☕️ framework that provides a very handy built-in mechanism for that 👇
🏷️ #java#restapi#versioning#micronaut
Here's a short video on 7 awesome Java testing libraries, which I frequently use.
Covering: AssertJ, Awaitility, @MockitoJava , Wiser, Memoryfilesystem, Wiremock and @testcontainers .
👇
youtu.be/JVPHSdHViMg
Do you have a favorite testing library you can't live without?
After all of the research, filming, and editing it's finally here. Learn what's new in Spring Boot 3 and Spring Framework 6 🤩
youtube.com/watch?v=TR254z…
I forgot this tool exists but @pomber's "Git History" is probably still the most convenient way to check a file's history out there.
githistory.xyz
Video alt: Inspecting a file's history by using the keyboard to show file additions/deletions.
💡 Spring Boot Tip
You can bind property in `ConfigurationProperties` to an non-bindable class with custom `ConfigurationPropertiesBinding` annotated converter
Hey, #Java developers! You might have heard that #jextract now has its home page jdk.java.net/jextract with a first published binary there which is cool (thanks to the Project Panam team)!