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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user