juniors-dev-study / domain-driven-design

1 stars 0 forks source link

[#55] 게시글 공개범위 설정 #65

Closed chanhyeong closed 2 years ago

chanhyeong commented 2 years ago

jdk15 로 구동 시

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:/Users/user/.gradle/caches/modules-2/files-2.1/com.sun.xml.bind/jaxb-impl/2.3.0.1/2e979dabb3e5e74a0686115075956391a14dece8/jaxb-impl-2.3.0.1.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

이 로그 발생

jdk17 로 띄우면 해당 클래스가 제거됐는지 실행 불가능 (NoSuchMethodException)

chanhyeong commented 2 years ago

회원가입이 안되서 보니까 제 로컬에서 gmail 보내는게 실패하고 gmail 보내는게 리스너 단인데 트랜잭션이 같이 묶여서 실패하고 있네요

제 계정 가입을 위해서 우선 리스너에 메일보내는건 주석처리하고 가입한 다음에 DB 업데이트로 계정 활성화 시켰습니다