Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Nicolai Parlog
Hi Stefan, running jdeps as shown in Jonathans post (with "-v") "[p]rints all class-level dependencies"[1]. This includes the ones which will not be accessible in Java 9. The bug you cite is based on a missing definition of some packages as internal API, so running with -jdkinternals will not li

Re: JDeps should recognize JavaFX internal API

2015-05-17 Thread Nicolai Parlog
an try it out. > > -- Kevin > > > Nicolai Parlog wrote: Hi! > > After the great news on JEP253 I wanted to play around with JDeps > to identify the dependencies on internal API in, e.g., ControlsFX. > > Turns out JDeps does not recognize these yet: > > htt

JDeps should recognize JavaFX internal API

2015-05-15 Thread Nicolai Parlog
false sense of being well prepared. It would be great if those members of this list which are in the position to do so consider moving this issue forward, e.g. by upvoting. Thank you Nicolai Parlog - -- PGP Key: http://keys.gnupg.net/pks/lookup?op=vindex&search=0xCA3BAD2E9CCCD509 Web:

Re: How to suppress platform logger output

2014-09-19 Thread Nicolai Parlog
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Werner, a little off topic but it might still be relevant for you. There is a feature request logged in the JavaFX-Jira[1] which asks for a type safe way to use Bindings.select. It the comments two libraries are mentioned which do this (and more)