UpdateBy* doesn't work anymore in micronaut-data:4.8 #3139
Labels
type: bug
Something isn't working
type: regression
A breaking change was introduced in a minor or patch release
Expected Behavior
When updating an entity using
updateBy*
, the entity is updated using the parameters as criteriaActual Behaviour
The entity is not updated anymore
Steps To Reproduce
MyItemRepositoryTest#should_updateByField1
=> test pass ✅MyItemRepositoryTest#should_updateByField1
=> test fails ❌Environment Information
JDK Version: 21
Example Application
https://github.com/FrogDevelopper/micronaut-4_5
Version
4.5.1
The text was updated successfully, but these errors were encountered: