Releases: pquiring/javaforce
Releases · pquiring/javaforce
49.0
Jan 15/2024 : JF/49.0
- to improve linux services a unix socket is created to send commands to the service.
- the "stop" command is sent to gracefully stop the service
- unix sockets require Java 16 so the minimum version has been bumped to JDK 17
which is the next LTS release - all services in javaforce.service.* were renamed to include "Server" to avoid
confusion with the client names in javaforce.* - new : javaforce.HTML
- misc functions to generate HTML code
48.1
48.0
47.0
46.0
Oct 6/2023 : JF/46.0
- Oracle will deprecate using JNI thru System.load() (see JEP draft 8307341)
- a new java cli tool was created for running JF apps from command line (/bin/jfexec) to replace using java.exe
- System.load() is no longer used
- the jfnative64.* library is no longer created (it's code is bundled into native loaders)
- use "ant run" to test/debug apps
- /stubs has been merged into /native
- added javaforce.UByte, UShort, UInteger and ULong