Re: Problems building openjfx

2018-11-02 Thread Johan Vos
Hi Michael,

What environment do you use to run that Windows build script?
The windows builds are the ones I still feel least comfortable about. We
tried to automate those on AdoptOpenJDK infrastructure, but they are using
Ansible for provisioning machines (for very good reasons), and we spent
days trying to come up with an Ansible script that allowed to build on
Windows, without 100% success.
Hence, we currently create the windows build on a Windows machine with a
fixed setup. It would be better of course to move more of the environment
and context parameters to the build procedure itself, and your script seems
a step in that direction. But what infrastructure do you use to run this?

- Johan

On Thu, Nov 1, 2018 at 11:17 PM Michael Ennen  wrote:

> Also don't forget about the Windows build script:
>
>
> https://github.com/javafxports/openjdk-jfx/blob/develop/tools/scripts/build.ps1
>
> It is what I use to automate the process of building OpenJFX on Windows as
> much as
> possible. Any improvements to the script would be appreciated.
>
> On Wed, Oct 31, 2018 at 7:03 AM  wrote:
>
> > forgot the link to the instruction page, just in case there's another:
> >
> >
> >
> https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-EnvironmentVariables
> >
> > Zitat von faste...@swingempire.de:
> >
> > > first try, following the instructions (for win10) at:
> > >
> > > that is having downloaded, installed the required tools, added env
> > > vars as desribed.
> > >
> > > Then in cygwin, navigate to the git working dir, typing
> > >
> > > gradle tasks
> > >
> > > fails with:
> > >
> > > FAILURE: Build failed with an exception.
> > >
> > > * Where:
> > > Script
> > >
> >
> 'C:\Daten\data-for-work\eclipse\gitrep-openjdk\openjdk-jfx\buildSrc\win.gradle'
> > line:
> > > 92
> > >
> > > * What went wrong:
> > > A problem occurred evaluating script.
> > >> FAIL: WINSDK_DIR not defined
> > >
> > > to me, it looks the env var WINSDK_DIR is not set - what should go in
> > there?
> > >
> > > Thanks, Jeanette
> > >
> > > BTW: did I ever mention that I hate command line tools - and they
> > > feel it, fighting back with all they got ;)
> >
> >
> >
> >
>
> --
> Michael Ennen
>


Re: JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Kevin Rushforth

Yes, a good plan.

-- Kevin


On 11/2/2018 11:38 AM, Johan Vos wrote:
Absolutely. Since this is an ea, I didn't add a link to the release 
notes, but once we go for 11.0.1, there should be release notes.


On Fri, Nov 2, 2018 at 2:19 PM Laurent Bourgès 
mailto:bourges.laur...@gmail.com>> wrote:


Thanks,

That is important to me to share publicly release notes.

Cheers,
Laurent

Le ven. 2 nov. 2018 à 14:12, Kevin Rushforth
mailto:kevin.rushfo...@oracle.com>> a
écrit :

The JBS query would only show up the one Marlin fix, because
the rest
were confidential security bugs. Here is the list, as seen in
the 'hg log'

8194321: Update FX installer
8195879: Improve media support
8204365: Improve WebView processing
8204880: Enhance object method calls
8207387: WebView is not rendering html checkbox and radio buttons
8210386: Clipping problems with complex affine transforms:
negative
scaling factors or small scaling factors

-- Kevin


On 11/2/2018 3:52 AM, Laurent Bourgès wrote:
> Hi,
>
> Could you publish the list of included bug fixed (JBS query) ?
>
> Cheers,
> Laurent
>
> Le ven. 2 nov. 2018 à 10:00, Johan Vos
mailto:johan@gluonhq.com>> a écrit :
>
>> Hi,
>>
>> We are about to release JavaFX 11.0.1, containing the fixes
that made it
>> into the 11-dev repository.
>> An early-access build for this is available as SDK/jmods at
>>
>>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip
>>
>>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
>>
>>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip
>>
>>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip
>> <
>>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
>>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip
>>
>>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip
>>
>> The maven artifacts are available in the usual
repositories, with version
>> tag being "11.0.1-ea+1" e.g.
>>
>> org.openjfx:javafx-base:11.0.1-ea+1 (see
>>

http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/)
>>
>> If we don't hear major issues with this ea, it should
become the 11.0.1
>> release.
>>
>> - Johan
>>





Re: JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Johan Vos
Absolutely. Since this is an ea, I didn't add a link to the release notes,
but once we go for 11.0.1, there should be release notes.

On Fri, Nov 2, 2018 at 2:19 PM Laurent Bourgès 
wrote:

