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

Register hierarchy of io.quarkus.maven.ArtifactKey #16330

Merged
merged 1 commit into from Apr 8, 2021

Conversation

gastaldi
Copy link
Contributor

@gastaldi gastaldi commented Apr 7, 2021

This is needed to fix the following warning when compiling to native:

[WARNING] [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:
	- io.quarkus.maven.ArtifactKey (source: JacksonProcessor > io.quarkus.registry.catalog.json.JsonArtifactCoordsMixin)
Consider adding them to the index either by creating a Jandex index for your dependency via the Maven plugin, an empty META-INF/beans.xml or quarkus.index-dependency properties.

This is needed to fix the following warning when compiling to native:
```
[WARNING] [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:
	- io.quarkus.maven.ArtifactKey (source: JacksonProcessor > io.quarkus.registry.catalog.json.JsonArtifactCoordsMixin)
Consider adding them to the index either by creating a Jandex index for your dependency via the Maven plugin, an empty META-INF/beans.xml or quarkus.index-dependency properties.
```
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 7, 2021

Thanks for your pull request!

The title of your pull request does not follow our editorial rules. Could you have a look?

  • title should not end up with dot

This message is automatically generated by a bot.

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform labels Apr 7, 2021
@gastaldi gastaldi changed the title Register hierarchy of io.quarkus.maven.ArtifactKey. Register hierarchy of io.quarkus.maven.ArtifactKey Apr 7, 2021
@gsmet gsmet merged commit 102f330 into quarkusio:main Apr 8, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Apr 8, 2021
@gastaldi gastaldi deleted the artifact_api_jandex branch April 8, 2021 18:37
@gsmet gsmet modified the milestones: 2.0 - main, 1.13.2.Final Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants