Skip to content

Commit

Permalink
Published master to GitHub pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Oct 11, 2023
1 parent b5b7011 commit ed75d69
Show file tree
Hide file tree
Showing 24 changed files with 43 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docs/13.0.x/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ <h2 id="developing_applications_with_infinispan" class="discrete">Developing app
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-06-07 08:09:34 -0400
Last updated 2023-10-11 12:08:37 -0400
</div>
</div>
<script>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/cli/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -5930,7 +5930,7 @@ <h4 id="see_also_31"><a class="anchor" href="#see_also_31"></a>8.42.4. SEE ALSO<
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/configuring/configuring.html
Original file line number Diff line number Diff line change
Expand Up @@ -10710,7 +10710,7 @@ <h3 id="code-execution-security-authorization_security-authorization"><a class="
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/contributing/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3868,7 +3868,7 @@ <h3 id="infinispan_methods_and_corresponding_verbs"><a class="anchor" href="#inf
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
8 changes: 4 additions & 4 deletions docs/13.0.x/titles/developing/developing.html
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ <h3 id="configuring-pom-xml_configuring-maven-repository"><a class="anchor" href
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.18.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.19.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;/properties&gt;</span>

<span class="tag">&lt;dependencyManagement&gt;</span>
Expand Down Expand Up @@ -5011,7 +5011,7 @@ <h4 id="serialization"><a class="anchor" href="#serialization"></a>11.6.2. Seria
Infinispan overrides all of the various Stream intermediate and terminal methods to take
Serializable versions of the arguments (ie. SerializableFunction, SerializablePredicate&#8230;&#8203;)
You can find these methods at
<a href="https://docs.jboss.org/infinispan/13.0/apidocs/org/infinispan/stream/CacheStream.html">CacheStream</a>.
<a href="https://docs.jboss.org/infinispan/13.0/apidocs/org/infinispan/CacheStream.html">CacheStream</a>.
This relies on the spec to pick the most specific method as defined <a href="https://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.12.2.5">here</a>.</p>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -5305,7 +5305,7 @@ <h3 id="distributed_stream_execution"><a class="anchor" href="#distributed_strea
or locally. Note this supports early termination in that once a value is found it
will not process others. Note the findFirst method is special since it requires a sorted
intermediate operation, which is detailed in the
<a href="user_guide.html#intermediate_operation_exceptions">exceptions</a> section.</p>
<a href="../embedding/embedding.html#intermediate_operation_exceptions">exceptions</a> section.</p>
</dd>
<dt class="hdlist1">max min</dt>
<dd>
Expand Down Expand Up @@ -6877,7 +6877,7 @@ <h3 id="extending_the_configuration_builders_and_parsers"><a class="anchor" href
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-06-07 08:09:34 -0400
Last updated 2023-10-11 12:08:37 -0400
</div>
</div>
<style>
Expand Down
6 changes: 3 additions & 3 deletions docs/13.0.x/titles/embedding/embedding.html
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ <h3 id="configuring-pom-xml_configuring-maven-repository"><a class="anchor" href
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.18.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.19.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;/properties&gt;</span>

<span class="tag">&lt;dependencyManagement&gt;</span>
Expand Down Expand Up @@ -1216,7 +1216,7 @@ <h2 id="cluster-transport"><a class="anchor" href="#cluster-transport"></a>4. Se
<div class="sect2">
<h3 id="default-jgroups-stacks_cluster-transport"><a class="anchor" href="#default-jgroups-stacks_cluster-transport"></a>4.1. Default JGroups stacks</h3>
<div class="paragraph">
<p>Infinispan provides default JGroups stack files, <code>default-jgroups-*.xml</code>, in the <code>default-configs</code> directory inside the <code>infinispan-core-13.0.18.Final.jar</code> file.</p>
<p>Infinispan provides default JGroups stack files, <code>default-jgroups-*.xml</code>, in the <code>default-configs</code> directory inside the <code>infinispan-core-13.0.19.Final.jar</code> file.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
Expand Down Expand Up @@ -2524,7 +2524,7 @@ <h4 id="cross_site_replication" class="discrete">Cross-site replication</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/encoding/encoding.html
Original file line number Diff line number Diff line change
Expand Up @@ -2524,7 +2524,7 @@ <h3 id="converting-data-on-demand_transcoding"><a class="anchor" href="#converti
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
4 changes: 2 additions & 2 deletions docs/13.0.x/titles/getting_started/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h2 id="mvn_archetypes"><a class="anchor" href="#mvn_archetypes"></a>2. Creating
<td><i class="conum" data-value="2"></i><b>2</b></td>
<td>Specifies the Infinispan version to use, for example:
<div class="paragraph">
<p><code>-DarchetypeVersion=13.0.18.Final</code></p>
<p><code>-DarchetypeVersion=13.0.19.Final</code></p>
</div></td>
</tr>
</table>
Expand Down Expand Up @@ -746,7 +746,7 @@ <h2 id="mvn_archetypes"><a class="anchor" href="#mvn_archetypes"></a>2. Creating
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/hibernate/hibernate.html
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ <h3 id="using_minimal_puts"><a class="anchor" href="#using_minimal_puts"></a>1.6
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
4 changes: 2 additions & 2 deletions docs/13.0.x/titles/hotrod_java/hotrod_java.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ <h3 id="configuring-pom-xml_configuring-maven-repository"><a class="anchor" href
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.18.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.19.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;/properties&gt;</span>

<span class="tag">&lt;dependencyManagement&gt;</span>
Expand Down Expand Up @@ -3411,7 +3411,7 @@ <h4 id="adding_the_test_container_to_your_project_dependencies"><a class="anchor
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-06-07 08:09:34 -0400
Last updated 2023-10-11 12:08:37 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/hotrod_protocol/hotrod_protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -8018,7 +8018,7 @@ <h3 id="hot_rod_protocol_3_1"><a class="anchor" href="#hot_rod_protocol_3_1"></a
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/memcached/memcached.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ <h3 id="multi_clustered_server_tutorial"><a class="anchor" href="#multi_clustere
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-10-10 14:55:32 -0400
</div>
</div>
<style>
Expand Down
9 changes: 6 additions & 3 deletions docs/13.0.x/titles/query/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ <h3 id="indexing-annotations_indexing-caches"><a class="anchor" href="#indexing-
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>store</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Allows Infinispan to store fields in indexes so you can use them for projections.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Store.YES</code> or <code>Store.NO</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Store.YES</code> or <code>Store.NO</code>. Use <code>Store.YES</code> and set <code>sortable = true</code> for fields that need to be used for sorting.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>analyze</code></p></td>
Expand Down Expand Up @@ -1064,11 +1064,14 @@ <h4 id="remote_caches" class="discrete">Remote caches</h4>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="java"><span class="comment">/**
* @Field(analyze = Analyze.YES, store = Store.YES)
* @Field(analyze = Analyze.YES, store = Store.YES, sortable = true)
*/</span>
required string street = <span class="integer">1</span>;</code></pre>
</div>
</div>
<div class="paragraph">
<p>By including <code>store = Store.YES</code> and <code>sortable = true</code> in the <code>@Field</code> annotation, you can use the <code>street</code> field for sorting queries without encountering warning messages or unexpected results.</p>
</div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -2926,7 +2929,7 @@ <h3 id="tuning-query-performance_query-monitoring-tuning"><a class="anchor" href
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/rest/rest.html
Original file line number Diff line number Diff line change
Expand Up @@ -6461,7 +6461,7 @@ <h3 id="rest_server_client_http"><a class="anchor" href="#rest_server_client_htt
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
4 changes: 2 additions & 2 deletions docs/13.0.x/titles/security/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -3679,7 +3679,7 @@ <h3 id="configuring-server-fips_endpoint-security"><a class="anchor" href="#conf
<div class="title">Additional resources</div>
<ul>
<li>
<p><a href="https://docs.oracle.com/en/java/javase/11/security/pkcs11-reference-guide1.html">Java PKCS#11 cryptographic provider</a></p>
<p><a href="https://docs.oracle.com/en/java/javase/17/security/pkcs11-reference-guide1.html">Java PKCS#11 cryptographic provider</a></p>
</li>
<li>
<p><a href="https://www.bouncycastle.org/fips_faq.html">The Legion of the Bouncy Castle cryptographic provider</a></p>
Expand Down Expand Up @@ -5114,7 +5114,7 @@ <h4 id="cross_site_replication" class="discrete">Cross-site replication</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
8 changes: 4 additions & 4 deletions docs/13.0.x/titles/server/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ <h3 id="installing-servers_server-getting-started"><a class="anchor" href="#inst
</div>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code>unzip infinispan-server-13.0.18.Final.zip</code></pre>
<pre class="CodeRay highlight nowrap"><code>unzip infinispan-server-13.0.19.Final.zip</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -5181,7 +5181,7 @@ <h3 id="configuring-server-fips_endpoint-security"><a class="anchor" href="#conf
<div class="title">Additional resources</div>
<ul>
<li>
<p><a href="https://docs.oracle.com/en/java/javase/11/security/pkcs11-reference-guide1.html">Java PKCS#11 cryptographic provider</a></p>
<p><a href="https://docs.oracle.com/en/java/javase/17/security/pkcs11-reference-guide1.html">Java PKCS#11 cryptographic provider</a></p>
</li>
<li>
<p><a href="https://www.bouncycastle.org/fips_faq.html">The Legion of the Bouncy Castle cryptographic provider</a></p>
Expand Down Expand Up @@ -7625,7 +7625,7 @@ <h2 id="cluster-transport"><a class="anchor" href="#cluster-transport"></a>11. S
<div class="sect2">
<h3 id="default-jgroups-stacks_cluster-transport"><a class="anchor" href="#default-jgroups-stacks_cluster-transport"></a>11.1. Default JGroups stacks</h3>
<div class="paragraph">
<p>Infinispan provides default JGroups stack files, <code>default-jgroups-*.xml</code>, in the <code>default-configs</code> directory inside the <code>infinispan-core-13.0.18.Final.jar</code> file.</p>
<p>Infinispan provides default JGroups stack files, <code>default-jgroups-*.xml</code>, in the <code>default-configs</code> directory inside the <code>infinispan-core-13.0.19.Final.jar</code> file.</p>
</div>
<div class="paragraph">
<p>You can find this JAR file in the <code>$ISPN_HOME/lib</code> directory.</p>
Expand Down Expand Up @@ -11203,7 +11203,7 @@ <h3 id="accessing-health-jmx_server"><a class="anchor" href="#accessing-health-j
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/spring/spring.html
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ <h3 id="externalizing-spring-session_externalizing-sessions-spring"><a class="an
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
4 changes: 2 additions & 2 deletions docs/13.0.x/titles/spring_boot/starter.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ <h3 id="enforcing-versions_starter"><a class="anchor" href="#enforcing-versions_
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.18.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;version.infinispan&gt;</span>13.0.19.Final<span class="tag">&lt;/version.infinispan&gt;</span>
<span class="tag">&lt;/properties&gt;</span>

<span class="tag">&lt;dependencyManagement&gt;</span>
Expand Down Expand Up @@ -1270,7 +1270,7 @@ <h2 id="spring-application-properties"><a class="anchor" href="#spring-applicati
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/tuning/tuning.html
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ <h4 id="use_simple_cache_for_local_caches" class="discrete">Use simple cache for
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/upgrading/upgrading.html
Original file line number Diff line number Diff line change
Expand Up @@ -4467,7 +4467,7 @@ <h3 id="migrating-cache-stores_store-migrator"><a class="anchor" href="#migratin
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-06-07 08:09:34 -0400
Last updated 2023-10-11 12:08:37 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/titles/xsite/xsite.html
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ <h3 id="cross-site-replication-log-messages_cross-site-replication-logs"><a clas
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-05-24 03:29:36 -0400
Last updated 2023-07-07 03:23:43 -0400
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/13.0.x/topics/protobuf/indexed_field.protobuf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* @Field(analyze = Analyze.YES, store = Store.YES)
* @Field(analyze = Analyze.YES, store = Store.YES, sortable = true)
*/
required string street = 1;
6 changes: 3 additions & 3 deletions download-archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3 id="download-older-versions-of-infinispan">Download older versions of Infini
<div class="archive-item-wrapper">
<div class="archive-item">

<b>Version 13.0.18</b><br/>
<b>Version 13.0.19</b><br/>



Expand All @@ -116,12 +116,12 @@ <h3 id="download-older-versions-of-infinispan">Download older versions of Infini


<i class="fas fa-download text-orange"></i>
<a href="https://downloads.jboss.org/infinispan/13.0.18.Final/infinispan-server-13.0.18.Final.zip">Server</a> <a href="https://downloads.jboss.org/infinispan/13.0.18.Final/infinispan-server-13.0.18.Final.zip.sha1">(SHA-1)</a><br/>
<a href="https://downloads.jboss.org/infinispan/13.0.19.Final/infinispan-server-13.0.19.Final.zip">Server</a> <a href="https://downloads.jboss.org/infinispan/13.0.19.Final/infinispan-server-13.0.19.Final.zip.sha1">(SHA-1)</a><br/>



<i class="fas fa-download text-orange"></i>
<a href="https://downloads.jboss.org/infinispan/13.0.18.Final/infinispan-wildfly-modules-13.0.18.Final.zip">WildFly modules</a> <a href="https://downloads.jboss.org/infinispan/13.0.18.Final/infinispan-wildfly-modules-13.0.18.Final.zip.sha1">(SHA-1)</a><br/>
<a href="https://downloads.jboss.org/infinispan/13.0.19.Final/infinispan-wildfly-modules-13.0.19.Final.zip">WildFly modules</a> <a href="https://downloads.jboss.org/infinispan/13.0.19.Final/infinispan-wildfly-modules-13.0.19.Final.zip.sha1">(SHA-1)</a><br/>



Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="https://infinispan.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://infinispan.org/" rel="alternate" type="text/html" /><updated>2023-10-11T19:47:59+02:00</updated><id>https://infinispan.org/feed.xml</id><title type="html">Infinispan</title><subtitle>Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.</subtitle><entry><title type="html">Infinispan 15.0.0.Dev02</title><link href="https://infinispan.org/blog/2023/07/05/infinispan-15dev02" rel="alternate" type="text/html" title="Infinispan 15.0.0.Dev02" /><published>2023-07-05T02:00:00+02:00</published><updated>2023-07-05T02:00:00+02:00</updated><id>https://infinispan.org/blog/2023/07/05/infinispan-15.0.0.Dev02</id><content type="html" xml:base="https://infinispan.org/blog/2023/07/05/infinispan-15dev02">&lt;div id=&quot;preamble&quot;&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="https://infinispan.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://infinispan.org/" rel="alternate" type="text/html" /><updated>2023-10-11T19:55:04+02:00</updated><id>https://infinispan.org/feed.xml</id><title type="html">Infinispan</title><subtitle>Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.</subtitle><entry><title type="html">Infinispan 15.0.0.Dev02</title><link href="https://infinispan.org/blog/2023/07/05/infinispan-15dev02" rel="alternate" type="text/html" title="Infinispan 15.0.0.Dev02" /><published>2023-07-05T02:00:00+02:00</published><updated>2023-07-05T02:00:00+02:00</updated><id>https://infinispan.org/blog/2023/07/05/infinispan-15.0.0.Dev02</id><content type="html" xml:base="https://infinispan.org/blog/2023/07/05/infinispan-15dev02">&lt;div id=&quot;preamble&quot;&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Infinispan 15.0.0.Dev02 marks the beginning of a new development cycle, and there are a number of
Expand Down

0 comments on commit ed75d69

Please sign in to comment.