| Summary: | [RFE]: Java Cartridges should Support other JDK's | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Eric Rich <erich> |
| Component: | Image | Assignee: | Ben Parees <bparees> |
| Status: | CLOSED WONTFIX | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | ccoleman, dmcphers, jhonce, jkeck |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-19 18:08:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Eric Rich
2013-08-23 17:29:18 UTC
I've converted proposal into a trello card as it is a non-trivial change. https://trello.com/c/xG8duyXd/173-support-additional-jdks-for-java-cartridges This is a great use case for a downloadable cart. There is too much of a test issue with including all possible versions in the standard carts. It should be noted that using /etc/alternatives/ you can change the behavior for all gears running on a particular node. If you install a 3rd party JDK and point /etc/alternatives to that then all gears will run that 3rd party JVM. Also, on a per application instance basis - you can override the JAVA_HOME to point to whatever binary you would like; however, this is a manual step and is not built into the RHC or Web Console. |