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.10
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.11
Choose a head ref
  • 15 commits
  • 46 files changed
  • 9 contributors

Commits on Dec 21, 2017

  1. Setting version to 2.6.11-SNAPSHOT

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

Commits on Dec 23, 2017

  1. Upgrade netty (#8112)

    mkurz authored and gmethvin committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    4f83836 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Upgrade jackson (#8126)

    mkurz authored and marcospereira committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    c99e6bb View commit details
    Browse the repository at this point in the history
  2. fix Results class name (#8119)

    The link to `play.mvc.Results` class methods is correct, but its name in the text is `play.mvc.Result`, which is not correct. This can be misleading since there's a different class named `play.mvc.Result` with its own methods.
    scadgek authored and marcospereira committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    587bc80 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Correcte play-doc link (#8132)

    btrice authored and marcospereira committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    74f2d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30f712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a2e140 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

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

Commits on Jan 6, 2018

  1. add play.api.Configuration#load to the public API (#8138)

    * add `play.api.Configuration#load` to the public API
    
    Allows for clients which don't require a configuration to be defined.
    
    * fixes style
    
    * fix style
    
    * fix style
    erip authored and gmethvin committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    ff2df6b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Fix akka-http server configuration for request timeout (#8137)

    * Fix akka-http server configuration for request timeout
    
    * Use "infinite" as the default value for timeouts
    marcospereira committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    4fd249d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. [2.6.x] Allow @repeatable Java action annotations (#8144)

    * Allow @repeatable Java action annotations
    
    * Smaller and more focused tests
    
    * Backport AnnotationUtils class introduced in #8063
    mkurz authored and marcospereira committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    be93544 View commit details
    Browse the repository at this point in the history
  2. [2.6.x] Support evolutions scripts prefixed with zeros (#8142)

    * Support evolutions scripts prefixed with zeros (01.sql, 001.sql, etc.)
    
    * No need for getExistingFile() + recursion + log warning
    
    * Added tests
    mkurz authored and marcospereira committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    6ad074c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    46372a6 View commit details
    Browse the repository at this point in the history
  2. Upgrade HikariCP (#8146)

    Needs backport
    mkurz authored and marcospereira committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    53e676e View commit details
    Browse the repository at this point in the history
  3. Setting version to 2.6.11

    Play Team committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    c2852b8 View commit details
    Browse the repository at this point in the history
Loading