- Improve support for pluggable backends to store data on client and server side by indroducing a URI schema for EMFStore specific URIs.
- Provide a XMI backend using the new URI schema
- Provide a new Mongo DB backend using the new URI schema
Backward compatible to 1.0.x.
EMFStore is currently not internationalized.
Java 1.5
Eclipse Juno and Kepler
Name | Date | Description |
---|---|---|
M1 | 2013/11/29 | <ul> <li>First implementation of URIs</li> <li>Extension point to add backend</li> <li>Extension for XMI Backend based on extension point</li> <li>Mongo DB Backend implementation based on extension point</li> </ul> <p> <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=EMFStore&target_milestone=1.1.0&list_id=7516926">Bugzilla Link</a> </p> |
M2 | 2013/12/05 | Final Bugfixing |
Improve conflict detection
- avoid false positives in case conflicting operations have the same effect
- fine grained conflict detection for conflicting composite operations
Extend API