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
DATAJPA-1261 - Revert optimizations made for existing entities in implementation of CrudRepository.save(…).
This reverts the functional change made by DATAJPA-931. This means merge will be called again, even if the entity for which save was called is already attached to the session. Tests stay in place to verify the new old behavior.
Related ticket: DATAJPA-931.
Original pull request: #249.
0 commit comments