jonasgrgt.bsky.social
@jonasgrgt.bsky.social
How do you manage your #spring-boot configuration files while writing tests?
Here is how I do it: jonasg.io/posts/keepin...

#java #spring #testing
Keeping Spring Boot Test Configurations Simple and Maintainable
How to manage `application.yml` files in Spring Boot tests without duplication.
jonasg.io
September 1, 2025 at 7:19 PM
Testing a Java Spring-Boot based app that makes use of AVRO shouldn't be too complicated, yet I often find code bases wiring everything themself. You shouldn't and here's how to do it: jonasg.io/posts/testin...

#kafka #avro #spring #spring-boot #java
jonasg.io
August 9, 2025 at 11:27 AM
For all you #kafka and #terminal enthusiasts I've just released ktea v0.4.0.

The most notable feature is the ability to quickly view the schema of a particular record, simply by pressing tab!

github.com/jonas-grgt/k...
June 24, 2025 at 6:25 PM