-
Notifications
You must be signed in to change notification settings - Fork 2
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
merge: (#301) Request 개선 #311
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #311 +/- ##
=============================================
+ Coverage 38.92% 39.43% +0.51%
+ Complexity 392 381 -11
=============================================
Files 240 234 -6
Lines 2944 2888 -56
Branches 99 102 +3
=============================================
- Hits 1146 1139 -7
+ Misses 1792 1743 -49
Partials 6 6
Continue to review full report at Codecov.
|
simtong-presentation/src/main/kotlin/team/comit/simtong/domain/admin/dto/AdminSignInRequest.kt
Show resolved
Hide resolved
simtong-presentation/src/main/kotlin/team/comit/simtong/domain/common/WebCommonAdapter.kt
Show resolved
Hide resolved
simtong-presentation/src/main/kotlin/team/comit/simtong/domain/common/WebCommonAdapter.kt
Outdated
Show resolved
Hide resolved
simtong-presentation/src/main/kotlin/team/comit/simtong/domain/email/WebEmailAdapter.kt
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
추후에 Response도 private 필드로 변경하면 좋을 것 같습니다 😃
nullable 타입의 !!
는 매우 아쉽지만 지금으로썬 방법이 없네요..
작업 내용 설명
주요 변경 사항
위와 같이 MethodArgumentNotValidException가 핸들링되야 하지만 아래처럼 HttpMessageNotReadableException으로 핸들링되어 적절한 메시지를 얻지 못했습니다.
NoArgmentConstructor이 필요한 것으로 추정 → kotlin-dsl의 no-arg 플러그인 사용했지만 효과 없음 → Nullable + Null Validation 사용
체크리스트
관련 이슈