Re: Docs hosting for Java 11?

2018-08-31 Thread Kevin Rushforth
Right. One thing to also note is that the CSS ref and FXML ref are part of the API docs and are maintained. It's the tutorials that aren't. -- Kevin On 8/31/2018 2:41 PM, Tom Schindl wrote: Well historically I think that some of those document fxml/css have been released under BSD. I know

Re: Docs hosting for Java 11?

2018-08-31 Thread Tom Schindl
Well historically I think that some of those document fxml/css have been released under BSD. I know that because I needed that to ship e(fx)clipse. See http://cr.openjdk.java.net/~kcr/RT-34389/javafx-samples-8.0.0-ea/src/Ensemble8/cssref/cssref.html Tom On 31.08.18 20:58, Kevin Rushforth wrote:

Re: Docs hosting for Java 11?

2018-08-31 Thread Mike Hearn
Thanks!

Re: Docs hosting for Java 11?

2018-08-31 Thread Kevin Rushforth
I can at least ask whether this would be possible. -- Kevin On 8/31/2018 11:51 AM, Mike Hearn wrote: Well, I'm not thinking about my needs here - I've already learned the framework. I'm more wondering how people will learn and get the tools for JavaFX development in future. Up until Java 11

Re: Docs hosting for Java 11?

2018-08-31 Thread Mike Hearn
Well, I'm not thinking about my needs here - I've already learned the framework. I'm more wondering how people will learn and get the tools for JavaFX development in future. Up until Java 11 you could at least go to a single website, click on fairly obvious links, end up at the Java 8 docs for

Re: Docs hosting for Java 11?

2018-08-31 Thread Kevin Rushforth
Ah, OK. As far as I know, the FX 8 non-API docs aren't going anywhere, but as you note they also aren't being updated. They are not under an open-source license. You would need to read the license to see what the terms of use are and whether that would meet your needs. -- Kevin On

Re: Docs hosting for Java 11?

2018-08-31 Thread Mike Hearn
I was actually referring to all the docs that *aren't* JavaDocs, like the tutorials, the CSS reference, the getting started guides, interop guides etc. As far as I know they haven't been updated since Java 8, however the API is backwards compatible so they are still useful learning materials. I

Re: Docs hosting for Java 11?

2018-08-31 Thread Kevin Rushforth
Hosting the FX 8 docs somewhere else wouldn't be useful. I presume you are asking whether the FX 11 docs could be hosted somewhere? We currently host the EA docs along with EA builds of OpenJFX 11 [1]. That will disappear at some point, although we will provide a link to the Project Download

Docs hosting for Java 11?

2018-08-31 Thread Mike Hearn
As JavaFX is being removed in Java 11, presumably the docs that come with it won't be hosted by Oracle/openjdk.net anymore. And this is a problem because the way you get JavaFX and its tools will no longer be obvious to newcomers, who won't have read this list or know

Javafx memory leak issue

2018-08-31 Thread Dhruvi Vaza
Hello, I am using javafx webview in my desktop application to load a url. I am opening webview on dialog. When I press a button to open a dialog containing webview. I get memory leak issue. sometimes it leads to crashing of application. Please give me proper solution. *The below code I have

[RFR][8u-dev] JDK-8210216: Build of 8u-dev fails on 32-bit Linux after fix for JDK-8207159

2018-08-31 Thread Arunprasad Rajkumar
Hi Kevin, Please review the fix for the bug JDK-8210216. Root cause and solution is updated in JBS. Thanks, Arun