-
-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Important Notice
Thank you for opening an issue! Please note that, as outlined in the README, I currently only work on feature requests or bug fixes when sponsored. Balancing this project with professional and personal priorities means I have a very limited amount of effort I can divert to this project.
You must put in the work to address this issue, or it won't be addressed.
- I am willing to put in the work and submit a PR to resolve this issue.
Is your feature request related to a problem? Please describe.
I am using QueryDSL with MongoDB & Spring Boot. The code generation works well with kapt, but it seems that MongoDB is not supported on KSP. It also seems there is no equivalent to AbstractQuerydslProcessor of querydsl-apt to specify custom annotations.
Describe the solution you'd like
Either a first-class support for MongoDB annotations, or a way to provide a custom configuration (for Morphia or Spring Data support).
Describe alternatives you've considered
Keep using kapt.