Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
fh-ms committed May 7, 2024
1 parent 843dea9 commit 8c80614
Show file tree
Hide file tree
Showing 32 changed files with 220 additions and 135 deletions.
2 changes: 1 addition & 1 deletion manual/cache/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ <h2 id="_prerequisites"><a class="anchor" href="#_prerequisites"></a>Prerequisit
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;cache&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manual/cache/use-cases/hibernate-second-level-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h1 class="page">Hibernate Second Level Cache</h1>
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;cache-hibernate&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manual/cache/use-cases/spring-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ <h1 class="page">Spring Cache</h1>
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;cache&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manual/communication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ <h2 id="_prerequisites"><a class="anchor" href="#_prerequisites"></a>Prerequisit
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.serializer&lt;/groupId&gt;
&lt;artifactId&gt;communication-binary&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
34 changes: 31 additions & 3 deletions manual/intro/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,34 @@ <h3 class="title"><a href="welcome.html">EclipseStore Reference Manual</a></h3>
<article class="doc">
<h1 class="page">Changelog</h1>
<div class="sect1">
<h2 id="_1_3_2"><a class="anchor" href="#_1_3_2"></a>1.3.2</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>Spring Boot improvements <a href="https://github.com/eclipse-store/store/pull/206">[206</a>]</p>
</li>
<li>
<p>Ensure Minio compatibility <a href="https://github.com/eclipse-store/store/pull/197">[197</a>]</p>
</li>
</ul>
</div>
<div class="sect2">
<h3 id="_bugfixes"><a class="anchor" href="#_bugfixes"></a>Bugfixes</h3>
<div class="ulist">
<ul>
<li>
<p>Fix wrong entity layer service config <a href="https://github.com/eclipse-serializer/serializer/pull/123">[123</a>]</p>
</li>
<li>
<p>Follow S3 batch delete limit <a href="https://github.com/eclipse-store/store/pull/213">[213</a>]</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_1_3_1"><a class="anchor" href="#_1_3_1"></a>1.3.1</h2>
<div class="sectionbody">
<div class="ulist">
Expand All @@ -611,7 +639,7 @@ <h2 id="_1_3_1"><a class="anchor" href="#_1_3_1"></a>1.3.1</h2>
</ul>
</div>
<div class="sect2">
<h3 id="_bugfixes"><a class="anchor" href="#_bugfixes"></a>Bugfixes</h3>
<h3 id="_bugfixes_2"><a class="anchor" href="#_bugfixes_2"></a>Bugfixes</h3>
<div class="ulist">
<ul>
<li>
Expand Down Expand Up @@ -647,7 +675,7 @@ <h3 id="_features"><a class="anchor" href="#_features"></a>Features</h3>
</div>
</div>
<div class="sect2">
<h3 id="_bugfixes_2"><a class="anchor" href="#_bugfixes_2"></a>Bugfixes</h3>
<h3 id="_bugfixes_3"><a class="anchor" href="#_bugfixes_3"></a>Bugfixes</h3>
<div class="ulist">
<ul>
<li>
Expand Down Expand Up @@ -693,7 +721,7 @@ <h3 id="_features_2"><a class="anchor" href="#_features_2"></a>Features</h3>
</div>
</div>
<div class="sect2">
<h3 id="_bugfixes_3"><a class="anchor" href="#_bugfixes_3"></a>Bugfixes</h3>
<h3 id="_bugfixes_4"><a class="anchor" href="#_bugfixes_4"></a>Bugfixes</h3>
<div class="ulist">
<ul>
<li>
Expand Down
16 changes: 8 additions & 8 deletions manual/intro/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ <h2 id="_build_configuration"><a class="anchor" href="#_build_configuration"></a
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;storage-embedded&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand All @@ -619,22 +619,22 @@ <h2 id="_build_configuration"><a class="anchor" href="#_build_configuration"></a
<div class="title">Gradle (Groovy) [build.gradle]</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">dependencies {
implementation 'org.eclipse.store:storage-embedded:1.3.1'
implementation 'org.eclipse.store:storage-embedded:1.3.2'
}</code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Gradle (Kotlin) [build.gradle.kts]</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-kotlin hljs" data-lang="kotlin">dependencies {
implementation("org.eclipse.store:storage-embedded:1.3.1")
implementation("org.eclipse.store:storage-embedded:1.3.2")
}</code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Scala SBT [build.sbt]</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-scala hljs" data-lang="scala">libraryDependencies += "org.eclipse.store" % "storage-embedded" % "1.3.1"</code></pre>
<pre class="highlightjs highlight"><code class="language-scala hljs" data-lang="scala">libraryDependencies += "org.eclipse.store" % "storage-embedded" % "1.3.2"</code></pre>
</div>
</div>
<div class="listingblock">
Expand All @@ -643,15 +643,15 @@ <h2 id="_build_configuration"><a class="anchor" href="#_build_configuration"></a
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependencies&gt;
&lt;dependency org="org.eclipse.store"
name="storage-embedded"
rev="1.3.1" /&gt;
rev="1.3.2" /&gt;
&lt;/dependencies&gt;</code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Apache Buildr [Buildfile]</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-ruby hljs" data-lang="ruby">define 'my-app' do
compile.with 'org.eclipse.store:storage-embedded:1.3.1'
compile.with 'org.eclipse.store:storage-embedded:1.3.2'
end</code></pre>
</div>
</div>
Expand All @@ -674,7 +674,7 @@ <h2 id="_build_configuration"><a class="anchor" href="#_build_configuration"></a