> Thanks,
>
> That is important to me to share publicly release notes.
>
> Cheers,
> Laurent
>
> Le ven. 2 nov. 2018 à 14:12, Kevin Rushforth 
> a écrit :
>
>> The JBS query would only show up the one Marlin fix, because the rest
>> were confidential security bugs. Here is the list, as seen in the 'hg log'
>>
>> 8194321: Update FX installer
>> 8195879: Improve media support
>> 8204365: Improve WebView processing
>> 8204880: Enhance object method calls
>> 8207387: WebView is not rendering html checkbox and radio buttons
>> 8210386: Clipping problems with complex affine transforms: negative
>> scaling factors or small scaling factors
>>
>> -- Kevin
>>
>>
>> On 11/2/2018 3:52 AM, Laurent Bourgès wrote:
>> > Hi,
>> >
>> > Could you publish the list of included bug fixed (JBS query) ?
>> >
>> > Cheers,
>> > Laurent
>> >
>> > Le ven. 2 nov. 2018 à 10:00, Johan Vos  a écrit
>> :
>> >
>> >> Hi,
>> >>
>> >> We are about to release JavaFX 11.0.1, containing the fixes that made
>> it
>> >> into the 11-dev repository.
>> >> An early-access build for this is available as SDK/jmods at
>> >>
>> >>
>> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip
>> >>
>> >>
>> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
>> >>
>> >>
>> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip
>> >>
>> >>
>> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip
>> >> <
>> >>
>> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
>> >>
>> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip
>> >>
>> >>
>> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip
>> >>
>> >> The maven artifacts are available in the usual repositories, with
>> version
>> >> tag being "11.0.1-ea+1" e.g.
>> >>
>> >> org.openjfx:javafx-base:11.0.1-ea+1 (see
>> >>
>> http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/)
>> >>
>> >> If we don't hear major issues with this ea, it should become the 11.0.1
>> >> release.
>> >>
>> >> - Johan
>> >>
>>
>>


Re: JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Kevin Rushforth
As I said, all but the Marlin fix are confidential security bugs. And 
no, I can't comment on them. If you are interested, you can go to 
Mercurial and look at the changeset diffs. Or you can refer to my email 
of Oct 16 with the aggregate webrev [1] for the set of fixes that were 
integrated after the October CPU release.


-- Kevin

[1] 
http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-October/022702.html



On 11/2/2018 8:22 AM, Nir Lisker wrote:

What is 8204880: Enhance object method calls? It's unviewable.

On Fri, Nov 2, 2018 at 3:20 PM Laurent Bourgès 
mailto:bourges.laur...@gmail.com>> wrote:


Thanks,

That is important to me to share publicly release notes.

Cheers,
Laurent

Le ven. 2 nov. 2018 à 14:12, Kevin Rushforth
mailto:kevin.rushfo...@oracle.com>> a
écrit :

> The JBS query would only show up the one Marlin fix, because the
rest
> were confidential security bugs. Here is the list, as seen in
the 'hg log'
>
> 8194321: Update FX installer
> 8195879: Improve media support
> 8204365: Improve WebView processing
> 8204880: Enhance object method calls
> 8207387: WebView is not rendering html checkbox and radio buttons
> 8210386: Clipping problems with complex affine transforms: negative
> scaling factors or small scaling factors
>
> -- Kevin
>
>
> On 11/2/2018 3:52 AM, Laurent Bourgès wrote:
> > Hi,
> >
> > Could you publish the list of included bug fixed (JBS query) ?
> >
> > Cheers,
> > Laurent
> >
> > Le ven. 2 nov. 2018 à 10:00, Johan Vos mailto:johan@gluonhq.com>> a écrit :
> >
> >> Hi,
> >>
> >> We are about to release JavaFX 11.0.1, containing the fixes
that made it
> >> into the 11-dev repository.
> >> An early-access build for this is available as SDK/jmods at
> >>
> >>
>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip
> >>
> >>
>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
> >>
> >>
>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip
> >>
> >>
>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip
> >> <
> >>
>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
> >>
>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip
> >>
> >>
>

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip
> >>
> >> The maven artifacts are available in the usual repositories, with
> version
> >> tag being "11.0.1-ea+1" e.g.
> >>
> >> org.openjfx:javafx-base:11.0.1-ea+1 (see
> >>
>
http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/)
> >>
> >> If we don't hear major issues with this ea, it should become
the 11.0.1
> >> release.
> >>
> >> - Johan
> >>
>
>





Re: JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Nir Lisker
What is 8204880: Enhance object method calls? It's unviewable.

On Fri, Nov 2, 2018 at 3:20 PM Laurent Bourgès 
wrote:

> Thanks,
>
> That is important to me to share publicly release notes.
>
> Cheers,
> Laurent
>
> Le ven. 2 nov. 2018 à 14:12, Kevin Rushforth 
> a
> écrit :
>
> > The JBS query would only show up the one Marlin fix, because the rest
> > were confidential security bugs. Here is the list, as seen in the 'hg
> log'
> >
> > 8194321: Update FX installer
> > 8195879: Improve media support
> > 8204365: Improve WebView processing
> > 8204880: Enhance object method calls
> > 8207387: WebView is not rendering html checkbox and radio buttons
> > 8210386: Clipping problems with complex affine transforms: negative
> > scaling factors or small scaling factors
> >
> > -- Kevin
> >
> >
> > On 11/2/2018 3:52 AM, Laurent Bourgès wrote:
> > > Hi,
> > >
> > > Could you publish the list of included bug fixed (JBS query) ?
> > >
> > > Cheers,
> > > Laurent
> > >
> > > Le ven. 2 nov. 2018 à 10:00, Johan Vos  a
> écrit :
> > >
> > >> Hi,
> > >>
> > >> We are about to release JavaFX 11.0.1, containing the fixes that made
> it
> > >> into the 11-dev repository.
> > >> An early-access build for this is available as SDK/jmods at
> > >>
> > >>
> >
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip
> > >>
> > >>
> >
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
> > >>
> > >>
> >
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip
> > >>
> > >>
> >
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip
> > >> <
> > >>
> >
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
> > >>
> >
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip
> > >>
> > >>
> >
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip
> > >>
> > >> The maven artifacts are available in the usual repositories, with
> > version
> > >> tag being "11.0.1-ea+1" e.g.
> > >>
> > >> org.openjfx:javafx-base:11.0.1-ea+1 (see
> > >>
> > http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/
> )
> > >>
> > >> If we don't hear major issues with this ea, it should become the
> 11.0.1
> > >> release.
> > >>
> > >> - Johan
> > >>
> >
> >
>


[8u] RFR: JDK-8212014: JavaScriptBridgeTest::testBridgeExplicitOverloading test fails when run with newer JDK 8u

2018-11-02 Thread Murali Billa
Hi Kevin, Arun, 

Please review the patch for the following bug:

JBS: https://bugs.openjdk.java.net/browse/JDK-8212014
Webrev: http://cr.openjdk.java.net/~mbilla/8212014/webrev.00/

Thanks,
Murali


[12] RFR: JDK-8213139: TooltipFXTest. testTooltipLeak failing intermittently

2018-11-02 Thread Murali Billa
Hi Kevin, Arun, 

Please review the patch for the following bug:

JBS: https://bugs.openjdk.java.net/browse/JDK-8213139
Webrev: http://cr.openjdk.java.net/~mbilla/8213139/webrev.00/


Thanks,
Murali


JavaBeanObjectPropertyBuilder has incomplete generics support

2018-11-02 Thread Rachel Greenham
javax.beans.property.adapter.JavaBeanObjectPropertyBuilder seems to be 
only partially adapted for generics. The class itself has a generic type 
(class JavaBeanObjectPropertyBuilder) and its build() method returns 
JavaBeanObjectProperty, but the lack of other support means you can't 
fluently create a property without also suppressing "unchecked" warnings.


ie: One might want to do:

private ObjectProperty ip4Property;

...

this.ip4Property = JavaBeanObjectPropertyBuilder.create()
    .bean(server)
    .name("ip")
    .build();

but this will produce "unchecked" warnings during compilation. Harmless 
but annoying when you want to keep it clean. As it stands, to compile 
cleanly you need to split it up:


var builder = new JavaBeanObjectPropertyBuilder();
builder.bean(server).name("ip"); // they return untyped builder
this.ip4Property = builder.build();

... or suppress the warning. I hate suppressing warnings. :-)

