jhipster / generator-jhipster-quarkus

Quarkus blueprint for JHipster
https://www.jhipster.tech/blueprints/quarkus/
Apache License 2.0
140 stars 55 forks source link

Missing imports when generating quarkus with mongodb #363

Open geyuqiu opened 3 months ago

geyuqiu commented 3 months ago

Describe the bug

imports of @query, Page Pageable, @DBRef, @Field, List are all missing in domain/*.java annotated with @mongoEntity

To Reproduce Steps to reproduce the behavior:

jhipster-quarkus

Expected behavior app is generated without any warnings but java code does not compile

Desktop (please complete the following information):

Additional context native queries in form of spring jpa are currently not supported in quarkus

Label.json .yo-rc.json