-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(setup): Allow CE users to select their java version #37
Comments
@yurem does all CE components run on java-11 without issues? |
I don’t think allowing users to select java versions is necessary. It will create a support burden we don’t need. We are better off supporting a specific java option . In this case |
@devrimyatar I tried to upgrade jdk in already installed 4.5.5 environment. All services worked well. |
OK, if providing option create too much issues on supporting product then let's not do it. We are going with Java 17 in 4.5.7 ( whose release date is Feb, 2025 ) |
Quick question @yurem @devrimyatar @moabu : if we can support Java 17, why not the latest stable one... which is 23? |
If we can handle it without regression I think it would be fine. The main issue is with what needs to be changed in terms of code to allow for us to run with 23. Its a trade off that would make more sense for jans vs gluu4. |
@yurem : any help on last question? |
It would be nice if we could allow CE users to select their java version during installation just like janssen (
-java-version {11,17}]
)
The text was updated successfully, but these errors were encountered: