[
https://issues.apache.org/jira/browse/CAMEL-14045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-14045:
--------------------------------
Fix Version/s: 3.0.0.RC3
> 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
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 3.0.0, 3.0.0.RC3
>
> Time Spent: 20m
> 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)