paketo-buildpacks / spring-boot

A Cloud Native Buildpack that contributes Spring Boot dependency information and slices an application into multiple layers
Apache License 2.0
178 stars 21 forks source link

correctly handles case where no jar was found #475

Closed pivotal-david-osullivan closed 6 months ago

pivotal-david-osullivan commented 6 months ago

Summary

Fixes #474

Use Cases

Walking the application path to find a non-exploded jar did not handle finding no suitable jar correctly - this fix ensures that either no jar being found, or a non-boot jar being found, results in the expected backing off of the Boot buildpack during build.

Checklist