Skip to content
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

ReflectiveHierarchyStep - io.vertx.core.json JsonArray/JsonObject, PanacheEntity #1820

Closed
rsvoboda opened this issue Apr 2, 2019 · 3 comments
Assignees
Labels
Projects
Milestone

Comments

@rsvoboda
Copy link
Member

rsvoboda commented Apr 2, 2019

When running QS I see warnings for [io.quarkus.deployment.steps.ReflectiveHierarchyStep] Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index

Reported classes
- io.quarkus.hibernate.orm.panache.PanacheEntity
- io.vertx.core.json.JsonArray
- io.vertx.core.json.JsonObject

Similar changes were done for #385 via #517 by @gsmet

@FroMage
Copy link
Member

FroMage commented Apr 3, 2019

I'm not sure I understand this TBH. @gsmet you do?

@gsmet
Copy link
Member

gsmet commented Apr 3, 2019

Ah ah, funny. Just saw this issue and I already added an ignore rule for the Vert-x ones here: #1833 .

As for PanacheEntity, I plan to fix it as part of my review of #1654 .

@gsmet gsmet self-assigned this Apr 3, 2019
@gsmet gsmet added this to the 0.13.0 milestone Apr 4, 2019
@gsmet
Copy link
Member

gsmet commented Apr 4, 2019

This is now fixed by the PRs mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Reactive
  
Done
Development

No branches or pull requests

3 participants