Skip to content

Commit

Permalink
changelog: added fixed item - Fix recursion calling to avoid stack ov…
Browse files Browse the repository at this point in the history
…erflow on the custom repository's query methods with @query annotation with predefined queries

Signed-off-by: Maximillian Arruda <[email protected]>
  • Loading branch information
dearrudam committed Aug 31, 2024
1 parent 01d9624 commit 68c7412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68c7412

Please sign in to comment.