Skip to content

1.0.0

Compare
Choose a tag to compare
@zdenek-jonas zdenek-jonas released this 16 Nov 09:08
· 68 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>