hg: openjfx/8u-dev/rt: RT-36449: [WebView] URLLoader throws an exception on 401 HTTP error with no body

2014-09-22 Thread anton . tarasov
Changeset: 64d2b6d3a2a3 Author:ant anton.tara...@oracle.com Date: 2014-09-22 10:53 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/64d2b6d3a2a3 RT-36449: [WebView] URLLoader throws an exception on 401 HTTP error with no body Reviewed-by: kcr, lepopov !

Re: openjfx-dev Digest, Vol 34, Issue 36

2014-09-22 Thread Daniel Fuchs
Hi, I don't recommend using sun.* proprietary APIs. The safest way to suppress the logger output would be to switch it off in a logging.properties file. -Djava.util.logging.config.file=logging.properties and inside: logger-name.level = OFF best regards, -- daniel On 22/09/14 05:30,

Re: openjfx-dev Digest, Vol 34, Issue 36

2014-09-22 Thread Werner Lehmann
Hi Daniel, actually, as it turns out that code did not even compile with javac 8u11: [mint.javac] [...] error: package sun.util.logging.PlatformLogger does not exist [mint.javac] com.sun.javafx.binding.Logging.getLogger().setLevel(sun.util.logging.PlatformLogger.Level.OFF); Eclipse's

Re: openjfx-dev Digest, Vol 34, Issue 36

2014-09-22 Thread Kevin Rushforth
+1 on this suggestion. -- Kevin Daniel Fuchs wrote: Hi, I don't recommend using sun.* proprietary APIs. The safest way to suppress the logger output would be to switch it off in a logging.properties file. -Djava.util.logging.config.file=logging.properties and inside: logger-name.level =

Re: ACTION NEEDED: subscribe to new openjfx-changes mailing list to receive hg commit notifications

2014-09-22 Thread Kevin Rushforth
The new mailing list is now ready to go, and I expect that future commit messages will go to the new list. I just sent an initial test message to the new openjfx-changes mailing list. If you are on that list, you should receive it within the next few minutes (probably before you see this

8u-dev unlocked following this week's sanity testing eom

2014-09-22 Thread Kevin Rushforth

[8u26] Code Review Request For RT-38628: BoxBlur effect leads to runtime exception in embedded JavaFX

2014-09-22 Thread Chien Yang
Hi Jim and Kevin, Please review the proposed fix: https://javafx-jira.kenai.com/browse/RT-38628 Thanks, - Chien

Re: Calendar week view

2014-09-22 Thread Christian
Cool. thanks for the link. If I just had that one before ;) Will check it out during the next days. On 09/22/2014 05:30 AM, Jonathan Giles wrote: Looks good. You might also be interested in collaborating with the JFXtras projects - Tom Eugelink has an Agenda control that works in a similar