I have created a project to test PostgreSQL's inheritance feature with Spring Boot 3.2.5 with Java 21. I am using Flyway scripts to manually create the tables: create table if not exists products ( id ...
Spring Batch has always provided a default way to configure infrastructure beans (historically DefaultBatchConfigurer in v3 and v4 which was slightly improved and muted to DefaultBatchConfiguration in ...