GithubHelp home page GithubHelp logo

Comments (6)

wilkinsona avatar wilkinsona commented on April 29, 2024 2

This regression is caused by this change in Spring Data Couchbase. Please open a Spring Data Couchbase issue so that it can be addressed.

In the meantime, you can work around it by adding a dependency on querydsl-apt:

<dependency>
    <groupId>com.querydsl</groupId>
    <artifactId>querydsl-apt</artifactId>
</dependency>

Another option may be to configure Maven's compiler plugin to disable annotation processing or to only run certain processors. I don't think Gradle users will be affected as Gradle does not use the compile classpath for annotation processor discovery.

from spring-boot.

mikereiche avatar mikereiche commented on April 29, 2024 1

The fix I put in yesterday was to change the signature of AuditingListenerFactory. Not related to querydsl.

from spring-boot.

cabbonizio avatar cabbonizio commented on April 29, 2024

Hi all, Mike Reiche from spring data couchbase already put in a fix for this yesterday. I'm not at my computer but will post a link to the issue so things can be linked.

from spring-boot.

cabbonizio avatar cabbonizio commented on April 29, 2024

Here's the PR I believe that will fix this:

spring-projects/spring-data-couchbase#1908

from spring-boot.

juliojgd avatar juliojgd commented on April 29, 2024

Here's the PR I believe that will fix this:

spring-projects/spring-data-couchbase#1908

Are you sure? I can't find the relation between spring-projects/spring-data-couchbase#1908 and this problem.

from spring-boot.

cabbonizio avatar cabbonizio commented on April 29, 2024

@juliojgd this is what I heard from Mike Reiche yesterday, but I think it's good you opened that issue on Spring Data Couchbase side to spread the awareness.

from spring-boot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.