Releases: MarketSquare/remoteswinglibrary
Release 2.0.1
Version 2.0.1 fixes an concurrency issue that could sometimes prevent RemoteSwingLibrary from connecting to a started application.
Release 2.0.0
This release makes RemoteSwingLibrary a lot smarter, and it will now try to select a correct AppContext (#10). This together with redirecting process output (#11) has fixed a lot of environment dependent problems. Especially running WebStart applications seems to work now a lot more reliably on Java 7 and Java 8.
Release 1.3.0
This release fixes support for Robot Framework 2.8.6 and fixes paths that include spaces on Windows. There is also improved logging on startup errors.
As a major change the library no longer by default sets the JAVA_TOOL_OPTIONS at library init. This environment variable is set to include RemoteAgent only during Start Application execution. There is a new keyword "Set java tool options" to set the environment option globally.
Minor release 1.1.1
Fixes a bug in version 1.1 that prevented connections from java processes running on other machines.
RemoteSwingLibrary 1.1
This release adds the capability to execute java applications form other machines and also adds a keyword for loggin Java property information from the connected java application.
A critical bug was found in this release. This was fixed in https://github.com/robotframework/remoteswinglibrary/releases/tag/1.1.1