Skip to content

Commit

Permalink
1.3.2 docs (#216)
Browse files Browse the repository at this point in the history
(cherry picked from commit 45897a8)
  • Loading branch information
fh-ms authored and zdenek-jonas committed May 7, 2024
1 parent 6afde59 commit 7eb3b66
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ nav:
asciidoc:
attributes:
product-name: 'EclipseStore'
display-version: '1.3.1'
display-version: '1.3.2'
api-version: '1'
maven-version: '1.3.1'
maven-version: '1.3.2'
11 changes: 11 additions & 0 deletions docs/modules/intro/pages/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
= Changelog

== 1.3.2

* Spring Boot improvements https://github.com/eclipse-store/store/pull/206[[206]]
* Ensure Minio compatibility https://github.com/eclipse-store/store/pull/197[[197]]

=== Bugfixes

* Fix wrong entity layer service config https://github.com/eclipse-serializer/serializer/pull/123[[123]]
* Follow S3 batch delete limit https://github.com/eclipse-store/store/pull/213[[213]]


== 1.3.1

* Spring Boot improvements https://github.com/eclipse-store/store/pull/136[[136]]
Expand Down
6 changes: 3 additions & 3 deletions storage/embedded-tools/storage-migrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ The type dictionary migration is only done when `typeDictionaryRelativePath` is
### Migration of both, source code and type dictionary:

````
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.3.1 -DeclipseStoreVersion=1.3.1 -Drewrite.plainTextMasks=**/*.ptd -DtypeDictionaryRelativeFilePath=src/main/resources/PersistenceTypeDictionary.ptd
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.3.2 -DeclipseStoreVersion=1.3.2 -Drewrite.plainTextMasks=**/*.ptd -DtypeDictionaryRelativeFilePath=src/main/resources/PersistenceTypeDictionary.ptd
````

### Migration of source code only:

````
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.3.1 -DeclipseStoreVersion=1.3.1
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.3.2 -DeclipseStoreVersion=1.3.2
````

### Migration of type dictionary only:

````
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.3.1 -Drewrite.plainTextMasks=**/*.ptd -DtypeDictionaryRelativeFilePath=src/main/resources/PersistenceTypeDictionary.ptd
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.3.2 -Drewrite.plainTextMasks=**/*.ptd -DtypeDictionaryRelativeFilePath=src/main/resources/PersistenceTypeDictionary.ptd
````

0 comments on commit 7eb3b66

Please sign in to comment.