v2.0.0-alpha.1
This release is a preview release that requires JDK 19 specifically.
jNetPcap v2.X relies exclusively on Foreign Function feature currently in JDK preview which allows binding to native libraries without the need of use of JNI or any other external modules such as JNA.
It has been announced by the JDK developers that Foreign Function feature will go further refinement in next release of JDK 20. This means that current implementation of this release which is dependent on "exact" JDK 19 Foreign Function feature API and will be incompatible with future JDK 20.
A new release "alpha.2" will be provided at the time with updated usage of the JDK 20 Foreign Function feature.
What's Changed
- importing from private repo by @slytechs-repos in #1
- Removed bin and target folders by @slytechs-repos in #2
- Added NetIp4Address class to to simplify return value of Pcap.lookupNet by @slytechs-repos in #4
- fixed up invalid javadoc tag by @slytechs-repos in #5
- fixed up all javadoc errors and warnings by @slytechs-repos in #6
- Changed from plural form of time units to singular, which was a typo by @slytechs-repos in #7
- Added platform depedent Profiles to pom.xml. Added 'osx-homebrew' and… by @slytechs-repos in #10
- Working on standalone javadoc in pom.xml file by @slytechs-repos in #11
- Cleaned up Foreign Function upcall implementation by @slytechs-repos in #12
- Cleanup of javadoc comments by @slytechs-repos in #14
New Contributors
- @slytechs-repos made their first contribution in #1
Full Changelog: https://github.com/slytechs-repos/jnetpcap/commits/v2.0.0-alpha.1