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

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Aug 8, 2023

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)

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)
@jamezp jamezp merged commit 7124ec2 into jboss-logging:main Aug 8, 2023
5 checks passed
@geoand geoand deleted the quarkus-#33318 branch September 5, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants