Created by: cachescrubber
Spring Boot Dependency Upgrade
Upgrade Spring Generator Dependencies
- Upgrade to Spring Boot 2.6.5 / 2.5.11
- Upgrade to Springdoc 1.6.6
- Upgrade to Swagger Annotations 1.6.5 / 2.1.13
- Upgrade to Swagger Ui 4.8.1
Some minor cosmetic changes to the spring-boot pom in order to use the generated project as a dependency:
- Set relativePath in parent section
- Support a classifier in the spring-boot maven plugin configuration
PR checklist
- [x ] Read the contribution guidelines.
- [ x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
- [ x] Run the following to build the project and update samples:
./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH. - [x ] File the PR against the correct branch:
master
(5.3.0),6.0.x
- [x ] If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.