Comment From: wilkinsona
The changes that I think are necessary are in this branch. I've hit a small snag as SDC's ValidatingCouchbaseEventListener
has been changed from using a javax.validation.Validator
to a org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
. Ideally it would use a jakarta.validation.Validator
. I've reached out to @mikereiche on Slack.
Comment From: wilkinsona
When this is fixed, the release notes should be updated as they currently state that support for SD Couchbase has been removed.
Comment From: mikereiche
Looking...
Comment From: wilkinsona
I've updated the release notes.