You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although @Transactional default value of readOnly is false, the method update() only make changes when explicitly defining the property. Am I doing something wrong or this is a bug?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Although
@Transactional
default value ofreadOnly
is false, the methodupdate()
only make changes when explicitly defining the property. Am I doing something wrong or this is a bug?Source code: https://github.com/FerroEduardo/micronaut-todo
Test: https://github.com/FerroEduardo/micronaut-todo/blob/main/src/test/java/com/ferroeduardo/TodoTest.java#L86-L102
JUnit report: https://github.com/FerroEduardo/micronaut-todo/actions/runs/6774044816
Beta Was this translation helpful? Give feedback.
All reactions