Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 20:23:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 237054] java/openjdk11: Needs to be integrated into bsd.java.mk
Message-ID:  <bug-237054-8522-qgvZnwAvJA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237054-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237054-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237054

--- Comment #11 from Tommy P <tommyhp2@gmail.com> ---
(In reply to Michael Osipov from comment #10)
Ah... Thank you for clarifying.  Since Java 9:

     $FEATURE.$INTERIM.$UPDATE.$PATCH

    $FEATURE — The feature-release counter, incremented for every feature
release regardless of release content. Features may be added in a feature
release; they may also be removed, if advance notice was given at least one
feature release ahead of time. Incompatible changes may be made when justified.

    $INTERIM — The interim-release counter, incremented for non-feature
releases that contain compatible bug fixes and enhancements but no incompatible
changes, no feature removals, and no changes to standard APIs.

    $UPDATE — The update-release counter, incremented for compatible update
releases that fix security issues, regressions, and bugs in newer features.

    $PATCH — The emergency patch-release counter, incremented only when it's
necessary to produce an emergency release to fix a critical issue.

per JavaDoc:
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Runtime.Version.html

Thus, I presume you're suggesting to use $FEATURE then? I agree.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


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