[GitHub] commons-lang issue #245: Use foreach

2017-02-25 Thread coveralls
Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/245
  

[![Coverage 
Status](https://coveralls.io/builds/10332952/badge)](https://coveralls.io/builds/10332952)

Coverage decreased (-0.001%) to 94.529% when pulling 
**8149ad8d2216e4a3260e23e449ab5b9e650f on mureinik:foreach** into 
**36b00f803a0b307c30f79378cd758323c242cc65 on apache:master**.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] commons-lang issue #245: Use foreach

2017-02-25 Thread coveralls
Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/245
  

[![Coverage 
Status](https://coveralls.io/builds/10332094/badge)](https://coveralls.io/builds/10332094)

Coverage increased (+0.04%) to 94.565% when pulling 
**8149ad8d2216e4a3260e23e449ab5b9e650f on mureinik:foreach** into 
**36b00f803a0b307c30f79378cd758323c242cc65 on apache:master**.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] commons-lang issue #245: Use foreach

2017-02-25 Thread coveralls
Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/245
  

[![Coverage 
Status](https://coveralls.io/builds/10332094/badge)](https://coveralls.io/builds/10332094)

Coverage increased (+0.04%) to 94.565% when pulling 
**8149ad8d2216e4a3260e23e449ab5b9e650f on mureinik:foreach** into 
**36b00f803a0b307c30f79378cd758323c242cc65 on apache:master**.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] commons-lang issue #244: LANG-1265: Build failures when building with Java 9...

2017-02-25 Thread coveralls
Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/244
  

[![Coverage 
Status](https://coveralls.io/builds/10331779/badge)](https://coveralls.io/builds/10331779)

Coverage increased (+0.04%) to 94.565% when pulling 
**e0b8d45ac7d7f2f15d670298fe5e1d4762efbce2 on 
PascalSchumacher:fix_build_on_java_9** into 
**36b00f803a0b307c30f79378cd758323c242cc65 on apache:master**.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (LANG-1265) Build failures when building with Java 9 EA

2017-02-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884441#comment-15884441
 ] 

ASF GitHub Bot commented on LANG-1265:
--

Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/244
  

[![Coverage 
Status](https://coveralls.io/builds/10331779/badge)](https://coveralls.io/builds/10331779)

Coverage increased (+0.04%) to 94.565% when pulling 
**e0b8d45ac7d7f2f15d670298fe5e1d4762efbce2 on 
PascalSchumacher:fix_build_on_java_9** into 
**36b00f803a0b307c30f79378cd758323c242cc65 on apache:master**.



> Build failures when building with Java 9 EA
> ---
>
> Key: LANG-1265
> URL: https://issues.apache.org/jira/browse/LANG-1265
> Project: Commons Lang
>  Issue Type: Bug
>Reporter: Benedikt Ritter
> Fix For: 3.6
>
>
> When building with Java 9 EA I get: 
> {code}
> Failed tests:
>  
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_LongNoEra_AD:304->FastDateParserTest.testLocales:342
>  Locale no failed with /////ss// era AD
> java.text.ParseException: Unparseable date: 
> 2003/februar/0010/0012//00/AM/mandag
>   
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_LongNoEra_BC:309->FastDateParserTest.testLocales:342
>  Locale no failed with /////ss// era BC
> java.text.ParseException: Unparseable date: 
> 2003/februar/0010/0012//00/AM/lørdag
>   
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Long_AD:284->FastDateParserTest.testLocales:342
>  Locale no failed with //////ss// era AD
> java.text.ParseException: Unparseable date: 
> AD/2003/februar/0010/0012//00/AM/mandag
>   
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Long_BC:289->FastDateParserTest.testLocales:342
>  Locale qu_EC failed with //////ss// era BC
> java.text.ParseException: Unparseable date: "/2003/Hatun 
> puquy/0010/0012//00/a.m./Sábado"
>   
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_ShortNoEra_AD:314->FastDateParserTest.testLocales:342
>  Locale no failed with y/M/d/h/a/m/s/E era AD
> java.text.ParseException: Unparseable date: 2003/2/10/12/AM/0/0/ma
>   
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_ShortNoEra_BC:319->FastDateParserTest.testLocales:342
>  Locale no failed with y/M/d/h/a/m/s/E era BC
> java.text.ParseException: Unparseable date: 2003/2/10/12/AM/0/0/lø
>   
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Short_AD:294->FastDateParserTest.testLocales:342
>  Locale no failed with G/y/M/d/h/a/m/s/E era AD
> java.text.ParseException: Unparseable date: e.Kr./2003/2/10/12/AM/0/0/ma
>   
> FastDateFormat_ParserTest>FastDateParserTest.testLocales_Short_BC:299->FastDateParserTest.testLocales:342
>  Locale qu_EC failed with G/y/M/d/h/a/m/s/E era BC
> java.text.ParseException: Unparseable date: "/2003/2/10/12/a.m./0/0/Sab"
>   FastDateParserTest.testLocales_LongNoEra_AD:304->testLocales:342 Locale no 
> failed with /////ss// era AD
> java.text.ParseException: Unparseable date: 
> 2003/februar/0010/0012//00/AM/mandag
>   FastDateParserTest.testLocales_LongNoEra_BC:309->testLocales:342 Locale no 
> failed with /////ss// era BC
> java.text.ParseException: Unparseable date: 
> 2003/februar/0010/0012//00/AM/lørdag
>   FastDateParserTest.testLocales_Long_AD:284->testLocales:342 Locale no 
> failed with //////ss// era AD
> java.text.ParseException: Unparseable date: 
> AD/2003/februar/0010/0012//00/AM/mandag
>   FastDateParserTest.testLocales_Long_BC:289->testLocales:342 Locale qu_EC 
> failed with //////ss// era BC
> java.text.ParseException: Unparseable date: "/2003/Hatun 
> puquy/0010/0012//00/a.m./Sábado"
>   FastDateParserTest.testLocales_ShortNoEra_AD:314->testLocales:342 Locale no 
> failed with y/M/d/h/a/m/s/E era AD
> java.text.ParseException: Unparseable date: 2003/2/10/12/AM/0/0/ma
>   FastDateParserTest.testLocales_ShortNoEra_BC:319->testLocales:342 Locale no 
> failed with y/M/d/h/a/m/s/E era BC
> java.text.ParseException: Unparseable date: 2003/2/10/12/AM/0/0/lø
>   FastDateParserTest.testLocales_Short_AD:294->testLocales:342 Locale no 
> failed with G/y/M/d/h/a/m/s/E era AD
> java.text.ParseException: Unparseable date: e.Kr./2003/2/10/12/AM/0/0/ma
>   FastDateParserTest.testLocales_Short_BC:299->testLocales:342 Locale qu_EC 
> failed with G/y/M/d/h/a/m/s/E era BC
> java.text.ParseException: Unparseable date: "/2003/2/10/12/a.m./0/0/Sab"
> Tests in error:
>   LocaleUtilsTest.testParseAllLocales:578 » IllegalArgument Invalid locale 
> forma...
>   
> 

[jira] [Closed] (CLI-269) Introduce CommandLine.Builder

2017-02-25 Thread Robert Scholte (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLI-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed CLI-269.
--
   Resolution: Fixed
Fix Version/s: 1.4

Fixed in [1784363|http://svn.apache.org/viewvc?rev=1784363=rev]

> Introduce CommandLine.Builder
> -
>
> Key: CLI-269
> URL: https://issues.apache.org/jira/browse/CLI-269
> Project: Commons CLI
>  Issue Type: New Feature
>  Components: Build
>Affects Versions: 1.3.1
>Reporter: Robert Scholte
> Fix For: 1.4
>
> Attachments: commandlinebuilder.patch
>
>
> For Maven there are several places where one can define the commandline 
> arguments. These should be merged to 1 new commandline, but we need to have 
> control over the order in which these are merged.
> Best solution seems to be to introduce a CommandLineBuilder.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CLI-269) Introduce CommandLine.Builder

2017-02-25 Thread Robert Scholte (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLI-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated CLI-269:
---
Summary: Introduce CommandLine.Builder  (was: Introduce CommandLineBuilder)

> Introduce CommandLine.Builder
> -
>
> Key: CLI-269
> URL: https://issues.apache.org/jira/browse/CLI-269
> Project: Commons CLI
>  Issue Type: New Feature
>  Components: Build
>Affects Versions: 1.3.1
>Reporter: Robert Scholte
> Attachments: commandlinebuilder.patch
>
>
> For Maven there are several places where one can define the commandline 
> arguments. These should be merged to 1 new commandline, but we need to have 
> control over the order in which these are merged.
> Best solution seems to be to introduce a CommandLineBuilder.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)