You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/10 11:30:00 UTC

[jira] [Work logged] (CAMEL-14045) Protect against ByteBuffer / CharBuffer inconsistencies between jdk 8 and 9

     [ https://issues.apache.org/jira/browse/CAMEL-14045?focusedWorklogId=326236&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-326236 ]

ASF GitHub Bot logged work on CAMEL-14045:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Oct/19 11:29
            Start Date: 10/Oct/19 11:29
    Worklog Time Spent: 10m 
      Work Description: gnodet commented on pull request #3240: [CAMEL-14045] Protect against ByteBuffer / CharBuffer inconsistencies…
URL: https://github.com/apache/camel/pull/3240
 
 
   … between jdk 8 and 9
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 326236)
    Remaining Estimate: 0h
            Time Spent: 10m

> Protect against ByteBuffer / CharBuffer inconsistencies between jdk 8 and 9
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-14045
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14045
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 3.0.0.RC2
>            Reporter: Guillaume Nodet
>            Priority: Major
>             Fix For: 3.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When built on JDK 9, some features method calls become broken on JDK 8 such as {{ByteBuffer.flip()}} or {{CharBuffer.position(int)}}.  We need to protect against those problems using something similar to [[https://github.com/gnodet/mvnd/blob/master/src/main/java/org/jboss/fuse/mvnd/daemon/BufferCaster.java]]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)