Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#137] fix: findByOauthInfo Optional로 변경 #138

Merged
merged 1 commit into from
Nov 2, 2023
Merged

[#137] fix: findByOauthInfo Optional로 변경 #138

merged 1 commit into from
Nov 2, 2023

Conversation

kdomo
Copy link
Member

@kdomo kdomo commented Nov 2, 2023

연관 이슈

작업내용

upsert를 구현하기 위해 Domain Service에서 @Transactional을 사용하고,
try catch로 UserNotFoundException을 catch 하였으나,
port 내에서 exception 발생하면서 롤백 마킹 되어,
원래 진행되고있는 메소드에서 catch 하여도 롤백이 되는 현상 발생.

관련하여 찾아보고 noRollbackFor을 적용하였으나 해결되지 않아 우선 Optional로 처리

@kdomo kdomo added the 🐞 BugFix Something isn't working label Nov 2, 2023
@kdomo kdomo self-assigned this Nov 2, 2023
Copy link

sonarqubecloud bot commented Nov 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@kdomo kdomo merged commit bc17132 into develop Nov 2, 2023
3 checks passed
@kdomo kdomo deleted the fix/#137 branch November 2, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 BugFix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

findByOauthInfo Optional로 변경
1 participant