CHANGELOG for featherlite JE persistence (JEPlugin), Version 1.1.1 r21616 This plug-in provides all classes required to persist featherlite objects in an Oracle Berkeley database. It comes with a preconfigured database configuration to be used with the reference applications or with your own featherlite based implementation. To install the latest version of the plug-in, save it using the link below. Extract and import it to your Eclipse IDE installation. Please consult the Getting Started guide which can be downloaded on the documentation page. Please note that the Berkeley Database is published by Oracle under a dual license. If you use this plug-in in commercial products, you need a commercial license from Oracle. See the licensing information for further details. ------------------------------------------------------------------------ [Bugfix] Fixed a nullpointer in the JEParameterDAO where the filter was not retrieved on object creation [Bugfix] fixed problems where nullpointers arise in some components if they are stopped before started ------------------------------------------------------------------------ CHANGELOG for featherlite JE persistence (JEPlugin), Version 1.1.0 r20631 [Bugfix] updated methods to reflect refactorings in main RSP plug-in [Interface] added method to ask the DAO factory if it implements paging, since the JE and NoSQL do not implement paging [New] adapted to changes in DAO interfaces where the new update()-method has been added [New] adapted to the changes in the featherlite interface structure. [New] implemented the filter to minimize write operations ------------------------------------------------------------------------ CHANGELOG for featherlite JE persistence (JEPlugin), Version 1.0.1 r19785 [Minor] Code clean up ------------------------------------------------------------------------ CHANGELOG for featherlite JE persistence (JEPlugin), Version 1.0.0 r19548 [New] only building plug-ins if it exists [New] re-factored the transaction roll-back and implemented undo in Commands. During this some unused commands and services were removed and the set state commands were cleaned up. ------------------------------------------------------------------------