I've tried to setup Code Quarkus to compile to native with master and the new resolver. It always misses some classes: https://github.com/quarkusio/code.quarkus.io/pull/194/ The reflection file is there: https://github.com/quarkusio/code.quarkus.io/pull/194/files#diff-92f9ada386b472dc5e9b8b6990b7a8a7 To reproduce: ``` $ make native // Then $./target/code.quarkus.io-1.0.0-runner ```