-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back Paketo CA Certificates buildpack #99
Conversation
|
Should merge after paketo-buildpacks/java-native-image#99 is released. Signed-off-by: Emily Casey <[email protected]>
Looks great, thanks. Merging in a sec. One note for future reference only. The |
Any plans on releasing this change ? |
Yes, but we are holding off on cutting a release for the moment. This is because the next release of the buildpack will also bump GraalVM to 21.1 and we have reports of compatibility problems with that version of GraalVM and Spring apps. The next release of this buildpack is planned to go out in tandem with the next release of Spring Native. |
@dmikusa-pivotal 21.1 is out... any news on the release? |
@matthyx - Still pending the Spring Native release, which was pushed back a little bit. If you want to use this now, you can specifically override the GraalVM version with You could also check out Sorry for the delay. We don't normally hold back this long. We just have a lot of Spring users and want to make sure they continue to have a smooth experience. |
no worries, thx for the update |
fixes #96
Summary
The CA Certificates buildpack was removed from the Java Native Image buildpack in v4.1.0. Recent version of the CNB lifecycle support buildpack API 0.5 and higher, so we can restore it.
Use Cases
Checklist