[chore/#350] Java 11→17 업그레이드 및 빌드 환경 개선#359
Merged
Merged
Conversation
* build.gradle - Java Toolchain 적용: targetCompatibility 설정을 제거하고 Java Toolchain을 사용하여 빌드 환경의 일관성 보장 - Spring Security 의존성 정리: spring-security-core:5.1.6.RELEASE 직접 지정을 제거하고, Java 17과의 호환성을 위해 Spring Boot BOM이 관리하는 버전 사용 * Dockerfile - Base Image 업데이트: 베이스 이미지를 JDK 17 버전으로 변경 * GitHub Workflows - JDK 버전 및 배포판 변경: Java 버전을 17로 변경하고, AdoptOpenJDK가 Eclipse Temurin으로 이전됨에 따라 공식 권장 배포판인 Eclipse Temurin을 사용하도록 변경 Refs InhaBas#350
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.
Refs #350
Clean build 테스트 통과 확인했습니다.