- Added RuntimeConfiguration class to improve configurability of Runtime from Java programs.
- Added DesktopConnection.connect(RuntimeConfiguration)
- Added DesktopStateListener.onClose to notify connection to Runtime is closed.
- Added Application.getGroups
- Fixed API doc for WindowOptions.setTaskbarIcon
- Updated OpenFinInstaller.exe to handle client certificate
- Fixed an issue with duplicate UUIDs for DesktopConnection
- Added setRdmUrl and setRuntimeAssetesUrl in DesktopConnect
- Use proper names for threads created by DesktopConnection during launching Runtime
- Cross-app docking: Windows from different HTML5 applications now can join the same group and dock to each other. Runtime 5.44.11.10 is required.
- DesktopConnection catches exceptions from onSuccess and onError in AckListener
- Application.close(AckListener) is deprecated
- fixed an issue in getGroup
- Implemented timeout logout logic for DesktopConnection.connectToVersion
- Added support for app-connected event for Window class
- Added Application.createChildWindow method
- Replaced java logging with slf4j.
- Fixed an issue with reconnect with port discovery.
- Fixed an issue with Window.addEventListener
- InterApplicationBus.send/publish accepts AckListener callback.
- Added support for security realm in DesktopConnection