Skip to content

Commit

Permalink
Updates to Infinispan 15.0.3.Final
Browse files Browse the repository at this point in the history
(cherry picked from commit ed09ff3)
  • Loading branch information
karesti authored and gsmet committed May 14, 2024
1 parent 4fac439 commit 6b10b38
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 @@ -748,8 +748,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 6b10b38

Please sign in to comment.