HDFFV-10568 fix hdf5_java library dependency

This commit is contained in:
Allen Byrne 2018-08-31 21:00:16 -05:00
parent b951d1eae2
commit fddbbc158d

View File

@ -147,6 +147,15 @@ New Features
Java Library:
----------------
- JNI native library dependencies
The build for the hdf5_java native library used the wrong
hdf5 target library for CMake builds. Correcting the hdf5_java
library to build with the shared hdf5 library required testing
paths to change also.
(ADB - 2018/08/31, HDFFV-10568)
- Java iterator callbacks
Change global callback object to a small stack structure in order