You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "David J. M. Karlsen (JIRA)" <ji...@apache.org> on 2018/07/04 11:47:00 UTC

[jira] [Created] (CXF-7781) cannot parse jdk version 11 early access

David J. M. Karlsen created CXF-7781:
----------------------------------------

             Summary: cannot parse jdk version 11 early access
                 Key: CXF-7781
                 URL: https://issues.apache.org/jira/browse/CXF-7781
             Project: CXF
          Issue Type: Bug
          Components: Core
            Reporter: David J. M. Karlsen


Running on openjdk 11 early access will fail with:

{noformat}
Caused by: java.lang.NumberFormatException: For input string: "11-ea"
    at java.lang.NumberFormatException.forInputString (NumberFormatException.java:65)
    at java.lang.Integer.parseInt (Integer.java:652)
    at java.lang.Integer.valueOf (Integer.java:983)
    at org.apache.cxf.helpers.JavaUtils.<clinit> (JavaUtils.java:57)
{}noformat



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)