mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Move Java wrappers to FFM using jextract and java 25 (#5957)
FFM build requires Java 25, Jextract 25. Generates FFM bindings during configure. JNI is default when the requirements are not met or can be forced. Presets added for maven and FFM - JNI is default selection. Enhanced Maven options will work with either JNI or FFM New Workflows for testing and maven uploads. Extensive documentation changes for java.
This commit is contained in:
@@ -88,11 +88,10 @@ public class TestH5Gbasic {
|
||||
System.out.println();
|
||||
}
|
||||
|
||||
@Test //(expected = HDF5LibraryException.class)
|
||||
@Test(expected = HDF5LibraryException.class)
|
||||
public void testH5Gclose_invalid() throws Throwable
|
||||
{
|
||||
long gid = H5.H5Gclose(-1);
|
||||
assertTrue(gid == 0);
|
||||
}
|
||||
|
||||
@Test(expected = NullPointerException.class)
|
||||
|
||||
Reference in New Issue
Block a user