Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This gets rid of the warning when compiling an app to native that depends on it: ```bash [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.dependency.ArtifactCoords (source: JacksonProcessor > io.quarkus.registry.config.RegistriesConfigImpl$Builder) - io.quarkus.maven.dependency.ArtifactKey (source: JacksonProcessor > io.quarkus.registry.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. ``` (cherry picked from commit e8e7992)
- Loading branch information