issues
search
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
Fix #481: Rely on JRE_HOME for Java location
#484
Closed
anthonydahanne
closed
6 months ago
anthonydahanne
commented
6 months ago
JRE_HOME is now set in libjvm, see
https://github.com/paketo-buildpacks/libjvm/pull/395
thanks to that, we know for sure that the JRE_HOME/bin/java will be used for the training run
Checklist
[X] I have viewed, signed, and submitted the Contributor License Agreement.
[X] I have linked issue(s) that this PR should close using keywords or the Github UI (See
docs
)
[ ] I have added an integration test, if necessary.
[X] I have reviewed the
styleguide
for guidance on my code quality.
[X] I'm happy with the commit history on this PR (I have rebased/squashed as needed).
Checklist