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 support for auto JVM update #1080

Open
anthonydahanne opened this issue Mar 31, 2023 · 0 comments
Open

Add support for auto JVM update #1080

anthonydahanne opened this issue Mar 31, 2023 · 0 comments
Labels
type:enhancement A general enhancement

Comments

@anthonydahanne
Copy link
Member

Describe the Enhancement

It's kind of tedious updating the descriptor and buildpack.toml for each JDK/JRE buildpack when for example we switch from 19 to 20.

octo knows how to upgrade a JVM when it's already there; but it does not know

  • when new stable JVM is out
  • when that new JVM is out,
    • if it's a new LTS, we add it and remove the previous non LTS
    • if its new non LTS, we replace the previous non LTS with it

Possible Solution

Update octo so that it automatically deals with new JVM releases

Motivation

impact is less tedious work

@anthonydahanne anthonydahanne added the type:enhancement A general enhancement label Mar 31, 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