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

Custom topologies can now access components loaded from plugins #204

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

nathanwbrei
Copy link
Collaborator

@nathanwbrei nathanwbrei commented Mar 8, 2023

Briefly, what does this PR introduce?

This fixes a design problem where custom topologies weren't able to access components loaded from plugins, due to the fact that the custom topology needs to be created before JApplication::Initialize() gets called, which includes plugin loading. We add a new setter that accepts a lambda for configuring a topology after the plugins have loaded.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?
No.

Does this PR change default behavior?
No

@cissieAB cissieAB merged commit 4d76a43 into master Mar 8, 2023
@cissieAB cissieAB deleted the nbrei_custom_topology_fix branch July 20, 2023 07:12
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.

2 participants