Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce extra indirection in ObjectBuilder$ModuleFinder
The reason this is done is to allow ObjectBuilder$ModuleFinder the class to be loaded and initialized even when JBoss Modules is not present on the classpath. The ultimate goal of this is to allow for Quarkus to substitute the method when building a native image and fix the problem mentioned in quarkusio/quarkus#33318 (comment)
- Loading branch information