salesforce / rules_spring

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

Add support for passing new Spring Boot JarLauncher class #178

Closed hjellek closed 10 months ago

hjellek commented 10 months ago

Attempt at fixing https://github.com/salesforce/rules_spring/issues/177

Works in our project, and has backward compatability.

Open to suggestions for improvements!

salesforce-cla[bot] commented 10 months ago

Thanks for the contribution! Before we can merge this, we need @hjellek to sign the Salesforce Inc. Contributor License Agreement.

hjellek commented 10 months ago

I have signed the CLA now

plaird commented 10 months ago

I am preparing release 2.3.1 with this change.