Re: [9] Proposal to deprecate VP6 video and the FLV/FXM file formats

2015-08-26 Thread Dr. Michael Paus
Am 26.08.15 um 22:25 schrieb Scott Palmer: Then legacy formats could be provided in optional downloads and new formats can be supported without the need to integrate them within the JRE code. To me this sounds again like a Java/JavaFX specific solution which, to my opinion, is a dead-end roa

Re: Usage of internal API's in charts

2015-08-26 Thread Sven Reimers
Ok. That what I assumed. Shall we try to compile a list with needed API's? -Sven Am 26.08.2015 19:19 schrieb "Pedro Duque Vieira" < pedro.duquevie...@gmail.com>: > I've also extended charts and have also been confronted with internal APIs. > > -- > Pedro Duque Vieira >

Code Review Request For JDK-8130376: Incorrect LayoutFlags adjustment when adding unmanaged children to SceneGraph

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

Re: Proposed fix: buildscript java version detection fails on Linux/Ubuntu on Picked up JAVA_TOOL_OPTIONS

2015-08-26 Thread Kevin Rushforth
I will also note that OpenJFX depends on OpenJDK, so I am fine using "-fullversion" as long as it works in both OpenJDK and Oracle JDK builds, and both before and after the version string changes in JEP-223. -- Kevin David DeHaven wrote: I can't comment on non-Oracle JDKs, but It's in libjli

Re: [9] Proposal to deprecate VP6 video and the FLV/FXM file formats

2015-08-26 Thread David DeHaven
> +1 for deprecation of VP6 and clearing the way to open sourcing of JFXMedia. > > On a related note, you will soon need to support H.265/HEVC. HEVC apparently > also supports an alpha channel, so it may also address that concern. (See > http://www.itu.int/rec/T-REC-H.265-201504-I/en) 3D supp

Re: Proposed fix: buildscript java version detection fails on Linux/Ubuntu on Picked up JAVA_TOOL_OPTIONS

2015-08-26 Thread David DeHaven
I can't comment on non-Oracle JDKs, but It's in libjli so anything based on OpenJDK should support it. -DrD- > I was not aware of the existence of the -fullversion option. It is not listed > at the Oracle site, afaik. Can it be assumed to be present in non-OpenJDK, > non-Oracle JDKs? > > Dav

Re: Proposed fix: buildscript java version detection fails on Linux/Ubuntu on Picked up JAVA_TOOL_OPTIONS

2015-08-26 Thread Kevin Rushforth
David DeHaven wrote: The gradle build tries to find the version of the used Java JDK by running 'java -version', skipping the first line and expects to find the version in the second line. However, on Linux (Ubuntu) the first line of *any* Java invocation is "Picked up JAVA_TOOL_OPTIONS: -j

Re: Proposed fix: buildscript java version detection fails on Linux/Ubuntu on Picked up JAVA_TOOL_OPTIONS

2015-08-26 Thread info
I was not aware of the existence of the -fullversion option. It is not listed at the Oracle site, afaik. Can it be assumed to be present in non-OpenJDK, non-Oracle JDKs? David DeHaven schreef op 2015-08-26 15:38: The gradle build tries to find the version of the used Java JDK by running 'java

Re: [9] Proposal to deprecate VP6 video and the FLV/FXM file formats

2015-08-26 Thread Scott Palmer
+1 for deprecation of VP6 and clearing the way to open sourcing of JFXMedia. On a related note, you will soon need to support H.265/HEVC. HEVC apparently also supports an alpha channel, so it may also address that concern. (See http://www.itu.int/rec/T-REC-H.265-201504-I/en) All of this might

Re: Proposed fix: buildscript java version detection fails on Linux/Ubuntu on Picked up JAVA_TOOL_OPTIONS

2015-08-26 Thread David DeHaven
> The gradle build tries to find the version of the used Java JDK by running > 'java -version', skipping the first line and expects to find the version in > the second line. > > However, on Linux (Ubuntu) the first line of *any* Java invocation is "Picked > up JAVA_TOOL_OPTIONS: -javaagent:/us

[9] Proposal to deprecate VP6 video and the FLV/FXM file formats

2015-08-26 Thread David DeHaven
I am proposing we deprecate support for the VP6 video encoding format and the FXM/FLV file format in JFXMedia for Java 9. The current intention is to completely remove support for these components in the Java 10 timeframe. Note that this is only deprecation, Java 9 will still support playback o

Code Review Request For JDK-8088670: Remove use of internal classes methods from toys

2015-08-26 Thread Chien Yang
Hi Dave, Jonathan and Kevin, Please review the proposed fix mentioned in the JIRA: JIRA: https://bugs.openjdk.java.net/browse/JDK-8088670 Thanks, - Chien

Re: Usage of internal API's in charts

2015-08-26 Thread Pedro Duque Vieira
I've also extended charts and have also been confronted with internal APIs. -- Pedro Duque Vieira

Proposed fix: buildscript java version detection fails on Linux/Ubuntu on Picked up JAVA_TOOL_OPTIONS

2015-08-26 Thread info
The gradle build tries to find the version of the used Java JDK by running 'java -version', skipping the first line and expects to find the version in the second line. However, on Linux (Ubuntu) the first line of *any* Java invocation is "Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/jav