Migrating to Spring Boot 3

Two years after the official release of Spring Boot 3, you’ve decided to migrate your application. It's important to note that you will need to upgrade your Java version to at least Java 17, as well as upgrade to Spring Framework 6.0 and Spring Security 6. These are the minimum requirements for the migrationAccording to... Continue Reading →

Optimizing Scheduled Job Execution with Jobrunr and Shedlock

In a setup where multiple instances of an application are running simultaneously, it is imperative to make sure only one of those instances can start the execution of a scheduled job. However, in a scenario where the tasks of the scheduled job are not only heavy but also voluminous, it is important to find a... Continue Reading →

Blog at WordPress.com.

Up ↑