Lombok and log4shell
Project lombok has become a defacto standard in close to every Java project I see. Because of this I want […]
Project lombok has become a defacto standard in close to every Java project I see. Because of this I want […]
I’ve started to write a simple plugin to analyse gradle projects and send dependency information to a central server. This […]
I was looking for a way to validate JSON data structure with the schema saved in the database. PostgreSQL has […]
Sometimes, especially during debugging, it would be helpful to mark single lines in the log in colours. There is a […]
Spring Boot contains a quite nice configuration for logback with color coding and good readability. But it lacks logging MDC […]
It’s quite easy to mix up spring-boot-start-cache with 2nd level caching in hibernate. In this post I want to take […]
In my latest experiments I upgraded a project to Java 15 and received exceptions during the build from jacoco that […]
In openSUSE 13.2 JAVA_HOME is set to default OpenJDK JRE. This can be changed in the file /etc/profile.d/alljava.sh. Just place […]
“true or false. Setting which indicates whether or not the new IdentifierGenerator implementations are used for AUTO, TABLE and SEQUENCE. […]
Java SE 7u79/80 Auto-update Notice & End of Public Updates for Oracle JDK 7 Coincident with the January 2015 CPU […]