-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native Build Fails When Couchbase Auditing is Enabled #1884
Comments
It should work. We build and test auditing in the integration tests. Can you attach your build dependencies file - pom.xml, build.gradle, whatever. |
Hey, sorry for the delay @mikereiche. |
Thanks. I can reproduce it. I'll investigate. Edit: The indicate error disappears when a constructor with the signature indicated is added to AuditEventListener
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.
|
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 |
I am thinking had something to do with this commit and something with Spring Boot 3.2.3 aren't playing nice together perhaps |
@cabbonizio - according to my note above, adding a constructor to AuditingEvenListener solves the issue. Not sure why I haven't done that yet. |
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. |
Hi,
On latest spring-boot version, when applied Couchbase auditing according to this article and tried build a native image image generation's failed with below trace.
When we commented out @EnableCouchbaseAuditing in the configuration class and proceeded with image generation image's been successfully built without any exceptions.
Is there any more configuration for native build generation that we should follow for auditing support?
The text was updated successfully, but these errors were encountered: