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

finish spring boot 2.4.1 upgrade, and maven_install import bundles cleanup #67

Closed plaird closed 3 years ago

plaird commented 3 years ago

This is the second commit to follow 0a4a504a, which went into the repo by mistake as a direct push to master. That commit upgraded Spring Boot to 2.4.1 for Issue #66. This PR completes the work.

This PR revises the old import bundles system we developed from when we had maven_jar. In the first commit 0a4a504a, I had overly reduced them before testing against our internal repository which has many spring boot apps. The reductions broke too many services, so I put back some of the deps I removed. I also updated the docs about our deprecation of import bundles as per Issue #7