Bug report for Taglibs [2011/01/02]

2011-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2011/01/02]

2011-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2011/01/02]

2011-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2011/01/02]

2011-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2011/01/02]

2011-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2011/01/02]

2011-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2011/01/02]

2011-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1054436 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/FormatDateSupport.java

2011-01-02 Thread jboynes
Author: jboynes Date: Sun Jan 2 17:34:19 2011 New Revision: 1054436 URL: http://svn.apache.org/viewvc?rev=1054436&view=rev Log: fix bug #50265 by undoing caching change Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/FormatDateSupport.ja

DO NOT REPLY [Bug 50265] FormatDateSupport.dateFormatCache lazy init is not safe

2011-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50265 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[taglibs] Move to pre-req Java 1.6 for Locale services?

2011-01-02 Thread Jeremy Boynes
In Java6 support was added for LocaleServiceProviders that extend the Locales supported by the java.text formatters. This causes #46052 as getAvailableLocales() now needs to scan the entire classpath rather than just return the Locales built in to the JRE. It also means we cannot continue to ca

Re: [taglibs] Move to pre-req Java 1.6 for Locale services?

2011-01-02 Thread Konstantin Kolinko
2011/1/3 Jeremy Boynes : > As most users are likely to be running on 1.6 and we've not actually released > a version needing 1.5 and Sun's 1.5 is generally end-of-lifed, I'd like to > propose solving this with the 1.6 APIs and making it a pre-requisite. Any > issue with this? > +1 While techni

RE: [taglibs] Move to pre-req Java 1.6 for Locale services?

2011-01-02 Thread Caldarale, Charles R
> From: Jeremy Boynes [mailto:jer...@boynes.com] On Behalf Of Jeremy Boynes > Subject: [taglibs] Move to pre-req Java 1.6 for Locale services? > As most users are likely to be running on 1.6 As the traffic on the users list shows, this is clearly not the case. > Sun's 1.5 is generally end-of-lif

Re: [taglibs] Move to pre-req Java 1.6 for Locale services?

2011-01-02 Thread Jeremy Boynes
On Jan 2, 2011, at 5:49 PM, Caldarale, Charles R wrote: >> From: Jeremy Boynes [mailto:jer...@boynes.com] On Behalf Of Jeremy Boynes >> Subject: [taglibs] Move to pre-req Java 1.6 for Locale services? > >> As most users are likely to be running on 1.6 > > As the traffic on the users list shows,

RE: [taglibs] Move to pre-req Java 1.6 for Locale services?

2011-01-02 Thread Caldarale, Charles R
> From: Jeremy Boynes [mailto:jer...@boynes.com] > Subject: Re: [taglibs] Move to pre-req Java 1.6 for Locale services? > although Tomcat 7 already requires Java SE 6 as does the > Servlet 3.0 spec Only when using the 3.0 features. We have successfully built and run Tomcat 7 on 1.5. - Chuck