Configuring a JPA application with a MySQL Docker Container

I have a simple Jakarta Persistence/JPA application that runs with an embedded HyperSQL database. I wanted to change the application to use MySQL instead of HyperSQL but I didn’t have MySQL setup on my new Windows 10 machine. Multiple people recommended that I use MySQL Docker container instead of installing MySQL directly on my machine.Continue reading “Configuring a JPA application with a MySQL Docker Container”

Migration to Java 11+ Made Easy

In this blog, I talk about how to migrate from Java 8 to Java 11+ using the Migration Toolkit for Application Binaries. I used to be the development lead for the toolkit and spent lots of effort adding functionality that would help Java developers with their migration. It was especially important to me because theContinue reading “Migration to Java 11+ Made Easy”