Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2025 15:55:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 289858] [Feature Request] Add JAVA_VERSION_PREFERRED and JAVA_VERSION_SUPPORTED to ports framework
Message-ID:  <bug-289858-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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: bugs@FreeBSD.org
          Reporter: admin@hackacad.net

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289858-227>