[GitHub] commons-lang issue #329: Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK"...

2018-05-10 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue:

https://github.com/apache/commons-lang/pull/329
  
I updated the pull request to allow failures on Java 11.


---


[GitHub] commons-lang issue #329: Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK"...

2018-05-04 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue:

https://github.com/apache/commons-lang/pull/329
  
When using Java 11 the following test failures occur:

```
[ERROR] Failures: 
[ERROR]   
FastDateFormat_ParserTest>FastDateParserTest.testLocales_LongNoEra_AD:303->FastDateParserTest.testLocales:341
 Locale zh_TW failed with /////ss// era AD
java.text.ParseException: Unparseable date: 
2003/二月/0010/0012//00/上午/星期一
[ERROR]   
FastDateFormat_ParserTest>FastDateParserTest.testLocales_LongNoEra_BC:308->FastDateParserTest.testLocales:341
 Locale zh_TW failed with /////ss// era BC
java.text.ParseException: Unparseable date: 
2003/二月/0010/0012//00/上午/星期六
[ERROR]   
FastDateFormat_ParserTest>FastDateParserTest.testLocales_Long_AD:283->FastDateParserTest.testLocales:341
 Locale zh_TW failed with //////ss// era AD
java.text.ParseException: Unparseable date: 西å…
ƒ/2003/二月/0010/0012//00/上午/星期一
[ERROR]   
FastDateFormat_ParserTest>FastDateParserTest.testLocales_Long_BC:288->FastDateParserTest.testLocales:341
 Locale zh_TW failed with //////ss// era BC
java.text.ParseException: Unparseable date: 西å…
ƒå‰/2003/二月/0010/0012//00/上午/星期六
[ERROR]   FastDateFormat_ParserTest>FastDateParserTest.testTzParses:275 
tz:America/New_York locale:Norwegian Nynorsk expected: but was:
[ERROR]   FastDateParserTest.testLocales_LongNoEra_AD:303->testLocales:341 
Locale zh_TW failed with /////ss// era AD
java.text.ParseException: Unparseable date: 
2003/二月/0010/0012//00/上午/星期一
[ERROR]   FastDateParserTest.testLocales_LongNoEra_BC:308->testLocales:341 
Locale zh_TW failed with /////ss// era BC
java.text.ParseException: Unparseable date: 
2003/二月/0010/0012//00/上午/星期六
[ERROR]   FastDateParserTest.testLocales_Long_AD:283->testLocales:341 
Locale zh_TW failed with //////ss// era AD
java.text.ParseException: Unparseable date: 西å…
ƒ/2003/二月/0010/0012//00/上午/星期一
[ERROR]   FastDateParserTest.testLocales_Long_BC:288->testLocales:341 
Locale zh_TW failed with //////ss// era BC
java.text.ParseException: Unparseable date: 西å…
ƒå‰/2003/二月/0010/0012//00/上午/星期六
[ERROR]   FastDateParserTest.testTzParses:275 tz:America/New_York 
locale:Norwegian Nynorsk expected: but was:
[ERROR] Errors: 
[ERROR]   
FastDateFormat_ParserTest>FastDateParserTest.testParses:251->FastDateParserTest.validateSdfFormatFdpParseEquality:227
 » Parse
[ERROR]   
FastDateParserTest.testParses:251->validateSdfFormatFdpParseEquality:227 » 
Parse
```


---


[GitHub] commons-lang issue #329: Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK"...

2018-05-04 Thread coveralls
Github user coveralls commented on the issue:

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

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

Coverage decreased (-0.001%) to 95.139% when pulling 
**389965d1161e3b3fdaad35a1f4fb03765409d88b on 
PascalSchumacher:travis_add_latest_jdks** into 
**69a8ef318942898383508c2a3d1db240f38f1cb8 on apache:master**.



---