From a79d95d1bcfe15c6f63de1bdf4029db225ea0dfc Mon Sep 17 00:00:00 2001 From: mposolda Date: Mon, 23 Sep 2024 10:21:25 +0200 Subject: [PATCH] Documentation note about Java 8 support for client libraries closes #33186 Signed-off-by: mposolda --- docs/documentation/release_notes/topics/26_0_0.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/release_notes/topics/26_0_0.adoc b/docs/documentation/release_notes/topics/26_0_0.adoc index 2bbf5eca46..2adc72ba1b 100644 --- a/docs/documentation/release_notes/topics/26_0_0.adoc +++ b/docs/documentation/release_notes/topics/26_0_0.adoc @@ -202,6 +202,8 @@ The client libraries are these artifacts: It is possible that in the future, some more libraries will be included. +The client libraries are supported with Java 8, so it is possible to use them with the client applications deployed on the older application servers. + == Compatibility of the client libraries with the server Beginning with this release, we are testing and supporting client libraries with the same server version and a few previous major server versions.