-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
status: waiting-for-triageIssues that we did not analyse yetIssues that we did not analyse yettype: bug
Description
Bug description
When I set the parameter "batch:jdbc:initialize-schema:" to always, I expect the creation of meta tables with a description of the work of spring batch, but when switching to spring boot 3.0.0, the tables are not created, and the settings have not changed.
Environment
Spring Boot 3.0.0
Spring Batch 5.0.0
Postgres Database 42.3.4
jdk-18.0.1.1.jdk
macOS 13.0.1
Steps to reproduce
- Clone project
- Run docker compose file
- Go to tree "spring-boot-v3"
- Run application
- Connect to DB and check
Expected behavior
Waiting to create meta tables in my database
Minimal Complete Reproducible example
not working example - https://github.com/vasilykabanov/spring-batch-bug-reproducer/tree/spring-boot-v3
working example - https://github.com/vasilykabanov/spring-batch-bug-reproducer/tree/spring-boot-v2
Metadata
Metadata
Assignees
Labels
status: waiting-for-triageIssues that we did not analyse yetIssues that we did not analyse yettype: bug