You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by PascalSchumacher <gi...@git.apache.org> on 2017/10/09 21:37:59 UTC

[GitHub] commons-lang pull request #:

Github user PascalSchumacher commented on the pull request:

    https://github.com/apache/commons-lang/commit/d848328a7aa54f73117b8f13ce6e67049dc9502e#commitcomment-24866834
  
    `3.6` already requires java 7.
    
    Also the builds on travis fail with:
    
    ```There are 8 errors reported by Checkstyle 6.11.2 with /home/travis/build/apache/commons-lang/checkstyle.xml ruleset.
    [ERROR] src/main/java/org/apache/commons/lang3/time/FastDateParser.java:[959] (regexp) RegexpSingleline: Line has trailing spaces.
    [ERROR] src/main/java/org/apache/commons/lang3/time/FastDateParser.java:[971] (regexp) RegexpSingleline: Line has trailing spaces.
    [ERROR] src/main/java/org/apache/commons/lang3/time/FastDateParser.java:[980] (regexp) RegexpSingleline: Line has trailing spaces.
    [ERROR] src/main/java/org/apache/commons/lang3/time/FastDateParser.java:[987] (regexp) RegexpSingleline: Line has trailing spaces.
    [ERROR] src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java:[427] (regexp) RegexpSingleline: Line has trailing spaces.
    [ERROR] src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java:[441] (regexp) RegexpSingleline: Line has trailing spaces.
    [ERROR] src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java:[452] (regexp) RegexpSingleline: Line has trailing spaces.
    [ERROR] src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java:[462] (regexp) RegexpSingleline: Line has trailing spaces.```


---