1.0.0
·
146 commits
to release/1x
since this release
This is the first release of EclipseStore, the successor of MicroStream. It is at the same state as the last MicroStream Storage release, 8.1.1. Just living in a different namespace.
Migration
Migration of MicroStream projects can easily be achieved with this tool.
It takes care of the proper rewrite of dependencies and packages.
Installation
You can find the EclipseStore libraries in the Maven Central repository.
<dependency>
<groupId>org.eclipse.store</groupId>
<artifactId>storage-embedded</artifactId>
<version>1.0.0</version>
</dependency>