### Description https://github.com/quarkusio/quarkus/pull/42205 introduced a new json entry to the Quarkus-generated config files passed to GraalVM native-image. The said entry is called `reasons` while GraalVM's `reachability-metadata.json` uses `reason`. Reported by @linghengqian ### Implementation ideas _No response_