Skip to content

Conversation

@7zrv
Copy link
Collaborator

@7zrv 7zrv commented Jan 8, 2025

📌 과제 설명

컴파일시 발생하는 unchecked or unsafe operations 경고 해결을 위한
LoggingAspect의 수정

👩‍💻 요구 사항과 구현 내용

  • TypeReference를 이용하여 런타임에도 타입정보를 명시적으로 인식할 수 있도록 수정
  • 일부 메서드의 스타일 수정

✅ PR 포인트 & 궁금한 점

7zrv added 2 commits January 8, 2025 15:47
- maskSensitiveData의 else if를 이용했던 분기문을 각각의 if문으로 분
- TypeReference<Map<String, Object>>를 사용하여 JSON 역직렬화 과정에서 발생하는 경고를 제거
@7zrv 7zrv self-assigned this Jan 8, 2025
@7zrv 7zrv linked an issue Jan 8, 2025 that may be closed by this pull request
2 tasks
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 8, 2025

Copy link
Collaborator

@ayoung-dev ayoung-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

@7zrv 7zrv changed the title Fix/284 modify loggingaspect Fix/284 컴파일시 발생하는 type unchecked 경고 해결 Jan 8, 2025
@7zrv 7zrv merged commit a7cea1a into main Jan 8, 2025
3 checks passed
@7zrv 7zrv deleted the fix/284-modify-loggingaspect branch January 8, 2025 07:27
@m-a-king
Copy link
Collaborator

m-a-king commented Jan 8, 2025

확인했씁니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] logging aspect의 컴파일시 unchecked or unsafe operations 경고 해결

4 participants