Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore/java-version-11] jdk 11 & spring boot 2.7.x 다운 그레이 #12

Closed
Qbeom0925 opened this issue Aug 30, 2023 · 1 comment
Closed
Assignees
Labels
Setting 환경 설정

Comments

@Qbeom0925
Copy link
Member

Qbeom0925 commented Aug 30, 2023

자바 버전을 다운그레이를 결정하였습니다.
이유는 스프링에서 자바의 공식 라이브러리에 대한 몽고디비에서 개인접근 방식을 가져가면서 스프링 충돌이 발생했습니다.

현재 두가지의 선택 사항이 있습니다.

  1. JDK 17 현상 유지 : Java VMOption으로 아래의 코드를 추가해야하는 문제가 있습니다.
    --add-opens java.base/java.time=ALL-UNNAMED --add-opens java.desktop/java.awt.geom=ALL-UNNAMED --add-opens java.desktop/sun.awt.geom=ALL-UNNAMED -Duser.timezone=Asia/Seoul

  2. JDK 11 다운그레이

테스트 환경에서 커스텀이 문제가 발생할 것으로 예상됩니다. 아래의 링크는 spring boot mongodb 에서 올라온 이슈인데 해결이 되지 않는 이슈로 남아있어서 2번으로 선택하였습니다.

Reference.
스크린샷 2023-08-30 오전 11 28 49
spring-projects/spring-data-mongodb#4204

@Qbeom0925 Qbeom0925 added the Setting 환경 설정 label Aug 30, 2023
@Qbeom0925 Qbeom0925 self-assigned this Aug 30, 2023
@Qbeom0925 Qbeom0925 changed the title [chore/java-version-11] [chore/java-version-11] jdk 11다운그레이 Aug 30, 2023
@Qbeom0925 Qbeom0925 changed the title [chore/java-version-11] jdk 11다운그레이 [chore/java-version-11] jdk 11 & spring boot 2.7.x 다운 그레이 Aug 30, 2023
dldmsql added a commit that referenced this issue Aug 30, 2023
github-actions 오픈소스 중 mongodb를 도커 컨테이너로 구동시키는 것을 추가 및 자바 버전 다운그레이드에 맞게 변경
@dldmsql
Copy link
Member

dldmsql commented Aug 30, 2023

github-actions/mongo 오픈소스 참고해서 추가하였습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Setting 환경 설정
Projects
None yet
Development

No branches or pull requests

2 participants