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=3D237054

--- 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 =E2=80=94 The feature-release counter, incremented for every f=
eature
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 justif=
ied.

    $INTERIM =E2=80=94 The interim-release counter, incremented for non-fea=
ture
releases that contain compatible bug fixes and enhancements but no incompat=
ible
changes, no feature removals, and no changes to standard APIs.

    $UPDATE =E2=80=94 The update-release counter, incremented for compatibl=
e update
releases that fix security issues, regressions, and bugs in newer features.

    $PATCH =E2=80=94 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/Runt=
ime.Version.html

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

--=20
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>