From 68c7412516a5d1f77b42f94fec3131666e319f33 Mon Sep 17 00:00:00 2001 From: Maximillian Arruda Date: Sat, 31 Aug 2024 09:09:34 -0300 Subject: [PATCH] changelog: added fixed item - Fix recursion calling to avoid stack overflow on the custom repository's query methods with @Query annotation with predefined queries Signed-off-by: Maximillian Arruda --- CHANGELOG.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 5df08fdfc..c17078fb7 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -25,6 +25,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version - Invalid deserialization of maps with generic values - Make sure at the serialization to the field, the API does not return any communication layer, but standard Java types - Fix the like query at the JDQL +- Fix recursion calling to avoid stack overflow on the custom repository's query methods with @Query annotation with predefined queries === Removed