Hi,

looking at the upcoming donation I would assume there will be more
javax.xml.bind usages, so from my point of view we should have a
replacement module inside the platform and let all modules that need the
binding stuff depend on that one.

What do you think?

Sven

Am 15.03.2018 22:48 schrieb "Matthias Bläsing" <mblaes...@doppel-helix.eu>:

> Hi Jan,
>
> Am Donnerstag, den 15.03.2018, 18:35 +0100 schrieb Jan Lahoda:
> > Current NetBeans does not start on JDK 11:
> >
> > $ ./netbeans
> > Error occurred during initialization of boot layer
> > java.lang.module.FindException: Module java.xml.bind not found
> >
> > The reason is that some modules have been removed from the JDK:
> > http://openjdk.java.net/jeps/320
> >
> > The module that remains is java.xml.bind, which is problematic. It
> > was
> > added to fix:
> > https://netbeans.org/bugzilla/show_bug.cgi?id=270672
> >
> > I wonder if there's a way to fix that problem without using the
> > java.xml.bind JDK module. Matthias, any idea?
>
> Yes. In review this could have been better solved :-)
>
> So here it is:
>
> https://github.com/apache/incubator-netbeans/pull/456
>
> I grepped through the codebase and I only found one other java.xml.bind
> related code in editor.settings.lib and changed that to.
>
> Could you please have a look at the PR?
>
> Thank you
>
> Matthias
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to