Its not a question of licensing but of compiled source code not being allowed to be in the release:
https://lists.apache.org/thread.html/73ce8a13d5c13b56c300e4aad1e9e9bc8351ea6e836f5dc60a55cfaa@%3Cgeneral.incubator.apache.org%3E Gj On Thu, May 10, 2018 at 3:04 PM, Emilian Bold <[email protected]> wrote: > How do we know the license for TestJDK? Was it not owned by Oracle and > donated? > > Not sure where it's being used but by looking at the bytecode it's an > absolutely trivial class we could rewrite at any time. It prints to > System.out these system properties: > > * java.version > * java.vm.version > * java.vendor > * os.name > * os.arch > > --emi > > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > > On 10 May 2018 11:30 AM, Geertjan Wielenga <geertjan.wielenga@googlemail. > com> wrote: > > > Hi all, > > > > Re: https://issues.apache.org/jira/browse/NETBEANS-410 > > > > There's still one .class file that we have not solved yet: > > > > nbi/engine/src/org/netbeans/installer/utils/applications/TestJDK.class > > > > It is still present: > > > > https://github.com/apache/incubator-netbeans/tree/ > master/nbi/engine/src/org/netbeans/installer/utils/applications > > > > See the related comments by IPMC member Justin Mclean, as part of his rc3 > > > > evaluation: > > > > https://lists.apache.org/thread.html/73ce8a13d5c13b56c300e4aad1e9e9 > bc8351ea6e836f5dc60a55cfaa@<general.incubator.apache.org> > > > > How can we solve this, i.e., can we remove this and if not what can be > done > > > > here? > > > > Thanks, > > > > Gj > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
