https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289858
Bug ID: 289858
Summary: [Feature Request] Add JAVA_VERSION_PREFERRED and
JAVA_VERSION_SUPPORTED to ports framework
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
I would like to propose an improvement for building Java ports:
Currently you can set
`JAVA_VERSION=24+`
It shoul
`JAVA_VERSION_PREFERRED=21`
`JAVA_VERSION_SUPPORTED=11 15 17 21 24`
This is currently the case for e. g. OpenSearch. There is an upstream bundled
version (preferred), but also other supported.
https://docs.opensearch.org/latest/install-and-configure/install-opensearch/index/#java-compatibility
Apache Kafka 4.0 for example supports 17 and 23:
https://kafka.apache.org/40/documentation/compatibility.html
In case you already have a supported version installed it will not add another
one.
--
You are receiving this mail because:
You are the assignee for the bug.