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

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

    [ https://issues.apache.org/jira/browse/CXF-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532781#comment-16532781 ] 

Freeman Fang commented on CXF-7781:
-----------------------------------

The patch attached for CXF-7741 can get this resolved.

 

I will merge that patch to CXF master(3.3) soon

> 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
>            Assignee: Freeman Fang
>            Priority: Major
>
> 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)