The project currently relies on an older version of Spring Boot, JDK, and potentially some dependencies that may not be compatible or optimal with the latest Spring Boot version. Staying on outdated frameworks may lead to missing out on important features, security updates, and performance improvements.
Describe the solution you'd like
- Update the project to use the latest stable version of Spring Boot.
- Upgrade JDK versions as required to support the new Spring Boot version (latest LTS if supported).
- Update other project dependencies to versions compatible with the chosen Spring Boot release.
- Test the application for compatibility, address deprecations, and ensure all functionality works as expected after the upgrades.
Additional context
Check the official Spring Boot migration guides and documentation for any breaking changes related to new versions and required dependency updates. This upgrade may also require changes to configuration files and build scripts (such as Maven POM).
The project currently relies on an older version of Spring Boot, JDK, and potentially some dependencies that may not be compatible or optimal with the latest Spring Boot version. Staying on outdated frameworks may lead to missing out on important features, security updates, and performance improvements.
Describe the solution you'd like
Additional context
Check the official Spring Boot migration guides and documentation for any breaking changes related to new versions and required dependency updates. This upgrade may also require changes to configuration files and build scripts (such as Maven POM).