Re: JDK9 DateFormat changes

2016-07-28 Thread Dominique Devienne
On Thu, Jul 28, 2016 at 5:44 PM, Stefan Bodewig wrote: > The text for the pattern attribute says "Defaults to MM/DD/ HH:MM > AM_or_PM or MM/DD/ HH:MM:SS AM_or_PM" - which indicates we should be > using a (thread-local) SimpleDateFormat rather than rely on the > standard patterns. Hi Ste

JDK9 DateFormat changes

2016-07-28 Thread Stefan Bodewig
Hi all with JDK9 switching to the "CLDR" locale provider by default[1] the format of DateFormat.SHORT has changed - which causes to use a different default pattern when run on JDK9. I've opened https://bz.apache.org/bugzilla/show_bug.cgi?id=59909 for this, but after reading touch's manual page a

Re: Early Access builds of JDK 8u112 b03, JDK 9 b128 are available on java.net

2016-07-28 Thread Stefan Bodewig
On 2016-07-27, Stefan Bodewig wrote: > I will create a bug ticket for the datetime parsing problem once/if I > manage to create a stand-alone test case. It seems somebody else has already done: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8152154 it has been closed as "not an issue" beca