-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add DataMapping annotation and new configuration #34
Conversation
roq-data/deployment/src/main/java/io/quarkiverse/roq/data/deployment/RoqDataConfig.java
Show resolved
Hide resolved
e9046b3
to
a84021d
Compare
I will squash it after because I mentioned a commit in Zulip. |
.done()); | ||
} else if (roqDataMapping.getData() instanceof JsonArray array) { | ||
|
||
if (roqDataMapping.isRecord()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mcruzdev is it ready for review? |
roq-data/deployment/src/main/java/io/quarkiverse/roq/data/deployment/ReadRoqDataProcessor.java
Outdated
Show resolved
Hide resolved
sorry @ia3andy @melloware I'm still on vacation. But now we can use parent mapping. I think you can take a initial looking. |
I will give it a try today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff!!! Thanks @mcruzdev you roq!
I am getting ClassNotFound exception on a trial local project. I think you need to use Jandex to locate the class:
https://quarkus.io/guides/writing-extensions#scanning-deployments-using-jandex
Could you also add the doc section about data (just add a new page with an index like we do on web-bundler or quinoa, we'll add the rest of the content late)? -- if we don't start it it will be too much to catch up..
@mcruzdev add the doc in another PR ;-) |
Add DataMapping annotation and new configuration
Fixes #19