Guillaume Nodet created CAMEL-14045:
---------------------------------------
Summary: 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
Fix For: 3.0.0
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)