Coder Social home page Coder Social logo

Comments (7)

mikereiche avatar mikereiche commented on May 24, 2024 1

@cabbonizio - according to my note above, adding a constructor to AuditingEvenListener solves the issue. Not sure why I haven't done that yet.

from spring-data-couchbase.

mikereiche avatar mikereiche commented on May 24, 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 24, 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 24, 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.

cabbonizio avatar cabbonizio commented on May 24, 2024

I just upgraded to Spring Boot 3.2.3 and first time I am seeing this error. I have not seen this error prior to this version of spring boot

from spring-data-couchbase.

cabbonizio avatar cabbonizio commented on May 24, 2024

I am thinking had something to do with this commit and something with Spring Boot 3.2.3 aren't playing nice together perhaps

86713c5

from spring-data-couchbase.

cabbonizio avatar cabbonizio commented on May 24, 2024

Ok, got it now I just saw your commit. Thanks for the response. For now, I may upgrade to Spring Boot 3.2.3 but downgrade SDC to 5.2.2 for now.

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.