Twitter Logo Follow us on Twitter
Project Information About this project

RAP 3.10 - New and Noteworthy

Here's a list of the most noteworthy things in the RAP 3.10 release which is available for download since September 18, 2019.

Change minimal execution environment to Java 8

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.

New API

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.

Bugfixes

This list shows all bugs that have been fixed for this release.