Fix/gemini mock profile - #417
Merged
Merged
Conversation
mock 프로필 부팅 시 googleGenAiClient가 Vertex 모드로 생성되며 Google ADC(Application Default Credentials)를 요구해, gcloud 자격증명 없는 환경(백업 복원 리허설의 앱 부팅 검증)에서 컨텍스트가 죽었다 (#415와 동일 부류 — 로컬 개발기엔 ADC가 있어 드러나지 않던 구멍). test 프로필용 더미 apiKey 클라이언트를 mock에도 적용한다.
temurin 25 승격(#413) 이후 앱 클래스가 Java 25(class file 69)로 빌드되는데, 문서 액션만 setup-java 21 런타임으로 jar를 직접 실행해 UnsupportedClassVersionError로 실패했다 (gradle 경유 워크플로들은 toolchain이 JDK 25를 자동 조달해 무사).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📢 설명
변경 1: [제목]
[변경에 대한 설명]
의사 선택과정 (trade-off)
얻은 것
잃은 것
코드 설명: 인라인 코멘트 확인
✅ 체크 리스트
재현 확인
기본