-
Notifications
You must be signed in to change notification settings - Fork 191
Compilation error due to QueryDSL annotation processor in Spring Data Couchbase 5.2.4 #1929
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
Milestone
Comments
Can you provide that please. The dependency was removed because of #1917 |
Is the solution to add |
That should do it, provided the assumption is that all clients are on
jakarta libs, which I think is what Spring Boot 3.x requires anyway,
…On Thu, Apr 4, 2024 at 12:52 PM Michael Reiche ***@***.***> wrote:
Is the solution to add <classifier>jakarta</classifier> in the dependency
for querydsl in spring-data-couchbase?
—
Reply to this email directly, view it on GitHub
<#1929 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUM7TTJQNQHSRM6DMAY4F3Y3WAMPAVCNFSM6AAAAABFVOQGTWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXG4YTCNZZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
mikereiche
added a commit
that referenced
this issue
Apr 5, 2024
mikereiche
added a commit
that referenced
this issue
Apr 6, 2024
mikereiche
added a commit
that referenced
this issue
Apr 8, 2024
mikereiche
added a commit
that referenced
this issue
Apr 8, 2024
mikereiche
added a commit
that referenced
this issue
Apr 8, 2024
mikereiche
added a commit
that referenced
this issue
Apr 8, 2024
Merged
mikereiche
added a commit
that referenced
this issue
Apr 11, 2024
mikereiche
added a commit
that referenced
this issue
Apr 11, 2024
mikereiche
added a commit
that referenced
this issue
Apr 11, 2024
This is the fix to exclude javax.inject, but not have CouchbaseAnnotationProcessor fail when it is missing - instead just output a warning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We just upgraded to Spring Boot 3.2.4 and Spring Data Couchbase 5.2.4. We are getting the compilation error below. Adding that javax dependency is not an option since we migrated to jakarta. There also does not seem to be an obvious way to disable QueryDSL annotation processing, at least not with Maven. We are really not interested in using QueryDSL with Couchbase.
I temporarily got around the issue by doing this:
Our previous version was 5.2.2, so something changed from 5.2.2 -> 5.2.4 that causes this.
The error is pretty easy to replicate with a minimal project (that does not include the legacy javax library).
The text was updated successfully, but these errors were encountered: