Re: Future of JavaFX

2015-12-02 Thread Scott Palmer
I didn't find it too difficult to get the form signed and submitted, but a key exchange is also a good idea. The mirror of the Mercurial repo on BitBucket also makes a lot of sense as a staging area for contributions. (So long as I can avoid dealing with the insanity of Git and its ridiculous U

Re: Future of JavaFX

2015-12-02 Thread Florian Brunner
I think actually the 2nd point (State-of-the-art code collaboration platform) is not comfortable enough how I described it. Firstly, it should be a CI server, not a person, who synchronizes the repositories whenever there is a change on a non-feature branch of the main repository. Secondly, tr

Code Review Request For JDK-8144542: Remove an experimental stopgap fix (-Dprism.experimental.skipMeshNormalComputation) that is no longer needed

2015-12-02 Thread Chien Yang
Hi Kevin, Please review the proposed fix. JIRA: https://bugs.openjdk.java.net/browse/JDK-8144542 Webrev: http://cr.openjdk.java.net/~ckyang/JDK-8144542/webrev.00/ Thanks, - Chien

Reviewing impl_* methods in JavaFX

2015-12-02 Thread Jonathan Giles
Hi all. As you may recall a few months back I kicked off a review of APIs that exist in com.sun.* packages that were going to be lost due to the arrival of JDK 9. This resulted in a small number of APIs being proposed and made public in the last few weeks. With JDK 9 slipping we think it is p

Re: Future of JavaFX

2015-12-02 Thread Mark Fortner
I think the first hurdle is to get people to sign the CLA. Having to print a copy, sign it, and find a fax machine or scanner to resend it seems kind of archaic in this day and age. That said, e-signing a PDF shouldn't be too difficult, but it would be better if it were simply a form that you atta

Re: Future of JavaFX

2015-12-02 Thread Florian Brunner
Some time ago there actaully was a OpenJFX mirror repository on BitBucket. I'm not totally sure anymore why this was stopped. I think it needs someone who keeps the repositories in sync and there were some concerns that it's harder to control who wrote a patch. But maybe the idea with CLA signer

Re: Future of JavaFX

2015-12-02 Thread Kevin Rushforth
I'll add a comment to the bug report. -- Kevin Ilya Buziuk wrote: Hello, guys If the question about bugs that are considered important was risen I would say that for me (as a JBoss Tools developer who uses JavaFx for cordova ripple based mobile emulator) the regres

Re: Future of JavaFX

2015-12-02 Thread Ilya Buziuk
Hello, guys If the question about bugs that are considered important was risen I would say that for me (as a JBoss Tools developer who uses JavaFx for cordova ripple based mobile emulator) the regression JDK-8090205 is ut

Re: Future of JavaFX

2015-12-02 Thread Kevin Rushforth
To add to this, if there is an existing open bug that you consider important, please let us know. -- Kevin Chien Yang wrote: On 12/2/15, 4:46 AM, Robert Krüger wrote: How much of a priority are quality issues, especially on the Mac (which clearly is a second-class citizen as far as JavaFX is

Re: Future of JavaFX

2015-12-02 Thread Chien Yang
On 12/2/15, 4:46 AM, Robert Krüger wrote: How much of a priority are quality issues, especially on the Mac (which clearly is a second-class citizen as far as JavaFX is concerned)? Are things like flashing when opening Stages, bad rendering performance, broken media APIs etc. an issue? We have bee

RE: Future of JavaFX

2015-12-02 Thread Markus KARG
I see it differently. Often the initial contribution does not fulfil the quality, because the original author alone has not the time to fix all the law stuff, but just has a great idea and hacks it down. Then others chime in an fix it. I often saw (an helped with) such features in other open source

RE: App freezing on Linux

2015-12-02 Thread Markus KARG
Please try again with JavaFX 1.8.0_66. -Markus -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Bryan Buchanan Sent: Mittwoch, 2. Dezember 2015 09:30 To: openjfx-dev@openjdk.java.net Subject: App freezing on Linux I have a customer testing a

Re: Verona (JEP 223) Integration to JDK 9

2015-12-02 Thread Kevin Rushforth
The Verona integration is complete and has been synced back down into FX 9-dev. The per-build tags now match the JDK, so build 94 was tagged with "9-b94" and build 95 is tagged with "jdk-9+95". -- Kevin Kevin Rushforth wrote: Hi, The Verona (JEP 223) Integration to JDK 9 is planned for next

Re: Future of JavaFX

2015-12-02 Thread Tobias Bley
I absolutely agree. While we are committing to many Github projects it’s too hard to do that for JavaFX via bugs.sun.com…. Github is a modern way of developing together. The „bugs.sun.com“ way is like using a candle instead of electric light… Best Regards, Tobi > Am 02.12.2015 um 13:32 schrie

Re: Future of JavaFX

2015-12-02 Thread Robert Krüger
Kevin, thanks for sharing those plans. How much of a priority are quality issues, especially on the Mac (which clearly is a second-class citizen as far as JavaFX is concerned)? Are things like flashing when opening Stages, bad rendering performance, broken media APIs etc. an issue? As far as my co

Re: Future of JavaFX

2015-12-02 Thread Robert Krüger
Please, you're really oversimplifying things, I'm not sure if intentionally. It's not just coding. In my company I pay people serious money who do testing and file reproducible test cases with a qualified analysis of what they observed and what may be the problem and that's what I have done in the

Re: Future of JavaFX

2015-12-02 Thread dalibor topic
On 02.12.2015 10:44, Ryan Jaeb wrote: Which is it - discuss or adoption-discuss? adoption-discuss is for general discussion about bundling and aiding OpenJDK collaboration, discuss is for general discussion about the OpenJDK Community. cheers, dalibor topic -- Dalibo

Re: Future of JavaFX

2015-12-02 Thread dalibor topic
On 01.12.2015 22:58, Markus KARG wrote: I actually talk about those people that *did not* invest the time to contribute Making high quality contributions to open source projects takes a considerable amount of humbleness, time and effort. People who aren't able or willing to invest the necessa

Re: Future of JavaFX

2015-12-02 Thread Ryan Jaeb
Which is it - discuss or adoption-discuss? I really hope someone jumps over and restarts the JBS policy conversation. I tried when the JIRA change was initially announced and my misunderstanding of some key facts undermined the message I was trying to get across. I also think it may have devalued

Re: Future of JavaFX

2015-12-02 Thread dalibor topic
On 02.12.2015 01:29, Kevin Rushforth wrote: Please be aware that as part of the OpenJDK community, we are bound by the processes of the OpenJDK, including the need for a signed OCA in order to contribute, and before you can get a JBS account. If you are dissatisfied with those processes and pol

App freezing on Linux

2015-12-02 Thread Bryan Buchanan
I have a customer testing an FX app and more often than not, if the app is left open for a while (20 minutes or so), either the mouse ceases to work, or if it does work, when you click a field, or do something that should re-paint the window, the whole FX window goes totally grey and the app "disap