micronaut-projects / micronaut-microstream

Apache License 2.0
3 stars 2 forks source link

Fork this repo to support EclipseStore #299

Closed sdelamo closed 11 months ago

sdelamo commented 11 months ago

https://eclipsestore.io

https://microstream.one/blog/article/the-first-release-of-eclipse-store/

Our migration tool does the job: https://github.com/eclipse-store/store/tree/main/storage/embedded-tools/storage-migrator

For now just execute this maven command:

mvn org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.activeRecipes=org.eclipse.store.storage.embedded.tools.storage.migrator.ConvertProject -Drewrite.recipeArtifactCoordinates=org.eclipse.store:storage-embedded-tools-storage-migrator:1.0.0-SNAPSHOT -DeclipseStoreVersion=1.0.0-SNAPSHOT

Tomorrow we will publish the final release (1.0.0) of EclipseStore. If you wait for it, then just change the versions:

mvn org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.activeRecipes=org.eclipse.store.storage.embedded.tools.storage.migrator.ConvertProject -Drewrite.recipeArtifactCoordinates=org.eclipse.store:storage-embedded-tools-storage-migrator:1.0.0 -DeclipseStoreVersion=1.0.0