Skip to content

Conversation

@dudxo
Copy link
Member

@dudxo dudxo commented Jun 22, 2025

🔥 Related Issue

📑 Task

  • AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경

🔍 To Reviewer

  • 집중적으로 리뷰해야될 부분 있으면 작성

@dudxo dudxo requested a review from LGAIN June 22, 2025 12:48
@dudxo dudxo self-assigned this Jun 22, 2025
@dudxo dudxo added the fix 버그 수정 label Jun 22, 2025
@dudxo dudxo linked an issue Jun 22, 2025 that may be closed by this pull request
1 task
Copy link
Collaborator

@LGAIN LGAIN left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~ 👍

@dudxo dudxo merged commit 4bb07a6 into develop Jun 22, 2025
1 check passed
dudxo added a commit that referenced this pull request Jun 22, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

* fix: access token 만료 시 토큰 재발급이 되는 문제 해결

* fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결

* fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결

* fix: 테스트하면서 바꾼 토큰 만료시간 롤백

* fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131)

---------

Co-authored-by: Gain Lee <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
dudxo added a commit that referenced this pull request Jun 22, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

* fix: access token 만료 시 토큰 재발급이 되는 문제 해결

* fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결

* fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결

* fix: 테스트하면서 바꾼 토큰 만료시간 롤백

* fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131)

* feat: 성능 테스트를 위한 WebClient 추가 (#133)

* fix: 안쓰는 클래스 삭제

* chore: Webclient 및 Connection Pool 관리 관련 의존성 추가

* feat: HttPClientConfig 네이밍 변경 및 WebClient Bean 설정

* feat: WebClient API 추가

* fix: 충돌 해결

---------

Co-authored-by: Gain Lee <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
ghkdwldus0807 added a commit that referenced this pull request Jun 23, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

* fix: access token 만료 시 토큰 재발급이 되는 문제 해결

* fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결

* fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결

* fix: 테스트하면서 바꾼 토큰 만료시간 롤백

* fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131)

* feat: 성능 테스트를 위한 WebClient 추가 (#133)

* fix: 안쓰는 클래스 삭제

* chore: Webclient 및 Connection Pool 관리 관련 의존성 추가

* feat: HttPClientConfig 네이밍 변경 및 WebClient Bean 설정

* feat: WebClient API 추가

* fix: 충돌 해결

* chore: 주석 제거

---------

Co-authored-by: 권영태 <[email protected]>
Co-authored-by: Gain Lee <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: Eric-HAN-01 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] AdminRatePlanResponse 원시타입 Null 오류

3 participants