Keycloak.X, but secure – without vulnerable libraries 05/10/22 by Sebastian Rose and Thomas Darimont TLDR: How to reduce the known CVEs (common vulnerabilities and exposures) to zero by creating your own Keycloak distribution*. Introduction... Read more Leave your thoughts
Migrating a Spring Boot application to Java 17 – the hard way: Day 2 12/22/21 by Chris Coltsman Welcome back to my article on migrating a Spring Boot application to Java 17 – the hard way. On day... Read more Leave your thoughts
Migrating a Spring Boot application to Java 17 – the hard way 12/14/21 by Chris Coltsman Java 17 has recently been released, and I’m excited for the many improvements and new features. Instead of starting from... Read more Leave your thoughts
How to use Java classes in Python 11/15/21 by Hendrik Schawe We use python's machine learning ecosystem , to train a reinforcement learning model directly on Java classes. Read more Leave your thoughts
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