-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 트랜잭션 아이디 기반 가상 쓰레드 활용 다건 요청 기능 구현 (#15)
* feat: 함수형 인터페이스를 활용한 http 호출 추상화 (#9) * docs: update README.md * refactor: 기존 requestProduct 로직 개선 * feat: 함수형 인터페이스를 활용한 http 호출 추상화 * feat: httpClient5 호출부 로직 각 클래스 단위로 분리 * chore: github action 불필요 JDK initialize 로직 삭제 * feat: requestSimpleAuthCertification() TransactionId 기반 간편인증 상품 호출 (#11) * docs: update README.md * chore: Verify 액션이 브랜치 분기 전략에 맞게 동작하도록 수정 * refactor: 상수 -> Constants 리팩토링 * docs: 라이센스 오탈자 수정 * feat: 트랜잭션 아이디 기반 간편인증 완료 요청 * chore: migrate JDK 17 to 21 * docs: update README.md * refactor: 트랜잭션 아이디 기반 단건 간편인증 * chore: path/requestUrl 오탈자 수정 Closes #10 * release: 2.0.0-alpha-004 * chore: 예외처리 및 getter 메소드 추가 * feat: 가상 쓰레드 기반 다건요청 기능 구현 (#14) * feat: 트랜잭션 아이디 기반 간편인증 다건요청 구현 * feat: 예외처리 개선 * feat: 다건요청 응답 값을 List 형식의 반환값으로 받을 수 있도록 개선 * feat: static import 제거 * refactor: 객체 책임 및 관심사 분리 * docs/chore: update README.md & update release ver to 005 * feat: 단건, 다건 분리 * chore: 코드 포맷팅 Closes #13
- Loading branch information
Showing
15 changed files
with
461 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.