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

[master]: Stop Netty server reloading configuration on each request #8335

Merged
merged 7 commits into from Apr 18, 2018

Commits on Apr 18, 2018

  1. Stop Netty server reloading configuration on each request

    Fixes playframework#7812.
    
    The caching of the ReloadCache uses reference equality so we need
    to be more careful when passing around the Try[Application] returned
    by ApplicationProvider.get. We need to make sure we keep the same
    reference.
    
    Also did some refactoring of code while I was making these changes.
    richdougherty committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    9e48646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a65a5e8 View commit details
    Browse the repository at this point in the history
  3. Add migration note

    richdougherty committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    9e7f582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2302ca0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aeb3bae View commit details
    Browse the repository at this point in the history
  6. Add MiMa filters

    richdougherty committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    8090e63 View commit details
    Browse the repository at this point in the history
  7. Migration guide changes

    richdougherty committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    09a10f4 View commit details
    Browse the repository at this point in the history