We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The classpath index feature was added to Spring Boot 2.3.0. https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-executable-jar-format.html#executable-jar-war-index-files-classpath
This repo is currently at Spring Boot 2.2, so we need to upgrade to implement feature #33 . Take 2.4.x as that is the latest.
The text was updated successfully, but these errors were encountered:
plaird
No branches or pull requests
The classpath index feature was added to Spring Boot 2.3.0.
https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-executable-jar-format.html#executable-jar-war-index-files-classpath
This repo is currently at Spring Boot 2.2, so we need to upgrade to implement feature #33 . Take 2.4.x as that is the latest.
The text was updated successfully, but these errors were encountered: