You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In 1.6.1.Final the maven build don't show any warning, but changing the version to 1.7.0.CR1 triggers a WARNING about com.fasterxml.jackson.databind.JsonNode that is not in the index.
Is a multi-module project using RESTEasy, so I would assume there is the ignore for ReflectiveHierarchyStep set.
Expected behavior
No log warning message.
Actual behavior
[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:
- com.fasterxml.jackson.databind.JsonNode (source: io.fabric8.kubernetes.api.model.HasMetadata)
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.");.
To Reproduce
** Not sure how to reproduce it easily **
Environment (please complete the following information):
Output of uname -a or ver: Linux qk 5.4.0-42-generic Add proper logging #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Output of java -version: OpenJDK Runtime Environment GraalVM CE 20.1.0 (build 11.0.7+10-jvmci-20.1-b02)
GraalVM version (if different from Java):
Quarkus version or git rev: 1.7.0.CR1
Build tool (ie. output of mvnw --version or gradlew --version): 3.6.3
The text was updated successfully, but these errors were encountered:
Describe the bug
In 1.6.1.Final the maven build don't show any warning, but changing the version to 1.7.0.CR1 triggers a WARNING about
com.fasterxml.jackson.databind.JsonNode
that is not in the index.Is a multi-module project using RESTEasy, so I would assume there is the ignore for ReflectiveHierarchyStep set.
Expected behavior
No log warning message.
Actual behavior
To Reproduce
** Not sure how to reproduce it easily **
Environment (please complete the following information):
uname -a
orver
: Linux qk 5.4.0-42-generic Add proper logging #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxjava -version
: OpenJDK Runtime Environment GraalVM CE 20.1.0 (build 11.0.7+10-jvmci-20.1-b02)mvnw --version
orgradlew --version
): 3.6.3The text was updated successfully, but these errors were encountered: