Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
MacOSX El Capitan
Description
$ mvn compile shows the following warnings:
[WARNING] src/main/java/org/apache/commons/crypto/utils/Utils.java:[108,41] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release
[WARNING] src/main/java/org/apache/commons/crypto/utils/Utils.java:[109,27] sun.misc.Cleaner is internal proprietary API and may be removed in a future release
[WARNING] src/main/java/org/apache/commons/crypto/utils/Utils.java:[109,64] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release
This means that the code will generally only run on specific Oracle Java versions.