Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR의 목적이 무엇인가요?
사용자 전환 중 더티 체킹으로 인한 변경 사항이 덮어씌워지는 현상 해결
이슈 ID는 무엇인가요?
설명
(1) 카카오 회원의 로그인 정보를 변경한다 => 쿼리로 작성
(2) 카카오 회원의 isConverted를 변경한다. => 쓰기 지연
두 과정에 의해 첫 번째 과정이 두 번째 과정에 의해 덮어씌워지게 되면서,
기존 카카오 회원의 identifier와 oauth_type이 변경되지 않는 문제가 있다.
사용자 전환을 위한 로그인 정보 변경 시 쿼리가 아닌 JPA의 쓰기 지연을 사용해서, 객체 자체의 값이 변경되도록 한다.
질문 혹은 공유 사항 (Optional)