CHANGELOG for featherlite NoSQL persistence (NoSQL), Version 1.0.1 r21616 This plug-in provides all classes required to persist featherlite objects in a Cassandra NoSQL 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. ------------------------------------------------------------------------ [Bugfix] Fixed a problem where Cassandra takes longer to start and thus featherlite fails to start. This is a workaround as the thread.sleep() was increased. There is no proper way of knowing if the Cassandra daemon is alive ------------------------------------------------------------------------ CHANGELOG for featherlite NoSQL persistence (NoSQL), Version 1.0.0 r20631 [Bugfix] fixed bug with workflow deletion and the getKeySet methods [Bugfix] fixed classpath problem for NoSQL as a plug-in project [Bugfix] fixed problem in not distinguishing save and update [Bugfix] fixed problem with object write operations [Bugfix] fixed problem with saving of sub-workflows [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 the plug-in version numbers [New] adapted to the changes in the DAO and DAOFactory interfaces [New] adapted to the changes in the interface structure. [New] adapted to the changes in using update instead of save in DAO, if the object already existed [New] changed NoSQL to not be a UI Plugin [New] fully functional but not optimized yet [New] optimized by splitting the DB to 1 column family per class [New] optimized version using the object filter to minimize write operations. Ready for testing. [New] refactored code to store data and write the logs to the reference application folder [New] switched to order preserving partitioner ------------------------------------------------------------------------