Skip to content

2.9.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 22:15
· 2 commits to master since this release

2023-12-15

Features

  • Added RISC-V support. Precompiled binaries for riscv32 and riscv64 are included in jssc distribution #143
  • Information about certain errors in native code execution is now passed on to Java as exception #96

Features dropped

  • Removed Solaris support. Precompiled binaries for sunos_32 and sunos_64 are no longer included, and must be built from source by interested parties. #148

Developer notes

  • Added basic read/write unit tests that can be executed on machines suppoting socat #47
  • Fixed issue where unit tests were not executed against binaries built from sources #51
  • Cleaned up logs printed during test execution. This also fixes CVE-2023-6378 reported against jssc via test dependency #156
  • Enabled automated tests against various platforms for PRs #151
  • Updated native-lib-loader to 2.5.0 #144
  • Update junit to 4.13.2 #163