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:
Allen Byrne
2025-11-04 14:03:06 -06:00
committed by GitHub
parent 18297c1923
commit b754dcb8f2
621 changed files with 104632 additions and 4346 deletions
+15
View File
@@ -123,6 +123,21 @@ Source packages for current and previous releases are located at:
Archived releases:
https://support.hdfgroup.org/archive/support/ftp/HDF5/releases/index.html
Maven artifacts for Java bindings and examples are available at:
GitHub Packages:
https://maven.pkg.github.com/HDFGroup/hdf5
Maven Central (coming soon):
https://central.sonatype.com/artifact/org.hdfgroup/hdf5-java
Java Examples Maven Integration:
- **org.hdfgroup:hdf5-java** - HDF5 Java bindings with platform-specific JARs (linux-x86_64, windows-x86_64, macos-x86_64, macos-aarch64)
- **org.hdfgroup:hdf5-java-examples** - Complete collection of Java examples (platform-independent)
- Cross-platform CI/CD testing and deployment
- Comprehensive Maven integration with automated testing
- See HDF5Examples/JAVA/README-MAVEN.md for complete usage instructions
Development code is available at our Github location:
https://github.com/HDFGroup/hdf5.git