[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2014-01-25 Thread Dmitry Katsubo (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13882011#comment-13882011 ] Dmitry Katsubo commented on LANG-909: - [~charles_hon...@intuit.com] Then I would

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2014-01-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13881003#comment-13881003 ] Benedikt Ritter commented on LANG-909: -- So in the end we don't need the

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2014-01-24 Thread Dmitry Katsubo (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13881365#comment-13881365 ] Dmitry Katsubo commented on LANG-909: - [~britter]: As you can read from

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2014-01-24 Thread Charles Honton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13881529#comment-13881529 ] Charles Honton commented on LANG-909: - The documentation is incorrect. (See LANG-958).

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2014-01-13 Thread Charles Honton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13870077#comment-13870077 ] Charles Honton commented on LANG-909: - FastDateFormat was designed to be thread safe.

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2014-01-11 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13868766#comment-13868766 ] Benedikt Ritter commented on LANG-909: -- I'm expecting that we will roll out at least

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-10-22 Thread Dmitry Katsubo (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13801641#comment-13801641 ] Dmitry Katsubo commented on LANG-909: - Perhaps Java8 does not need this class (it will

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-10-22 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13801978#comment-13801978 ] Henri Yandell commented on LANG-909: Agreed - the proposal for Lang 4.0 is to be Java 8

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-10-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13800989#comment-13800989 ] Henri Yandell commented on LANG-909: Marking as Review Patch; though a question to ask

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-08-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13730773#comment-13730773 ] Sebb commented on LANG-909: --- Thanks for the patch. Looks useful. However, there are a few minor

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-08-06 Thread Charles Honton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13730963#comment-13730963 ] Charles Honton commented on LANG-909: - Why not use the thread-safe classes in Lang3?

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-08-06 Thread Charles Honton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13730972#comment-13730972 ] Charles Honton commented on LANG-909: - To answer my own question, these classes haven't

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-08-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13731406#comment-13731406 ] Sebb commented on LANG-909: --- @Charles: good point, I'd forgotten about them. [BTW, FastDateFormat

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-08-06 Thread Dmitry Katsubo (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13731429#comment-13731429 ] Dmitry Katsubo commented on LANG-909: - [~s...@apache.org]: I will apply the code style

[jira] [Commented] (LANG-909) Thread-safe wrapper for SimpleDateFormat

2013-08-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13731440#comment-13731440 ] Sebb commented on LANG-909: --- @Dmitry: before making any changes to the patch, I suggest you check