snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

BigDecimal might not be automatically registered for reflection #84

Closed snowdrop-bot closed 4 years ago

snowdrop-bot commented 4 years ago

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$