-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Support manual glue class registration #3120
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
base: main
Are you sure you want to change the base?
Conversation
| * @param glueClassNames The classes of glue to be loaded. | ||
| */ | ||
| default void loadGlueClasses(Glue glue, Set<String> glueClassNames) { | ||
| // TODO: Refactor out a request object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO:
- Refactor out a request object.
|
|
||
| public RuntimeOptionsBuilder addGlueClass(String glueClassName) { | ||
| // TODO: Support Class<?> ? | ||
| parsedGlueClasses.add(glueClassName); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO:
- Also support classes.
How to deal with class loading?
b03dd28 to
c3ddc6f
Compare
| } | ||
|
|
||
| @Override | ||
| public Set<String> getGlueClasses() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a test
| } | ||
|
|
||
| @Override | ||
| public void loadGlueClasses(Glue glue, Set<String> glueClassNames) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a test
π€ What's changed?
β‘οΈ What's your motivation?
Closes: #3118
π·οΈ What kind of change is this?
β»οΈ Anything particular you want feedback on?
π Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.