Skip to content

Commit

Permalink
Merge pull request #40595 from karesti/infinispan-15.0.3.Final
Browse files Browse the repository at this point in the history
Updates to Infinispan 15.0.3.Final
  • Loading branch information
Sanne authored May 13, 2024
2 parents 436050a + ed09ff3 commit 0e2b8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<shrinkwrap.version>1.2.6</shrinkwrap.version>
<hamcrest.version>2.2</hamcrest.version><!-- The version needs to be compatible with both REST Assured and Awaitility -->
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<infinispan.version>15.0.2.Final</infinispan.version>
<infinispan.version>15.0.3.Final</infinispan.version>
<infinispan.protostream.version>5.0.3.Final</infinispan.protostream.version>
<caffeine.version>3.1.5</caffeine.version>
<netty.version>4.1.108.Final</netty.version>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/infinispan-client-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ When a method annotated with `@CacheInvalidateAll` is invoked, Infinispan will r
== Querying

The Infinispan client supports both indexed and non-indexed search as long as the
`ProtoStreamMarshaller` is configured above. This allows the user to query based on the
properties of the proto schema. *Indexed queries are preferred for performance reasons*.
`ProtoStreamMarshaller` is configured above. This allows the user to query on *keys* or
*values* based on the properties of the proto schema. *Indexed queries are preferred for performance reasons*.

.XML
[source,xml,options="nowrap",subs=attributes+,role="primary"]
Expand Down

0 comments on commit 0e2b8c1

Please sign in to comment.