Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce extra indirection in ObjectBuilder$ModuleFinder #426

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. 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)
    geoand committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7afd61a View commit details
    Browse the repository at this point in the history