-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Comparing changes
Open a pull request
base repository: playframework/playframework
base: 2.6.9
head repository: playframework/playframework
compare: 2.6.10
- 12 commits
- 19 files changed
- 6 contributors
Commits on Dec 9, 2017
-
Setting version to 2.6.10-SNAPSHOT
Play Team committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 0bda993 - Browse repository at this point
Copy the full SHA 0bda993View commit details
Commits on Dec 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3a766fb - Browse repository at this point
Copy the full SHA 3a766fbView commit details
Commits on Dec 13, 2017
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 63d24d9 - Browse repository at this point
Copy the full SHA 63d24d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d784e9 - Browse repository at this point
Copy the full SHA 3d784e9View commit details
Commits on Dec 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a2a8903 - Browse repository at this point
Copy the full SHA a2a8903View commit details
Commits on Dec 19, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 0862e24 - Browse repository at this point
Copy the full SHA 0862e24View commit details -
Stop overriding run-coordinated-shutdown-when-down (#8105)
Ensure that Akka, Play and Lagom all default to enabling coordinated shutdown when downing.
Configuration menu - View commit details
-
Copy full SHA for 3eca0e0 - Browse repository at this point
Copy the full SHA 3eca0e0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6ae931e - Browse repository at this point
Copy the full SHA 6ae931eView commit details
Commits on Dec 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a478f59 - Browse repository at this point
Copy the full SHA a478f59View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2dc7f31 - Browse repository at this point
Copy the full SHA 2dc7f31View commit details
Commits on Dec 21, 2017
-
Fix documentation server run (#8102)
Using regular routes instead of WebCommands.
Configuration menu - View commit details
-
Copy full SHA for a34a291 - Browse repository at this point
Copy the full SHA a34a291View commit details -
Play Team committed
Dec 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 50257d1 - Browse repository at this point
Copy the full SHA 50257d1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.6.9...2.6.10