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.9
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.10
Choose a head ref
  • 12 commits
  • 19 files changed
  • 6 contributors

Commits on Dec 9, 2017

  1. Setting version to 2.6.10-SNAPSHOT

    Play Team committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    0bda993 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

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

Commits on Dec 13, 2017

  1. [2.6.x]: Make InlineCache use a soft (not weak) reference (#8094)

    * Make InlineCache use a soft (not weak) reference
    
    Objects that are referenced only by a weak reference will be eagerly
    collected on the next GC run. Using a soft reference ensures that the
    referent is only collected when there is memory pressure.
    
    This should improve the utilization of the cache and reduce the need to
    repopulate it.
    
    See discussion in https://stackoverflow.com/a/299702/29470 for example.
    
    * Exclude InlineCache.cache from MiMa
    
    This variable should have been private in the first place. The class is
    private[play] so it should be safe to break binary compatibility.
    richdougherty authored and marcospereira committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    63d24d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d784e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Fix tests on 2.6.x (#8104)

    gmethvin authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    a2a8903 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Use Akka's Reason when shutting down and disable Akka JVM hooks globa…

    …lly (#8087)
    
    * Use Akka's Reason when shutting down and disable Artery
    
    * Organize imports of Akka.scala
    
    * Run the stopHook after ActorSystemProviderSpec
    ignasi35 authored and gmethvin committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    0862e24 View commit details
    Browse the repository at this point in the history
  2. Stop overriding run-coordinated-shutdown-when-down (#8105)

    Ensure that Akka, Play and Lagom all default to enabling coordinated
    shutdown when downing.
    Tim Moore authored and gmethvin committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    3eca0e0 View commit details
    Browse the repository at this point in the history
  3. Remove httpConfiguration from ServerResultUtils (#8085) (#8107)

    This field was unused. On top of that, it was reloading the
    HttpConfiguration more often than required. This could result in
    warnings about the use of deprecated config parameters such as
    `play.crypto.secret` on every connection.
    Tim Moore authored and gmethvin committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    6ae931e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    a478f59 View commit details
    Browse the repository at this point in the history
  2. Add a way to pass additional ActorSystem setup

    This can be used by Lagom to remove the need to copy and paste all of
    the ActorSystemProvider.start code in LagomApplicationLoader.scala.
    
    See https://git.io/vbM3g
    Tim Moore authored and richdougherty committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    2dc7f31 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Fix documentation server run (#8102)

    Using regular routes instead of WebCommands.
    marcospereira authored and gmethvin committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a34a291 View commit details
    Browse the repository at this point in the history
  2. Setting version to 2.6.10

    Play Team committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    50257d1 View commit details
    Browse the repository at this point in the history
Loading