Discussion:
JavaFX 11.0.1-ea+1 release
Johan Vos
2018-11-02 08:59:30 UTC
Permalink
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
Laurent Bourgès
2018-11-02 10:52:24 UTC
Permalink
Hi,

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

Cheers,
Laurent
Post by 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_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
Kevin Rushforth
2018-11-02 13:12:10 UTC
Permalink
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
Post by Laurent Bourgès
Hi,
Could you publish the list of included bug fixed (JBS query) ?
Cheers,
Laurent
Post by 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_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
Laurent Bourgès
2018-11-02 13:19:38 UTC
Permalink
Thanks,

That is important to me to share publicly release notes.

Cheers,
Laurent
Post by 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
Post by Laurent Bourgès
Hi,
Could you publish the list of included bug fixed (JBS query) ?
Cheers,
Laurent
Post by 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
Post by Laurent Bourgès
Post by Johan Vos
<
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
Post by Laurent Bourgès
Post by Johan Vos
The maven artifacts are available in the usual repositories, with
version
Post by Laurent Bourgès
Post by Johan Vos
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/)
Post by Laurent Bourgès
Post by Johan Vos
If we don't hear major issues with this ea, it should become the 11.0.1
release.
- Johan
Nir Lisker
2018-11-02 15:22:50 UTC
Permalink
What is 8204880: Enhance object method calls? It's unviewable.
Post by Laurent Bourgès
Thanks,
That is important to me to share publicly release notes.
Cheers,
Laurent
Post by 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'
Post by Kevin Rushforth
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
Post by Laurent Bourgès
Hi,
Could you publish the list of included bug fixed (JBS query) ?
Cheers,
Laurent
Post by Johan Vos
Hi,
We are about to release JavaFX 11.0.1, containing the fixes that made
it
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
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
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
<
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
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
The maven artifacts are available in the usual repositories, with
version
Post by Laurent Bourgès
Post by Johan Vos
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/
)
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
If we don't hear major issues with this ea, it should become the
11.0.1
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
release.
- Johan
Kevin Rushforth
2018-11-02 15:28:59 UTC
Permalink
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
What is 8204880: Enhance object method calls? It's unviewable.
On Fri, Nov 2, 2018 at 3:20 PM 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
Post by Kevin Rushforth
The JBS query would only show up the one Marlin fix, because the
rest
Post by Kevin Rushforth
were confidential security bugs. Here is the list, as seen in
the 'hg log'
Post by Kevin Rushforth
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
Post by Laurent Bourgès
Hi,
Could you publish the list of included bug fixed (JBS query) ?
Cheers,
Laurent
Post by Johan Vos
Hi,
We are about to release JavaFX 11.0.1, containing the fixes
that made it
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
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
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
<
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
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
The maven artifacts are available in the usual repositories, with
version
Post by Laurent Bourgès
Post by Johan Vos
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/)
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
If we don't hear major issues with this ea, it should become
the 11.0.1
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
release.
- Johan
Nir Lisker
2018-11-02 15:30:06 UTC
Permalink
Oh, sorry, I missed the confidential part.
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
What is 8204880: Enhance object method calls? It's unviewable.
Post by Laurent Bourgès
Thanks,
That is important to me to share publicly release notes.
Cheers,
Laurent
Post by 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'
Post by Kevin Rushforth
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
Post by Laurent Bourgès
Hi,
Could you publish the list of included bug fixed (JBS query) ?
Cheers,
Laurent
Post by Johan Vos
Hi,
We are about to release JavaFX 11.0.1, containing the fixes that
made it
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
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
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
<
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
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
The maven artifacts are available in the usual repositories, with
version
Post by Laurent Bourgès
Post by Johan Vos
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/)
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
If we don't hear major issues with this ea, it should become the
11.0.1
Post by Kevin Rushforth
Post by Laurent Bourgès
Post by Johan Vos
release.
- Johan
Johan Vos
2018-11-02 18:38:44 UTC
Permalink
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.
Post by Laurent Bourgès
Thanks,
That is important to me to share publicly release notes.
Cheers,
Laurent
Post by 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
Post by Laurent Bourgès
Hi,
Could you publish the list of included bug fixed (JBS query) ?
Cheers,
Laurent
Post by Johan Vos
Hi,
We are about to release JavaFX 11.0.1, containing the fixes that made
it
Post by Laurent Bourgès
Post by Johan Vos
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
Post by Laurent Bourgès
Post by Johan Vos
<
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
Post by Laurent Bourgès
Post by Johan Vos
The maven artifacts are available in the usual repositories, with
version
Post by Laurent Bourgès
Post by Johan Vos
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/)
Post by Laurent Bourgès
Post by Johan Vos
If we don't hear major issues with this ea, it should become the 11.0.1
release.
- Johan
Kevin Rushforth
2018-11-02 18:45:17 UTC
Permalink
Yes, a good plan.

-- Kevin
Post by 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
Thanks,
That is important to me to share publicly release notes.
Cheers,
Laurent
Le ven. 2 nov. 2018 à 14:12, 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
Post by 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
Post by Johan Vos
Hi,
We are about to release JavaFX 11.0.1, containing the fixes
that made it
Post by Laurent Bourgès
Post by Johan Vos
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
Post by Laurent Bourgès
Post by Johan Vos
<
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
Post by Laurent Bourgès
Post by Johan Vos
The maven artifacts are available in the usual
repositories, with version
Post by Laurent Bourgès
Post by Johan Vos
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/)
Post by Laurent Bourgès
Post by Johan Vos
If we don't hear major issues with this ea, it should
become the 11.0.1
Post by Laurent Bourgès
Post by Johan Vos
release.
- Johan
Michael Paus
2018-11-04 14:56:21 UTC
Permalink
My application is reporting the following values for the respective
properties:

java.runtime.version: 11.0.1+13
java.class.version: 55.0
java.version: 11.0.1
javafx.version: 11

Shouldn't "javafx.version" follow the same naming conventions as used by
"java.version"?
Post by 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_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
Johan Vos
2018-11-04 19:26:18 UTC
Permalink
It should.
I have the following:
javafx.version = 11.0.1-ea

Are you using an SDK or maven artifacts? For which platform?

- Johan
Post by Michael Paus
My application is reporting the following values for the respective
java.runtime.version: 11.0.1+13
java.class.version: 55.0
java.version: 11.0.1
javafx.version: 11
Shouldn't "javafx.version" follow the same naming conventions as used by
"java.version"?
Post by 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
Post by Johan Vos
<
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
Post by Johan Vos
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/
)
Post by Johan Vos
If we don't hear major issues with this ea, it should become the 11.0.1
release.
- Johan
Michael Paus
2018-11-05 08:54:18 UTC
Permalink
Hi,
sorry fo the confusion. I thought I was using the 11.0.1 SDK on my Mac
but actually I wasn't. Eclipse again played a prank on me with the
modulepath.
Post by Johan Vos
It should.
javafx.version = 11.0.1-ea
Are you using an SDK or maven artifacts? For which platform?
- Johan
My application is reporting the following values for the respective
java.runtime.version: 11.0.1+13
java.class.version: 55.0
java.version: 11.0.1
javafx.version: 11
Shouldn't "javafx.version" follow the same naming conventions as used by
"java.version"?
Post by Johan Vos
Hi,
We are about to release JavaFX 11.0.1, containing the fixes that
made it
Post by Johan Vos
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
Post by Johan Vos
The maven artifacts are available in the usual repositories,
with version
Post by Johan Vos
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/)
Post by Johan Vos
If we don't hear major issues with this ea, it should become the
11.0.1
Post by Johan Vos
release.
- Johan
Loading...