Describe the bug
When starting a Quarkus application, it displays the warning:
Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:
java.math.BigDecimal
Expected behavior
No warning should be displayed and BigDecimal should be automatically registered for reflection.
Actual behavior
The warning is displayed and (need to check this) the BigDecimal is not automatically registered for reflection.
Describe the bug When starting a Quarkus application, it displays the warning: Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:
Expected behavior No warning should be displayed and BigDecimal should be automatically registered for reflection.
Actual behavior The warning is displayed and (need to check this) the BigDecimal is not automatically registered for reflection.
To Reproduce A simple Quarkus application with just two classes are enough to reproduce it. It is here https://stackoverflow.com/questions/61659029/quarkus-warning-about-reflection-of-bigdecimal
Environment (please complete the following information): Quarkus 1.4.2.Final. It does not happen on Quarkus 1.4.1.Final
https://github.com/quarkusio/quarkus/issues/9189
$upstream:9189$