Skip to content

Releases: JPro-one/JPro-Platform

JPro Platform 0.5.0

25 Nov 11:13
Compare
Choose a tag to compare

Improvements

  • Synchronize selected extension filter for the native file choosers in the jpro-file module.

Bugfixes

  • Resolved an issue in the native implementation of FileOpenPicker and FileSavePicker within the jpro-file module
    that prevented the addition of duplicate event handlers to the provided node.

JPro Platform 0.4.4

08 Nov 19:28
Compare
Choose a tag to compare

Improvements

  • Updated JPro to version 2024.4.1. Starting with this release jpro-webapi module is pulled from Maven Central
    Repository.

JPro Platform 0.4.3

31 Oct 12:14
Compare
Choose a tag to compare

Improvements

  • Configure publishing of the all JPro Platform modules to the Maven Central repository.

JPro Platform 0.4.2

18 Oct 11:02
Compare
Choose a tag to compare

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.

JPro Platform 0.4.1

29 Aug 20:59
Compare
Choose a tag to compare

Features

  • Make the jpro-auth-core module JPMS compliant.

Improvements

  • Updated JPro to version 2024.3.2
  • Updated JavaFX dependencies to version 17.0.12
  • Updated SimpleFX dependencies to version 3.2.36

JPro Platform 0.4.0

11 Jul 18:12
Compare
Choose a tag to compare

Features

  • Implemented and added jpro-mail module to the platform. This module provides an API to send emails from a
    JavaFX/JPro application.

Improvements

  • Updated JPro to version 2024.3.0.
  • Updated SimpleFX dependencies to version 3.2.35. The SimpleFX modules are in compliance with the Java
    Platform Module System.
  • Updated JMemoryBuddy dependency to version 0.5.5. This module is also now in compliance with the Java Platform
    Module System.
  • Updated JNodes dependencies to version 0.8.2.
  • Added popup sample application to the examples list for the jpro-routing-popup module.

Bugfixes

  • Export jpro-routing-core module from jpro-routing-dev module to make it available externally when only
    jpro-routing-dev is included in the project.
  • Fixed some dependency requirements in the JPro Routing modules.
  • Fixed the stylesheet path in the jpro-routing-popup module for the SimplePopup control.

JPro Platform 0.3.2

12 Jun 15:34
Compare
Choose a tag to compare

Improvements

  • Improved error handling in the jpro-sipjs module.

Bugfixes

  • Fixed URI normalization for local addresses ikn the jpro-auth-core module.
  • Fixed a NPE thrown if the session only has redirects in the jpro-routing-core module.
  • Routing refreshes no longer adds a new entry to the browser's history.
  • Fixed hangup button in the SipJS Demos. If an error happens, getting a screen, it is now logged.
    Screen sharing button "toggles" now it's state - making it possible to switch back to video.

JPro Platform 0.3.1

14 May 13:33
Compare
Choose a tag to compare

Bugfixes

  • Fixed the retrival of the domain from the request in the Request class in the jpro-routing-core module. Now domain
    in the route is correctly matched with the request domain.
  • Fix the server url when useLoopbackIpAddress OAuth2 option is used.

JPro Platform 0.3.0

06 May 16:47
Compare
Choose a tag to compare

Improvements

  • Updated JPro to version 2024.2.0
  • Updated JavaFX dependencies to version 17.0.11
  • Updated SimpleFX dependencies to version 3.2.33
  • Some minor SipJS improvements

JPro Platform 0.2.17

01 May 09:32
Compare
Choose a tag to compare

Features

  • Added runAsync method to the CommandRunner class in the jpro-internal-util module. This method can be used
    to run a command asynchronously. This is useful for long-running commands that should not block the main thread.