This is an automated email from the ASF dual-hosted git repository. timoninmaxim pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push: new 6b5a6be5d3 IGNITE-17651 Update ignite-2.14 release notes (#169) 6b5a6be5d3 is described below commit 6b5a6be5d3efeab9a41097f6820545b5c5bdf5f3 Author: Maksim Timonin <timoninma...@apache.org> AuthorDate: Thu Jul 6 17:21:21 2023 +0300 IGNITE-17651 Update ignite-2.14 release notes (#169) --- releases/2.14.0/release_notes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releases/2.14.0/release_notes.html b/releases/2.14.0/release_notes.html index 8f5d2c9b57..3e9b89e466 100644 --- a/releases/2.14.0/release_notes.html +++ b/releases/2.14.0/release_notes.html @@ -47,6 +47,11 @@ <h2>WARNINGS</h2> <ul> + <li> + Java thin client retrieves BinaryConfiguration from server and overrides configured and/or default properties. + The behavior is defined by ClientConfiguration#isAutoBinaryConfigurationEnabled. + This is a breaking change for users who use POJO as cache keys and rely on default BinaryConfiguration. + </li> <li>Removed LOCAL caches support.</li> <li>Removed scalar module.</li> </ul>