From 6b10b38655f155ee22bb704d40c700de38473610 Mon Sep 17 00:00:00 2001 From: Katia Aresti Date: Mon, 13 May 2024 12:51:11 +0200 Subject: [PATCH] Updates to Infinispan 15.0.3.Final (cherry picked from commit ed09ff38c9760059d193b4c7c693cdc5d0d0ac66) --- bom/application/pom.xml | 2 +- docs/src/main/asciidoc/infinispan-client-reference.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 528c736b77505..02aa574c946f5 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -139,7 +139,7 @@ 1.2.6 2.2 5.10.2 - 15.0.2.Final + 15.0.3.Final 5.0.3.Final 3.1.5 4.1.108.Final diff --git a/docs/src/main/asciidoc/infinispan-client-reference.adoc b/docs/src/main/asciidoc/infinispan-client-reference.adoc index 665217686267d..c6d163c078dbe 100644 --- a/docs/src/main/asciidoc/infinispan-client-reference.adoc +++ b/docs/src/main/asciidoc/infinispan-client-reference.adoc @@ -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"]