Skip to content

JPro Platform 0.4.2

Compare
Choose a tag to compare
@besidev besidev released this 18 Oct 11:02
· 38 commits to main since this release

Improvements

  • Updated JPro to version 2024.3.3.
  • Updated SimpleFX dependencies to version 3.2.37.
  • Updated JNodes dependencies to version 0.8.3.
  • Enable TestFX unit tests on the CI pipeline and use Monocle to enable the headless mode.
  • Integrate modularized versions of TestFX and Monocle into our testing infrastructure in alignment with the Java
    Platform Module System.
  • Integrate modularized versions of eclipse-collections-api and eclipse-collections libraries to the platform to
    produce JPMS-compliant modules.

Features

  • Register an extensionFilters listener to the native (desktop) implementation FileSavePicker in the jpro-file
    module. The listener can be used to filter the files that are displayed in the file save picker dialog based on the file
    extension.

Bugfixes

  • Fixed the binding of the port in the local server implementation inside the jpro-core module to occur only when
    necessary, rather than during server creation.
  • Fixed exception thrown on Windows platform when using FileStorage class from jpro-file module to create temporary
    files.