spring-projects / spring-data-couchbase

Provides support to increase developer productivity in Java when using Couchbase. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-couchbase
Apache License 2.0
274 stars 190 forks source link

Exclude javax.inject and CB AnnotationProcessor to exit gracefully w/o. #1934

Closed mikereiche closed 5 months ago

mikereiche commented 5 months ago

CouchbaseAnnotationProcessor will provide a warning and skip generation if javax.inject is not present.

Closes #1929.