GithubHelp home page GithubHelp logo

Comments (7)

mikereiche avatar mikereiche commented on May 19, 2024

It should work. We build and test auditing in the integration tests. Can you attach your build dependencies file - pom.xml, build.gradle, whatever.

from spring-data-couchbase.

korkutkose avatar korkutkose commented on May 19, 2024

Hey, sorry for the delay @mikereiche.
I'll do better. Here's the minimal replicator project for the issue.
korkutkose/couchbase-demo

from spring-data-couchbase.

mikereiche avatar mikereiche commented on May 19, 2024

Thanks. I can reproduce it. I'll investigate.

Edit: The indicate error disappears when a constructor with the signature indicated is added to AuditEventListener

	public AuditingEventListener(ObjectFactory<Object> auditingHandlerFactory) {
		Assert.notNull(auditingHandlerFactory, "IsNewAwareAuditingHandler must not be null!");
		this.auditingHandlerFactory = (ObjectFactory<Object>) auditingHandlerFactory;
	}

Note to self: The following error occurs when running 3.2.1 spring boot with 5.3.0-SNAPSHOT spring-data-couchbase. Using the correct (5.2.1) spring data couchbase the error does not occurr.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project couchbase-demo: Compilation failure
[ERROR] Bad service configuration file, or exception thrown while constructing Processor object: com/querydsl/apt/AbstractQuerydslProcessor

from spring-data-couchbase.

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.