Proposed fix: (I don't have an OpenJFX build environment yet, this is 
the first time I've wanted to change something!)


* Each of the instance methods (except build()) to have declared return 
type JavaBeanObjectPropertyBuilder. This allows chaining those fluent 
builder methods without losing the generic type.


* create() method to be:
public static  JavaBeanObjectPropertyBuilder create() {
    return new JavaBeanObjectPropertyBuilder();
}

I think that's all it needs, and the latter only if you prefer to use 
the static builder factory method rather than just using the constructor 
directly. Then the first code example above would work cleanly as is. It 
also allows for callers to optionally explicitly specify the generic 
type to create() with eg: var builder = 
JavaBeanObjectPropertyBuilder.create().


As you can see all this is just generic type declarations, which should 
all be erased to cause no actual change to runtime. The effect on 
existing code should be null except that some people would be able to, 
if they want, remove the @SuppressWarnings

("unchecked") annotation they've so far had to put above it.

--
Rachel



Re: JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Laurent Bourgès
Thanks,

That is important to me to share publicly release notes.

Cheers,
Laurent

Le ven. 2 nov. 2018 à 14:12, Kevin Rushforth  a
écrit :

> The JBS query would only show up the one Marlin fix, because the rest
> were confidential security bugs. Here is the list, as seen in the 'hg log'
>
> 8194321: Update FX installer
> 8195879: Improve media support
> 8204365: Improve WebView processing
> 8204880: Enhance object method calls
> 8207387: WebView is not rendering html checkbox and radio buttons
> 8210386: Clipping problems with complex affine transforms: negative
> scaling factors or small scaling factors
>
> -- Kevin
>
>
> On 11/2/2018 3:52 AM, Laurent Bourgès wrote:
> > Hi,
> >
> > Could you publish the list of included bug fixed (JBS query) ?
> >
> > Cheers,
> > Laurent
> >
> > Le ven. 2 nov. 2018 à 10:00, Johan Vos  a écrit :
> >
> >> Hi,
> >>
> >> We are about to release JavaFX 11.0.1, containing the fixes that made it
> >> into the 11-dev repository.
> >> An early-access build for this is available as SDK/jmods at
> >>
> >>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip
> >>
> >>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
> >>
> >>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip
> >>
> >>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip
> >> <
> >>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
> >>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip
> >>
> >>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip
> >>
> >> The maven artifacts are available in the usual repositories, with
> version
> >> tag being "11.0.1-ea+1" e.g.
> >>
> >> org.openjfx:javafx-base:11.0.1-ea+1 (see
> >>
> http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/)
> >>
> >> If we don't hear major issues with this ea, it should become the 11.0.1
> >> release.
> >>
> >> - Johan
> >>
>
>


Re: JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Kevin Rushforth
The JBS query would only show up the one Marlin fix, because the rest 
were confidential security bugs. Here is the list, as seen in the 'hg log'


8194321: Update FX installer
8195879: Improve media support
8204365: Improve WebView processing
8204880: Enhance object method calls
8207387: WebView is not rendering html checkbox and radio buttons
8210386: Clipping problems with complex affine transforms: negative 
scaling factors or small scaling factors


-- Kevin


On 11/2/2018 3:52 AM, Laurent Bourgès wrote:

Hi,

Could you publish the list of included bug fixed (JBS query) ?

Cheers,
Laurent

Le ven. 2 nov. 2018 à 10:00, Johan Vos  a écrit :


Hi,

We are about to release JavaFX 11.0.1, containing the fixes that made it
into the 11-dev repository.
An early-access build for this is available as SDK/jmods at

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip
<
http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip

The maven artifacts are available in the usual repositories, with version
tag being "11.0.1-ea+1" e.g.

org.openjfx:javafx-base:11.0.1-ea+1 (see
http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/)

If we don't hear major issues with this ea, it should become the 11.0.1
release.

- Johan





Re: JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Laurent Bourgès
Hi,

Could you publish the list of included bug fixed (JBS query) ?

Cheers,
Laurent

Le ven. 2 nov. 2018 à 10:00, Johan Vos  a écrit :

> Hi,
>
> We are about to release JavaFX 11.0.1, containing the fixes that made it
> into the 11-dev repository.
> An early-access build for this is available as SDK/jmods at
>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip
>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip
>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip
> <
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
> >
>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip
>
> http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip
>
> The maven artifacts are available in the usual repositories, with version
> tag being "11.0.1-ea+1" e.g.
>
> org.openjfx:javafx-base:11.0.1-ea+1 (see
> http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/)
>
> If we don't hear major issues with this ea, it should become the 11.0.1
> release.
>
> - Johan
>


JavaFX 11.0.1-ea+1 release

2018-11-02 Thread Johan Vos
Hi,

We are about to release JavaFX 11.0.1, containing the fixes that made it
into the 11-dev repository.
An early-access build for this is available as SDK/jmods at
http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-jmods.zip
http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_linux-x64_bin-sdk.zip
http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-jmods.zip
http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_osx-x64_bin-sdk.zip

http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-jmods.zip
http://download2.gluonhq.com/openjfx/11.0.1/openjfx-11.0.1-ea+1_windows-x64_bin-sdk.zip

The maven artifacts are available in the usual repositories, with version
tag being "11.0.1-ea+1" e.g.

org.openjfx:javafx-base:11.0.1-ea+1 (see
http://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.1-ea+1/)

If we don't hear major issues with this ea, it should become the 11.0.1
release.

- Johan