Skip to content

Commit

Permalink
2.1.1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fh-ms committed Jan 15, 2025
1 parent bec2a9e commit c2d46b3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 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: '2.1.0'
display-version: '2.1.1'
api-version: '2'
maven-version: '2.1.0'
maven-version: '2.1.1'
9 changes: 9 additions & 0 deletions docs/modules/intro/pages/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
= Changelog


== 2.1.1

=== Bugfixes

* Logger settings adjustments https://github.com/eclipse-serializer/serializer/pull/164[[164]]
* Dependency update to resolve vulnerability https://github.com/eclipse-store/store/pull/360[[360]] https://github.com/eclipse-store/store/pull/361[[361]]
* Register LockAspect as Spring Bean https://github.com/eclipse-store/store/pull/355[[355]] https://github.com/eclipse-store/store/issues/356[[356]]


== 2.1.0

=== Features
Expand Down
2 changes: 1 addition & 1 deletion storage/embedded-tools/storage-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mvn -Pconverter-standalone clean package
To configure the input and output storage an [external configuration](https://docs.eclipsestore.io/manual/storage/configuration/index.html#external-configuration) file for each storage is required.

```console
java -jar storage-embedded-tools-storage-converter-2.1.0.jar sourceCongig.xml targetConfig.xml
java -jar storage-embedded-tools-storage-converter-2.1.1.jar sourceCongig.xml targetConfig.xml
```

### StorageConverter.java
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:2.1.0 -DeclipseStoreVersion=2.1.0 -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:2.1.1 -DeclipseStoreVersion=2.1.1 -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:2.1.0 -DeclipseStoreVersion=2.1.0
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:2.1.1 -DeclipseStoreVersion=2.1.1
````

### 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:2.1.0 -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:2.1.1 -Drewrite.plainTextMasks=**/*.ptd -DtypeDictionaryRelativeFilePath=src/main/resources/PersistenceTypeDictionary.ptd
````

0 comments on commit c2d46b3

Please sign in to comment.