Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: playframework/playframework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.14
Choose a base ref
...
head repository: playframework/playframework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6.15
Choose a head ref
  • 7 commits
  • 1,506 files changed
  • 2 contributors

Commits on May 22, 2018

  1. Setting version to 2.6.15-SNAPSHOT

    Play Team committed May 22, 2018
    Configuration menu
    Copy the full SHA
    c7bab44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1a5e0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Call ExecutionContext.prepare in Action.apply (#8433)

    Fixes #8224.
    
    Small change without tests which should be OK.
    Writing a unit test for this is a bit tricky
    because it may need a custom Accumulator to
    test properly. However I think it's OK to make
    this change so long as no existing unit tests
    fail.
    richdougherty authored May 23, 2018
    Configuration menu
    Copy the full SHA
    0f80f00 View commit details
    Browse the repository at this point in the history
  2. Allow users to directly configure Akka HTTP settings (#8392) (#8432)

    Fixes #8368.
    
    Refactor the AkkaHttpServer class so that more of its internal
    behavior is accessible to advanced users. Users can now extend
    this class and override behavior through protected methods.
    The custom class can be hooked into Play through the existing
    play.server.provider setting.
    
    By allowing users to change the Akka HTTP server behavior,
    particularly the server settings, we reduce the pressure on
    Play to provide a perfect and universal configuration out of
    the box. We can now provide a configuration that is right for
    most users and allow advanced users to reconfigure their
    settings as needed.
    
    For example, it is now possible to modify the Akka HTTP server's
    configuration to extend the list of HTTP methods that is
    supported. This example is shown in an integration test.
    richdougherty authored May 23, 2018
    Configuration menu
    Copy the full SHA
    94f3ea6 View commit details
    Browse the repository at this point in the history
  3. Netty upgrade (#8415) (#8434)

    Upgrade to Netty 4.1.25.Final.
    richdougherty authored May 23, 2018
    Configuration menu
    Copy the full SHA
    b785989 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    e242dd3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Setting version to 2.6.15

    Play Team committed May 25, 2018
    Configuration menu
    Copy the full SHA
    ccff2ec View commit details
    Browse the repository at this point in the history
Loading