RAP 1.4 RC - New and Noteworthy
Here's a list of noteworthy things that have changed in the release candiate builds for 1.4.
RC1
This list shows all bugs that were fixed in the RC1 build which is now available for download.
RC2
This list shows all bugs that were fixed in the RC1 build which is now available for download.
AdapterFactory changed scope
The
Only those applications that register their own implementations of
org.eclipse.rwt.AdapterFactory
changed its scope. Until now, it had
so called session scope. Each session had its own instance of a registered
AdapterFactory. Now, the AdapterFactories live in application scope, meaning
that there is exactly one instance of every registered AdapterFactory type.
Only those applications that register their own implementations of
AdapterFactory
are affected by this change.
The AdapterFactories used by RWT internally have been adapted to this change.
For the reasons that led to this change, please see
bug 342302: Move
AdapterFactory into application scope.
We apologize for any inconveniences this may cause.
The above features are just the ones that are new since the last stable build. Summaries for earlier builds:
- News for RAP 1.4 M1
- News for RAP 1.4 M2
- News for RAP 1.4 M3
- News for RAP 1.4 M4
- News for RAP 1.4 M5
- News for RAP 1.4 M6
- News for RAP 1.4 M7