+1 (binding) This release helps me eliminate one manual patch from https://github.com/ oracle/nb-javac/pull/12 - a sign this the Standalone Java Hints Tool is going in the right direction!
Let's make it available to public! -jt diff --git a/temporary-patches/manual-workarounds b/temporary-patches/manual- workarounds index 20793f8..dc6f00b 100644 --- a/temporary-patches/manual-workarounds +++ b/temporary-patches/manual-workarounds @@ -1,27 +1,6 @@ # HG changeset patch # Parent 4c5ea5e372941a06b1de5d189c9353f674bfed3b -diff -r 4c5ea5e37294 -r 09c8dca03625 java.compiler/share/classes/javax/lang/ model/element/Modifier.java ---- a/java.compiler/share/classes/javax/lang/model/element/Modifier.java Thu Dec 03 09:43:28 2020 +0100 -+++ b/java.compiler/share/classes/javax/lang/model/element/Modifier.java Thu Dec 03 10:25:49 2020 +0100 -@@ -76,8 +76,6 @@ - * The modifier {@code sealed} - * @since 15 - */ -- @jdk.internal.PreviewFeature(feature=jdk.internal.PreviewFeature.Feature.SEALED_CLASSES, -- essentialAPI=false) - SEALED, - - /** -@@ -91,8 +89,6 @@ - * The modifier {@code non-sealed} - * @since 15 - */ -- @jdk.internal.PreviewFeature(feature=jdk.internal.PreviewFeature.Feature.SEALED_CLASSES, -- essentialAPI=false) - NON_SEALED { - public String toString() { - return "non-sealed"; > Dear all, > > I'd like to release the standalone Java Hints tool ("jackpot") based on > Apache NetBeans 12.3, this time hopefully with the right artefacts. > > The release is here: > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-jackpot/netbeans-ja > ckpot-12.3-vc2/apache-netbeans-jackpot-12.3.zip > > Signature file: > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-jackpot/netbeans-ja > ckpot-12.3-vc2/apache-netbeans-jackpot-12.3.zip.asc > > SHA512: > de3ab8282083a86cbb4eb6c1720839656de7478697800e8132e9193ef15ab467217ab41dade9 > 93558938b350f543ff4df968e2513bb0c59095269a97f75ab76c > apache-netbeans-jackpot-12.3.zip > > KEYS file: > > https://dist.apache.org/repos/dist/release/netbeans/KEYS > > Apache NetBeans Jackpot 3.0 Git Repo tag: > https://github.com/apache/netbeans-jackpot30/releases/tag/netbeans-jackpot-1 > 2.3-vc2 > > Convenience binaries: > -built standalone tool: > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-jackpot/netbeans-ja > ckpot-12.3-vc2/apache-netbeans-jackpot-12.3-bin.zip > > Its signature file: > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-jackpot/netbeans-ja > ckpot-12.3-vc2/apache-netbeans-jackpot-12.3-bin.zip.asc > > and its SHA512: > 6dd7ca2f901d2a1c07d909fb51dc506d407413a0fc6f0ab514f17ce6dc12ae9e5daad51fb4e9 > 86e89c840f30bf9dcc39966b938d567ec8a64f2166ea8bbf7e1f > apache-netbeans-jackpot-12.3-bin.zip > > -there is also a plugin staging Maven repository here: > https://repository.apache.org/content/repositories/orgapachenetbeans-1086 > > This vote is going to be open at least 72 hours, vote with +1, 0, and -1 as > usual. > > Thanks for any feedback! > > Jan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists