Skip to content

Conversation

@agree0002
Copy link
Contributor

  • 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 #350

Clean build 테스트 통과 확인했습니다.

* 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
@agree0002 agree0002 self-assigned this Sep 24, 2025
@agree0002 agree0002 merged commit a2827b4 into InhaBas:master Sep 24, 2025
2 checks passed
@agree0002 agree0002 deleted the chore/#350 branch September 24, 2025 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant