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

Use extension loader to load renderers #542

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Jul 29, 2024

The renderers should ideally be loaded via the extension mechanism rather than hard-coding the load of each class.

This also enables the ability to add future renderers without changes to the code that loads them.

Closes #541

The renderers should ideally be loaded via the extension mechanism
rather than hard-coding the load of each class.

This also enables the ability to add future renderers without
changes to the code that loads them.

Closes securesauce#541

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit 606d4f3 into securesauce:main Jul 29, 2024
7 checks passed
@ericwb ericwb deleted the renderer_extension branch July 29, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redo renderers to be extensions entry_points
1 participant