salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
224 stars 48 forks source link

Upgrade Spring Boot version used in this repo to 2.4.1 #66

Closed plaird closed 3 years ago

plaird commented 3 years ago

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.