line / kotlin-jdsl

Kotlin library that makes it easy to build and execute queries without generated metamodel
https://kotlin-jdsl.gitbook.io/docs/
Apache License 2.0
711 stars 88 forks source link

spring boot 3.0(spring 6) 관련 javax.persistence.* 패키지명 변경 이슈 #146

Closed kgeneral closed 1 year ago

kgeneral commented 1 year ago

jdsl 사용 중인 프로젝트를 spring boot 3 로 올린 이후 config 나 jointype 등 패키지명 관련 오류가 발생하는거 같네요. 아래로 일괄적으로 수정 되면 정상 동작되지 않을까 싶긴한데 확인 한번 부탁드려요.

javax.persistence.* -> jakarta.persistence.*

kgeneral commented 1 year ago

중복으로 판단되어 close합니다.