Skip to content
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 a release EOL notification to buildpack output #166

Open
dmikusa opened this issue Dec 6, 2023 · 0 comments
Open

Add a release EOL notification to buildpack output #166

dmikusa opened this issue Dec 6, 2023 · 0 comments
Labels
type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Dec 6, 2023

Describe the Enhancement

As we do for other buildpacks, like Spring Boot, we should add a notification that lets users know when they are approaching the EOL date for their version of Oracle GraalVM.

Possible Solution

Check the release date from our metadata, add 3 years to that for an LTS release or 1 year for a non-LTS release. If we are approaching that date start to warn the user. If we've passed that date, print a larger warning.

Motivation

There are some licensing implications with Oracle GraalVM, see paketo-buildpacks/rfcs#294 (comment), so a notification could be helpful. It's also just a good idea for users to stay current, so if they're falling behind a little nudge to upgrade is a good thing.

@dmikusa dmikusa added the type:enhancement A general enhancement label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant