JDK feature complete..

Konrad Zuse thekonradzuse at hotmail.com
Sat Jun 22 12:03:06 PDT 2013


I don't think we are close to the feature complete.  The timeline has been changed because of the security issue.  Unless, I am wrong, and the feature complee didn't change, which I doubt since Jira is still working hard on making sure new features and such work out for us all :)

> From: openjfx-dev-request at openjdk.java.net
> Subject: openjfx-dev Digest, Vol 19, Issue 58
> To: openjfx-dev at openjdk.java.net
> Date: Sat, 22 Jun 2013 12:00:01 -0700
> 
> Send openjfx-dev mailing list submissions to
> 	openjfx-dev at openjdk.java.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://mail.openjdk.java.net/mailman/listinfo/openjfx-dev
> or, via email, send a message with subject or body 'help' to
> 	openjfx-dev-request at openjdk.java.net
> 
> You can reach the person managing the list at
> 	openjfx-dev-owner at openjdk.java.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of openjfx-dev digest..."
> 
> 
> Today's Topics:
> 
>    1. JDK feature complete.. (Pedro Duque Vieira)
>    2. hg: openjfx/8/graphics/rt: 3DViewer: Implemented "Show
>       hierarchy"	feature. (hang.vo at oracle.com)
>    3. hg: openjfx/8/graphics/rt: Gradle build: copy required
>       libraries into	.libs for the sake of the IDEs,	so they can have
>       references to SWT jar and Antlr and such in order to	have no red
>       squiggles (hang.vo at oracle.com)
>    4. hg: openjfx/8/graphics/rt: 2 new changesets (hang.vo at oracle.com)
>    5. hg: openjfx/8/graphics/rt: Gradle build: added ant to the
>       .libs for	the sake of FXPackager (hang.vo at oracle.com)
>    6. hg: openjfx/8/graphics/rt: 3DViewer: Improved session
>       settings	persistence. (hang.vo at oracle.com)
>    7. FX 8 3D sample FXTuxCube : several issues detected
>       (August Lammersdorf, InteractiveMesh)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 21 Jun 2013 21:22:15 +0100
> From: Pedro Duque Vieira <pedro.duquevieira at gmail.com>
> Subject: JDK feature complete..
> To: OpenJFX Mailing List <openjfx-dev at openjdk.java.net>
> Message-ID:
> 	<CAAEud6YYcB0DTD3zxsHb6W59Ny-t7kFmgMih7NgJ9-RykJ3xKw at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Hi,
> 
> Now that JDK 8 is feature complete does that also mean that JavaFX8 is
> feature complete? That is, no more new features will be added?
> 
> Thanks, regards,
> 
> -- 
> Pedro Duque Vieira
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 21 Jun 2013 20:48:37 +0000
> From: hang.vo at oracle.com
> Subject: hg: openjfx/8/graphics/rt: 3DViewer: Implemented "Show
> 	hierarchy"	feature.
> To: openjfx-dev at openjdk.java.net
> Message-ID: <20130621204850.88DBF483FA at hg.openjdk.java.net>
> 
> Changeset: 861cc97175cb
> Author:    Alexander Kouznetsov
> Date:      2013-06-21 13:44 -0700
> URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/861cc97175cb
> 
> 3DViewer: Implemented "Show hierarchy" feature.
> 
> ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/ContentModel.java
> ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/MainController.java
> ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/SessionManager.java
> ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/SettingsController.java
> ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/settings.fxml
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Fri, 21 Jun 2013 22:18:34 +0000
> From: hang.vo at oracle.com
> Subject: hg: openjfx/8/graphics/rt: Gradle build: copy required
> 	libraries into	.libs for the sake of the IDEs,	so they can have
> 	references to SWT jar and Antlr and such in order to	have no red
> 	squiggles
> To: openjfx-dev at openjdk.java.net
> Message-ID: <20130621221853.D2E06483FC at hg.openjdk.java.net>
> 
> Changeset: f78fc2ff7c9a
> Author:    Richard Bair <richard.bair at oracle.com>
> Date:      2013-06-21 15:03 -0700
> URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f78fc2ff7c9a
> 
> Gradle build: copy required libraries into .libs for the sake of the IDEs, so they can have references to SWT jar and Antlr and such in order to have no red squiggles
> 
> ! build.gradle
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Fri, 21 Jun 2013 23:06:20 +0000
> From: hang.vo at oracle.com
> Subject: hg: openjfx/8/graphics/rt: 2 new changesets
> To: openjfx-dev at openjdk.java.net
> Message-ID: <20130621230652.EE2FE48405 at hg.openjdk.java.net>
> 
> Changeset: 72ced9c9c4c0
> Author:    Richard Bair <richard.bair at oracle.com>
> Date:      2013-06-21 15:47 -0700
> URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/72ced9c9c4c0
> 
> Gradle build: Rename the swt jar to something the IDE can expect
> 
> ! build.gradle
> 
> Changeset: ca9851d83c7d
> Author:    Richard Bair <richard.bair at oracle.com>
> Date:      2013-06-21 16:04 -0700
> URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ca9851d83c7d
> 
> Gradle build: add plugin.jar to .libs
> 
> ! build.gradle
> 
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Fri, 21 Jun 2013 23:18:34 +0000
> From: hang.vo at oracle.com
> Subject: hg: openjfx/8/graphics/rt: Gradle build: added ant to the
> 	.libs for	the sake of FXPackager
> To: openjfx-dev at openjdk.java.net
> Message-ID: <20130621231846.DB08148406 at hg.openjdk.java.net>
> 
> Changeset: 35d6c5456e67
> Author:    Richard Bair <richard.bair at oracle.com>
> Date:      2013-06-21 16:09 -0700
> URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/35d6c5456e67
> 
> Gradle build: added ant to the .libs for the sake of FXPackager
> 
> ! build.gradle
> 
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Fri, 21 Jun 2013 23:33:48 +0000
> From: hang.vo at oracle.com
> Subject: hg: openjfx/8/graphics/rt: 3DViewer: Improved session
> 	settings	persistence.
> To: openjfx-dev at openjdk.java.net
> Message-ID: <20130621233359.DF19F48408 at hg.openjdk.java.net>
> 
> Changeset: 07ee4aa067ee
> Author:    Alexander Kouznetsov
> Date:      2013-06-21 16:30 -0700
> URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/07ee4aa067ee
> 
> 3DViewer: Improved session settings persistence.
> 
> ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/MainController.java
> ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/SessionManager.java
> 
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Sat, 22 Jun 2013 11:43:10 +0200
> From: "August Lammersdorf, InteractiveMesh" <sdn at interactivemesh.com>
> Subject: FX 8 3D sample FXTuxCube : several issues detected
> To: <openjfx-dev at openjdk.java.net>
> Message-ID:
> 	<771f375ee584200ef2314fd871133995-EhVcX1lFTABZRwAdGwEGZ1dfaANWUkNeXENbA19cNkdfS1wWW1ZoAl06XFxYQE0LW1tQQA==-webmailer2 at server04.webmailer.hosteurope.de>
> 	
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
>  FXTuxCube is a SubScene-based interactive 3D application to meassure 
>  the 3D system performance.
> 
>  Are following issues known or under development or should they be 
>  reported? Haven't found any corresponding JIRA issues.
> 
>   - SubScene.setFill(Color.TRANSPARENT) required, otherwise SubScene 
>  doesn't receive mouse events
>   - Hierarchical RotateTransitions (cube and tuxes) result in a more 
>  (cube size 2) or less (cube size 12) uneven rotation
>   - A BackgroundFill with a Color object creates a weird blending 
>  result, LinearGradient and RadialGradient work fine (Windows only)
>   - ComboBox.setPromptText("Select") results in an empty label, see 
>  Viewpoint's ComboBox
>   - Resizing the window crashes the application (Linux only)
>  
>  FXTuxCube is available here : 
>  http://www.interactivemesh.org/models/jfx3dtuxcube.html
> 
>  August
> 
> 
> 
> End of openjfx-dev Digest, Vol 19, Issue 58
> *******************************************
 		 	   		  


More information about the openjfx-dev mailing list