[jira] [Commented] (SCXML-231) Create Git / GitHub Mirror

2015-05-06 Thread Adam Bien (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530054#comment-14530054 ] Adam Bien commented on SCXML-231: - Git would be even better… cheers, adam Create Git

[jira] [Commented] (SCXML-228) Push current snapshot to maven central

2015-05-06 Thread Adam Bien (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14530047#comment-14530047 ] Adam Bien commented on SCXML-228: - Hi Bedikt, works perfectly, thanks!, cheers, adam

[jira] [Created] (CONFIGURATION-600) Loading xml configuration file as a stream does not work with multi configurations

2015-05-06 Thread John Henriksson (JIRA)
John Henriksson created CONFIGURATION-600: - Summary: Loading xml configuration file as a stream does not work with multi configurations Key: CONFIGURATION-600 URL:

[jira] [Created] (LANG-1134) New methods for lang3.Validate

2015-05-06 Thread Stardust (JIRA)
Stardust created LANG-1134: -- Summary: New methods for lang3.Validate Key: LANG-1134 URL: https://issues.apache.org/jira/browse/LANG-1134 Project: Commons Lang Issue Type: Improvement

[jira] [Updated] (LANG-1134) New methods for lang3.Validate

2015-05-06 Thread Stardust (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stardust updated LANG-1134: --- Description: These are suggestions for new methods for the Validate class. h1. Floating point values h2.

[jira] [Updated] (LANG-1134) New methods for lang3.Validate

2015-05-06 Thread Stardust (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stardust updated LANG-1134: --- Description: These are suggestions for new methods for the Validate class. h1. Floating point values h2.

[jira] [Created] (LANG-1133) FastDateParser_TimeZoneStrategyTest#testTimeZoneStrategyPattern() fails on Windows with German Locale

2015-05-06 Thread Pascal Schumacher (JIRA)
Pascal Schumacher created LANG-1133: --- Summary: FastDateParser_TimeZoneStrategyTest#testTimeZoneStrategyPattern() fails on Windows with German Locale Key: LANG-1133 URL:

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-06 Thread coveralls
Github user coveralls commented on the pull request: https://github.com/apache/commons-lang/pull/84#issuecomment-99601310 [![Coverage Status](https://coveralls.io/builds/2502757/badge)](https://coveralls.io/builds/2502757) Coverage increased (+0.01%) to 93.36% when

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-06 Thread coveralls
Github user coveralls commented on the pull request: https://github.com/apache/commons-lang/pull/84#issuecomment-99589501 [![Coverage Status](https://coveralls.io/builds/2502815/badge)](https://coveralls.io/builds/2502815) Coverage decreased (-0.0%) to 93.35% when

[jira] [Updated] (LANG-1133) FastDateParser_TimeZoneStrategyTest#testTimeZoneStrategyPattern fails on Windows with German Locale

2015-05-06 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1133: Summary: FastDateParser_TimeZoneStrategyTest#testTimeZoneStrategyPattern fails on Windows

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-06 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/84#discussion_r29793834 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -4196,7 +4196,8 @@ public static String join(final Iterable? iterable,

[jira] [Commented] (CONFIGURATION-600) Loading xml configuration file as a stream does not work with multi configurations

2015-05-06 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14531228#comment-14531228 ] Oliver Heger commented on CONFIGURATION-600: I assume you are using

[jira] [Commented] (LANG-1121) FastDateFormat.parse() does not handle wrong length string

2015-05-06 Thread Henry Kang (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14532030#comment-14532030 ] Henry Kang commented on LANG-1121: -- Thanks for commit tests. I agree that is same behavior

[jira] [Comment Edited] (LANG-1121) FastDateFormat.parse() does not handle wrong length string

2015-05-06 Thread Henry Kang (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14532030#comment-14532030 ] Henry Kang edited comment on LANG-1121 at 5/7/15 5:26 AM: -- Thanks