You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.