Goodbye Dockerfile: Cloud Native Buildpacks with Paketo.io & layered jars for Spring Boot 11/30/20 by Jonas Hecht Why Cloud Native Buildpacks with Paketo reduce the need to write Dockerfiles and how to integrate them with Spring Boot layered jars. Read more Leave your thoughts
Spring Boot Apps with Kong API Gateway using OpenAPI & Declarative Configuration 11/16/20 by Jonas Hecht Showing how to elegantly integrate Spring Boot apps with Kong API Gateway using OpenAPI and Declarative Configuration. Read more Leave your thoughts
Rust for Java developers 09/10/20 by Elisabeth Schulz Rust for Java developers – A step-by-step introduction The Java ecosystem is vast and can solve almost any problem you... Read more Leave your thoughts
Simplifying Spring Boot GraalVM Native Image builds with the native-image-maven-plugin 06/18/20 by Jonas Hecht The new spring-graalvm-native 0.7.1 & GraalVM 20.1.0 releases are full of optimizations! The configuration of the native-image command has become... Read more Leave your thoughts
Running Spring Boot GraalVM Native Images with Docker & Heroku 06/02/20 by Jonas Hecht Comprehensive guide on how to build Spring Boot GraalVM Native Images with Docker & TravisCI and run them on cloud platforms like Heroku. Read more Leave your thoughts
Running Spring Boot apps as GraalVM Native Images 05/07/20 by Jonas Hecht All those Micronaut, Quarkus.io & Co. frameworks sound great! But Spring is the undisputed forerunner in Enterprise Java. Read more Leave your thoughts
Spy vs. spy – aka “The two sides of the testing coin” 02/27/20 by Kevin Peters A simple hint how to use Spies in the right way without getting stuck in concrete. Leverage the Mockito mocking library for writing refactorable tests and avoid the dark side of the testing coin. Read more Leave your thoughts
RFC-7807 problem details with Spring Boot and JAX-RS 01/10/20 by Rüdiger zu Dohna Application specific problems, e.g. a missing field in a client request, have to be handled properly with machine readable and... Read more Leave your thoughts
DON’T make an ASS out of U and ME when dealing with Hibernate caching! 07/17/19 by Kevin Peters Hibernate caching: Is Hibernate's First-Level-Cache limited to a decent transaction? Intuitively my answer was: No. Read more Leave your thoughts