-
Notifications
You must be signed in to change notification settings - Fork 191
Better Annotation Processing for QueryDSL #1870
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
Labels
status: waiting-for-triage
An issue we've not yet triaged
Comments
babltiga
added a commit
to babltiga/spring-data-couchbase
that referenced
this issue
Nov 19, 2023
babltiga
added a commit
to babltiga/spring-data-couchbase
that referenced
this issue
Nov 19, 2023
5 tasks
I'm on vacation. I'll look at this next week |
mikereiche
pushed a commit
that referenced
this issue
Nov 28, 2023
micopiira
pushed a commit
to micopiira/spring-data-couchbase
that referenced
this issue
Dec 9, 2023
mikereiche
pushed a commit
that referenced
this issue
Jan 18, 2024
mikereiche
pushed a commit
that referenced
this issue
Jan 18, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the annotation processing for QueryDSL is done via
CouchbaseAnnotationProcessor
which is not "auto-discovery" enabled, which makes it hard to use in gradle and maven projects, as it requires some advanced configuration. I propose we add theCouchbaseAnnotationProcessor
to theMETA-INF/services/javax.annotation.processing.Processor
file so it can be auto-discovered if the jar is added as an annotation processor on the project.So project configuration can be as simple as
For Maven projects
Gradle projects
Will push a PR with a proposal.
The text was updated successfully, but these errors were encountered: