Piotr Olaszewski
piotrooo.bsky.social
Piotr Olaszewski
@piotrooo.bsky.social
👷🏻‍♂️ Software Architect at Thulium
☕️ Java
🤷‍♂️ All opinions are mine and only mine
Reposted by Piotr Olaszewski
Learn how to test REST APIs in Spring Framework 7 with the new RestTestClient. I love how flexible this is and how easy it is to work with thanks to the clean fluent API.

www.danvega.dev/blog/spring-...
Testing Spring REST APIs with RestTestClient: A Complete Guide
Explore the new Rest Test Client in Spring Framework 7, a modern replacement for RestTemplate that provides a fluent API for testing REST APIs with improved type safety and better integration with mod...
www.danvega.dev
October 30, 2025 at 12:58 PM
Reposted by Piotr Olaszewski
We've published a new installment of our "Road to GA" blog series. This time it's about the huge modularization effort the Spring Boot team has done and which is coming in Spring Boot 4: spring.io/blog/2025/10...

#java #spring #springboot
Modularizing Spring Boot
Level up your Java code and explore what Spring can do for you.
spring.io
October 28, 2025 at 3:47 PM
Call for Proposals for @springio.net 2026 is open on Sessionize and I've just submitted a session! sessionize.com/springio26/

What I've done 😱
Spring I/O 2026: Call for Proposals
Spring I/O is the leading conference focused on the Spring Framework ecosystem. Spring I/O 2026 (13th edition) will take place in Barcelona, Spain, on...
sessionize.com
October 16, 2025 at 10:39 AM
Reposted by Piotr Olaszewski
Jackson 3.0.0 (GA) release now starting!

github.com/FasterXML/ja...

#java #json #xml #csv #cbor #csv
Jackson Release 3.0
Main Portal page for the Jackson project. Contribute to FasterXML/jackson development by creating an account on GitHub.
github.com
October 3, 2025 at 9:57 PM
After watched @starbuxman.joshlong.com latest instalment about youtu.be/ep8IZl8sk5A?..., I’m curious whether there will be some support for multitenancy in the ConcurrencyLimit annotation 🤔
I imagine to setting this limit only for single tenant
@spring.io wdyt?
Resilience Features in Spring Framework 7 and Spring Boot 4
YouTube video by Coffee + Software
youtu.be
September 24, 2025 at 8:24 PM
💡 Just in case — if you're using #Embabel with @gradle.com , don't forget to add:

repositories {
maven {
url 'https://repo.spring.io/milestone'
}
}

...or enjoy hours of debugging fun™️ 🤡

#ai #agent #embabel #gradle
July 5, 2025 at 12:15 PM
I really liked this talk. It helped mi with creating an ADR for our internal SDKs.

Thanks @seb.deleuze.fr 🙏
June 12, 2025 at 4:58 PM
If you’re using #GoogleCloud #TextToSpeech feature, you might be surprised to find that some voices have been removed 😲

Just in case, here is a helpful doc
👉 services.google.com/fh/files/ema...
services.google.com
June 6, 2025 at 2:53 PM
First blog post in a year — what a streak 😅

I built a simple way to run tests for your #OpenFGA models — including a #GitHub Actions you can plug straight into your workflow.

Check it out 👉 piotrooo.codes/openfga-test...

#OpenFGA #Authorization #GitHub
OpenFGA Test Runner
Test your OpenFGA model.
piotrooo.codes
May 30, 2025 at 5:28 PM
Reposted by Piotr Olaszewski
🥁📢 #SpringModulith 1.4 is out! Tons of new features in core, testing, documentation generation, runtime, and observability (thanks again, @toomuchcoding.com!). Grab it while it's 🔥! 🍃📦
Spring Modulith 1.4 GA, 1.3.6, and 1.2.13 released
Level up your Java code and explore what Spring can do for you.
spring.io
May 28, 2025 at 8:29 AM
Reposted by Piotr Olaszewski
💡 Didn’t add your data source manually? No problem.
Spring Debugger detects active database connections — including Testcontainers and @mongodb — and displays them in the Database tool window.
May 28, 2025 at 1:01 PM
Finally 🚀
Thanks to the #SpringAI team for that ❤️

@spring.io
May 21, 2025 at 12:26 PM
Reposted by Piotr Olaszewski
Spring AI 1.0.0-RC1 and MCP Java SDK 0.10.0 just released! 🚀
Check release notes:
- Spring AI: spring.io/blog/2025/05/13/spring-ai-1-0-0-RC1-released
- MCP Java SDK: github.com/modelcontextprotocol/java-sdk/releases/tag/v0.10.0
#SpringAI #MCP
May 14, 2025 at 5:10 AM
Trying to run #JaCoCo on an old, legacy multi-module #Gradle project to generate report for #SonarCloud could be a real nightmare - or at least very challenging 😰
January 15, 2025 at 7:58 PM
Remember ☝️, when you update your #SpringBoot application to the latest version and need to run the shell start script in Buildpacks, you must overwrite the builder to paketobuildpacks/builder-jammy-base!

But, keep updating!

docs.spring.io/spring-boot/...
November 28, 2024 at 6:06 PM
First the first time in a while, I’m convinced about #ai power 💪
I tried to figure out the right way to write a jq selector for a given JSON. After preparing a small example and writing a prompt with the desired result, I have an working jq command. Thanks, Claude 🤖

Supporting, not replacing 👍
November 26, 2024 at 7:21 PM
Reposted by Piotr Olaszewski
SpringAI 1.0.0 M4 Release

- Amazon Bedrock Converse API integration
- Tool/Function Calling: turn any java.util.Function & Java Method into a function callback endpoint; Added support for TooContext function parameter
- Advanced and Modular RAG (preview)
- Kotlin support
...
Spring AI 1.0.0 M4 Release
Level up your Java code and explore what Spring can do for you.
spring.io
November 24, 2024 at 9:31 AM
A couple months ago, when @garnier.wf told me about #OpenFGA, I would said, „Naah, maybe someday”.

Now, I’ve just created my very first authorization model! So excited 🤩
November 22, 2024 at 9:15 PM
Reposted by Piotr Olaszewski
🥁📢 #SpringModulith 1.3 GA is here! Way too many new features to fit in a post, amazing community contributions! Thanks to everyone involved! 🙇 Find a complete walkthrough in our blog: spring.io/blog/2024/11... 🍃📦
What's new in Spring Modulith 1.3
Level up your Java code and explore what Spring can do for you.
spring.io
November 22, 2024 at 9:44 AM
Have you upgraded to the new #SpringBoot 3.4 🤔

spring.io/blog/2024/11...

Don’t forget about the migration guides as well 🤓

github.com/spring-proje...
Spring Boot 3.4.0 available now
Level up your Java code and explore what Spring can do for you.
spring.io
November 21, 2024 at 7:46 PM
Reposted by Piotr Olaszewski
Here’s a “Spring Team” starter pack :)

go.bsky.app/5NYLx5R

Let me know if I’ve missed anyone!
November 8, 2024 at 11:50 AM