Spring Boot 4.1 introduces spring-boot-starter-batch-data-mongodb for storing Spring Batch job metadata in MongoDB instead of requiring a separate SQL database. The post includes a complete ETL example reading from CSV and writing to PostgreSQL, with infrastructure setup via Docker Compose and support for GraalVM native images.