Hyunsik Kang

Results 18 comments of Hyunsik Kang

no i just wrote issue

We are currently debating whether to support the rest except for the jpa specification. However, nothing has been confirmed yet.

The hibernate 6 version has changed to jakarta, so it is difficult to apply right away.

It seems that logback 1.4.x version is not yet supported by spring boot. If it is supported in the future, we will need to check again.

The eclipselink 3 version has changed to jakarta, so it is difficult to apply right away.

@syleeeee hello. There are PR messages asking to agree to the CLA. How can we solve this? please review this pr. https://github.com/line/kotlin-jdsl/pull/83

oh.. thanks problem solved.

[cross join example](https://github.com/line/kotlin-jdsl/blob/main/test-fixture/integration/src/main/kotlin/com/linecorp/kotlinjdsl/test/integration/criteriaquery/AbstractJoinDslTest.kt#L89) If you look at this code, non-associative joins are possible through the on clause of join , even if there is no direct association with each other....

@blafond, @DavideD Hello. I am a developer of [kotlin-jdsl](https://github.com/line/kotlin-jdsl). Hibernate-reactive does not officially support h2 db, so I went in after seeing the above issue and changed the settings to...