Re: GUI code testing for JDK 10/11 - Keys, Mouse, TestNG, Maven, etc.

2018-08-28 Thread Michael Ennen
Hello, I am the current maintainer of TestFX and a (new) contributor to OpenJFX working on this exact area. TestFX does support Java 10. We are currently working on supporting Java 11, as can be seen here: https://github.com/TestFX/TestFX/pull/606. In JavaFX 11com.sun.glass.ui.Robot was moved to

GUI code testing for JDK 10/11 - Keys, Mouse, TestNG, Maven, etc.

2018-08-28 Thread Miroslav Nachev
Hi, What are the possible options for GUI code testing for JDK 10/11? I tried TestFX , but this project does not support JDK 10/11. Additionally, it does not support TestNG. I do not want to use JUnit, because it does not have the necessary functionality, such

[12] RFR: 8209652: Ensemble: Update version of Lucene to 7.4.0

2018-08-28 Thread Kevin Rushforth
Phil, Please review the following: https://bugs.openjdk.java.net/browse/JDK-8209652 http://cr.openjdk.java.net/~kcr/8209652/webrev/ This bumps the version of Apache Lucene used by Ensemble to the latest 7.4.0 release. -- Kevin

Re: [RFR] 8210020: MAVEN_VERSION should use short release version for fcs builds

2018-08-28 Thread Kevin Rushforth
Since this is a P1 stopper, it is approved for openjfx11. I just pushed it. Thanks. -- Kevin On 8/28/2018 6:09 AM, Joeri Sykora wrote: Hi, please review the fix for JDK-8210020 available as a PR on Github: https://github.com/javafxports/openjdk-jfx/pull/177