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

fix: recreate services instances (Fixes #9) #11

Closed
wants to merge 1 commit into from

Commits on May 31, 2022

  1. fix: recreate services instances (Fixes serenity-bdd#9)

    Due to gradle starting by default as daemon and many services configured guice singletons, configuration is read only on first gradle run. If these services are not explicitly reset, serenity configuration changes are ignored on subsequent gradle runs.
    
    This commit fixes serenity-bdd#9. It instructs guice to recreate many of these services when they are requested instead of reusing them.
    gallardo committed May 31, 2022
    Configuration menu
    Copy the full SHA
    43e1e87 View commit details
    Browse the repository at this point in the history