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

Follow up to #503 for Plugin scope to match the test bean scope #507

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

rbygrave
Copy link
Contributor

  • Rename GlobalTestScope -> GlobalTestBeans
  • Lift and rename GlobalTestScope.Pair to TestBeans
  • The plugin scope lives in TestBeans and scoped with the associated test bean scope (created together, closed together)
  • Rename PluginInitialise to PluginMgr
  • Rename TSBuild to GlobalInitialise

Note the plugin for avaje-nima creates the nima http server, so now this will be started and stopped with the associated bean scope.

- Rename GlobalTestScope -> GlobalTestBeans
- Lift and rename GlobalTestScope.Pair to TestBeans
- The plugin scope lives in TestBeans and scoped with the associated test bean scope (created together, closed together)
- Rename PluginInitialise to PluginMgr
- Rename TSBuild to GlobalInitialise

Note the plugin for avaje-nima creates the nima http server, so now this will be started and stopped with the associated bean scope.
@rbygrave rbygrave self-assigned this Feb 19, 2024
@rbygrave rbygrave added this to the 9.11 milestone Feb 19, 2024
@rbygrave rbygrave merged commit da13c75 into master Feb 19, 2024
7 checks passed
@rbygrave rbygrave deleted the feature/plugin-scoped-to-test branch February 19, 2024 19:11
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.

None yet

2 participants