ghs
ghs copied to clipboard
Migration to Spring Boot 3
Closes #159
Checklist:
- [ ] Upgrade Java version to 21
- [X] Update Spring Boot dependencies
- [X] Update Spring Boot Admin dependencies
- [X] Update Spring Doc OpenAPI dependencies
- [X] Update Hibernate dependencies
- [X] Relocate
core
andmodelgen
- [X] Relocate validation utils
- [X] Relocate
- [X] Relocate
javax
tojakarta
- [X] Relocate
@ConstructorBinding
- [X] Replace deprecations for:
- [X] Spring Data
- [X] Spring Retry
- [X] Spring Security
- [X] Spring Scheduling
- [X] Spring Actuator
- [ ] Update
/download
endpoint to useStreamingResponseBody
- [ ] Add support for native image compilation with GraalVM
- [ ] Add support for virtual threads courtesy of project Loom