spring-projects / spring-data-couchbase

Provides support to increase developer productivity in Java when using Couchbase. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-couchbase
Apache License 2.0
274 stars 190 forks source link

issue with querydsl #1910

Closed mikereiche closed 6 months ago

mikereiche commented 6 months ago

see https://github.com/spring-projects/spring-boot/issues/39740

issue is from https://github.com/spring-projects/spring-data-couchbase/commit/86713c527c0e6cf5a3fde6fa44f119cc719c9bb9 which was for https://github.com/spring-projects/spring-data-couchbase/issues/1870

Solution is to put back

<dependency>
    <groupId>com.querydsl</groupId>
    <artifactId>querydsl-apt</artifactId>
</dependency>
juliojgd commented 6 months ago

Hi @mikereiche I had already opened https://github.com/spring-projects/spring-data-couchbase/issues/1909 Close it if you want.

mikereiche commented 6 months ago

duplicate of #1909