Here's a list of the most noteworthy things in the RAP 3.10 release which is available for download since September 18, 2019.
As many other Eclipse projects, we decided to raise the minimal execution environment to Java 8. We already had several projects that depend on platform bundles moved to Java 8. Using Java 8 everywhere will make our life easier. We think that we won't exclude anyone by this move.
By using ClientFileUploader
client service it was not possible to cancel an upload.
That's especially a problem with slow network or very big uploads.
ClientFileUploader
service now has abort(String)
method to cancel
particular upload by it's id. The upload id is now returned by submit
method.
The new API is already utilized in FileDialog
when the DND is used to upload
files.
This list shows all bugs that have been fixed for this release.
To assist you with the migration from RAP 2.x (or 1.x) to 3.0, we provide a migration guide.