maven_install(
artifacts = [
"org.eclipse.store:storage-embedded:1.3.1"
"org.eclipse.store:storage-embedded:1.3.2"
],
)</code></pre>
</div>
Expand All @@ -684,7 +684,7 @@ <h2 id="_build_configuration"><a class="anchor" href="#_build_configuration"></a
<div class="content">
<pre class="highlightjs highlight"><code class="language-python hljs" data-lang="python">maven_jar(
name = "eclipsestore",
artifact = "org.eclipse.store:storage-embedded:1.3.1"
artifact = "org.eclipse.store:storage-embedded:1.3.2"
)</code></pre>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions manual/intro/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ <h1 class="page">Welcome</h1>
<div class="sectionbody">
<div class="paragraph">
<p>Welcome to the EclipseStore Reference Manual.
This manual includes concepts, instructions and examples to guide you on how to use EclipseStore, version 1.3.1.</p>
This manual includes concepts, instructions and examples to guide you on how to use EclipseStore, version 1.3.2.</p>
</div>
<div class="paragraph">
<p>You should be familiar with the Java programming language and you should have installed your preferred Integrated Development Environment (IDE).
Expand All @@ -609,7 +609,7 @@ <h1 class="page">Welcome</h1>
</div>
</div>
<div class="sect1">
<h2 id="_whats_new_in_1_3_1"><a class="anchor" href="#_whats_new_in_1_3_1"></a>What&#8217;s new in 1.3.1</h2>
<h2 id="_whats_new_in_1_3_2"><a class="anchor" href="#_whats_new_in_1_3_2"></a>What&#8217;s new in 1.3.2</h2>
<div class="sectionbody">
<div class="paragraph">
<p>See <a href="changelog.html" class="xref page">Changelog</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion manual/misc/integrations/cdi.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ <h1 class="page">CDI Extension</h1>
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;eclipse-store-integrations-cdi4&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
33 changes: 31 additions & 2 deletions manual/misc/integrations/spring-boot.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h1 class="page">Spring Boot Integration</h1>
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;integrations-spring-boot3&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down Expand Up @@ -740,6 +740,20 @@ <h2 id="_autostart"><a class="anchor" href="#_autostart"></a>Autostart</h2>
</div>
</div>
<div class="sect1">
<h2 id="_disable_auto_storagemanager_creation"><a class="anchor" href="#_disable_auto_storagemanager_creation"></a>Disable Auto StorageManager creation</h2>
<div class="sectionbody">
<div class="paragraph">
<p>If the user does not define any beans of type <em>EmbeddedStorageFoundation</em> and <em>EmbeddedStorageManager</em>, these beans are automatically created. This behavior can be changed using the following configuration.</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-properties hljs" data-lang="properties">org.eclipse.store.auto-create-default-storage=false
org.eclipse.store.auto-create-default-foundation=false</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_multiple_storage_managers"><a class="anchor" href="#_multiple_storage_managers"></a>Multiple Storage Managers</h2>
<div class="sectionbody">
<div class="paragraph">
Expand Down Expand Up @@ -808,11 +822,26 @@ <h2 id="_multiple_storage_managers"><a class="anchor" href="#_multiple_storage_m
</div>
</div>
<div class="sect1">
<h2 id="_mutext_locking"><a class="anchor" href="#_mutext_locking"></a>Mutext Locking</h2>
<h2 id="_mutex_locking"><a class="anchor" href="#_mutex_locking"></a>Mutex Locking</h2>
<div class="sectionbody">
<div class="paragraph">
<p>EclipseStore supports mutex locking. This is useful if you have multiple processes that need to access the same objects. Easiest way to use it is to use the annotation <code>@read</code> and <code>@write</code> on the methods that need to be locked. The annotation @read is used for methods that only read data and @write is used for methods that modify data.</p>
</div>
<div class="paragraph">
<p>To activate mutex locking, you need to add the following dependency to Maven pom.xml of your SpringBoot application:</p>
</div>
<div class="listingblock">
<div class="title">pom.xml</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springframework.boot&lt;/groupId&gt;
&lt;artifactId&gt;spring-boot-starter-aop&lt;/artifactId&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
<div class="paragraph">
<p>Then you can use the Mutex Locking in your code:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">@Component
Expand Down
4 changes: 2 additions & 2 deletions manual/misc/layered-entities/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ <h1 class="page">Configuration</h1>
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependencies&gt;
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.serializer&lt;/groupId&gt;
&lt;artifactId&gt;entity-codegen&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;artifactId&gt;codegen-entity&lt;/artifactId&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand Down
2 changes: 1 addition & 1 deletion manual/misc/wrapping/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ <h1 class="page">Configuration</h1>
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.serializer&lt;/groupId&gt;
&lt;artifactId&gt;codegen-wrapping&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand Down
2 changes: 1 addition & 1 deletion manual/serializer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ <h2 id="_prerequisites"><a class="anchor" href="#_prerequisites"></a>Prerequisit
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.serializer&lt;/groupId&gt;
&lt;artifactId&gt;serializer&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
4 changes: 2 additions & 2 deletions manual/storage/addendum/specialized-type-handlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ <h2 id="_collections"><a class="anchor" href="#_collections"></a>Collections</h2
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.serializer&lt;/groupId&gt;
&lt;artifactId&gt;persistence-binary-jdk8&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand All @@ -783,7 +783,7 @@ <h2 id="jdk17"><a class="anchor" href="#jdk17"></a>Java 17 Immutable Set and Lis
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.serializer&lt;/groupId&gt;
&lt;artifactId&gt;persistence-binary-jdk17&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manual/storage/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ <h2 id="external-configuration"><a class="anchor" href="#external-configuration"
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;storage-embedded-configuration&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manual/storage/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ <h2 id="_prerequisites"><a class="anchor" href="#_prerequisites"></a>Prerequisit
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;storage-embedded&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
</div>
Expand Down
4 changes: 2 additions & 2 deletions manual/storage/rest-interface/client-gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,15 +641,15 @@ <h1 class="page">Client GUI</h1>
<p>or this direct link:</p>
</div>
<div class="paragraph">
<p><a href="https://repo1.maven.org/maven2/org/eclipse/store/storage-restclient-app-standalone-assembly/1.3.1/storage-restclient-app-standalone-assembly-1.3.1-standalone.jar" class="bare">https://repo1.maven.org/maven2/org/eclipse/store/storage-restclient-app-standalone-assembly/1.3.1/storage-restclient-app-standalone-assembly-1.3.1-standalone.jar</a></p>
<p><a href="https://repo1.maven.org/maven2/org/eclipse/store/storage-restclient-app-standalone-assembly/1.3.2/storage-restclient-app-standalone-assembly-1.3.2-standalone.jar" class="bare">https://repo1.maven.org/maven2/org/eclipse/store/storage-restclient-app-standalone-assembly/1.3.2/storage-restclient-app-standalone-assembly-1.3.2-standalone.jar</a></p>
</div>
<div class="paragraph">
<p>Start the client.
The port parameter is optional, default port is 8080.</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-text hljs" data-lang="text">java -jar storage-restclient-app-standalone-assembly-1.3.1-standalone.jar --server.port=8888</code></pre>
<pre class="highlightjs highlight"><code class="language-text hljs" data-lang="text">java -jar storage-restclient-app-standalone-assembly-1.3.2-standalone.jar --server.port=8888</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down
4 changes: 2 additions & 2 deletions manual/storage/rest-interface/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ <h2 id="_spring_boot_rest_service"><a class="anchor" href="#_spring_boot_rest_se
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;storage-restservice-springboot&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;org.springframework.boot&lt;/groupId&gt;
Expand Down Expand Up @@ -702,7 +702,7 @@ <h2 id="_spark_java_rest_service"><a class="anchor" href="#_spark_java_rest_serv
&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;storage-restservice-sparkjava&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;org.slf4j&lt;/groupId&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ <h1 class="page">AWS DynamoDB</h1>
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;afs-aws-dynamodb&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;software.amazon.awssdk&lt;/groupId&gt;
Expand Down
2 changes: 1 addition & 1 deletion manual/storage/storage-targets/blob-stores/aws-s3.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ <h1 class="page">AWS S3</h1>
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;afs-aws-s3&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;software.amazon.awssdk&lt;/groupId&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ <h1 class="page">Azure Storage</h1>
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;afs-azure-storage&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;com.azure&lt;/groupId&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ <h1 class="page">Google Cloud Firestore</h1>
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;afs-googlecloud-firestore&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;com.google.cloud&lt;/groupId&gt;
Expand Down
2 changes: 1 addition & 1 deletion manual/storage/storage-targets/blob-stores/kafka.html
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ <h1 class="page">Kafka</h1>
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.eclipse.store&lt;/groupId&gt;
&lt;artifactId&gt;afs-kafka&lt;/artifactId&gt;
&lt;version&gt;1.3.1&lt;/version&gt;
&lt;version&gt;1.3.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;org.apache.kafka&lt;/groupId&gt;
Expand Down
Loading

0 comments on commit 8c80614

Please sign in to comment.