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.19
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.20
Choose a head ref
  • 16 commits
  • 120 files changed
  • 10 contributors

Commits on Sep 10, 2018

  1. Setting version to 2.6.20-SNAPSHOT

    Play Team committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    f4ffd2f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

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

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    8ce38ef View commit details
    Browse the repository at this point in the history
  2. Remove tempFile from closure (to avoid strong reference to tempfile o…

    …bject preventing GC from triggering finalizeReferent of phantom reference) (#8614)
    alexandrtarasyuk authored and marcospereira committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    f9c05f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. [2.6.x] Fix incomplete sentence in JPA doc (#8618)

    Backports #8617 + fixed two links which are going to be fixed in #8616 for the master branch already.
    mkurz authored and octonato committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d06bc77 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    8ce8040 View commit details
    Browse the repository at this point in the history
  2. Backport 2.6.x akka 2.5 only for snapshot builds (#8634)

    [2.6.x] Akka 2.5 only for snapshot builds
    marcospereira authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    c05a65a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Missing hyperlinks to ScalaTest and specs2 pages (#8635)

    The JavaTesting page does not have any hyperlinks to the above 2 pages, so if we would like the ScalaTest and specs2 libraries to be used by Java Developers, it may be useful to have links to them.
    techmoksha authored and marcospereira committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    f6d7394 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

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

Commits on Oct 2, 2018

  1. Update to Akka 2.5.17

    (manual cherry pick of 4b6b1c3)
    marcospereira authored and octonato committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    dc3e119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71083d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01e6cfd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Backports cd56580 from master (#8653)

    #8648 didn't backport cleanly.
    
    There were 2 types of problems:
    
    1. edits on missing files (migration27.md, etc...)
    2. CONFLICTs on `javaForms` wrt validation versions (JSR-303 or JSR-380). I preferred the wording from the `2.6.x` branch which still uses `hibernate-validator % 5.4.1.Final`.
    ignasi35 authored and octonato committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    13fa21c View commit details
    Browse the repository at this point in the history
  2. Honor play settings on AkkaHttpServer for client auth in SSL (#8642)

    ## Fixes
    
    `AkkaHttpServer` didn't honour some HTTPS-related settings:
    
    ````
    play {
      server {
        # HTTPS configuration
        https {
          # Whether JSSE want client auth mode should be used. This means, the server
          # will request a client certificate, but won't fail if one isn't provided.
          wantClientAuth = false
    
          # Whether JSSE need client auth mode should be used. This means, the server
          # will request a client certificate, and will fail and terminate the session
          # if one isn't provided.
          needClientAuth = false
        }
      }
    }
    ```
    ignasi35 authored and dwijnand committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    d286269 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Lookup form helpers' _label and _name attributes in messages (#8656)

    * Lookup form helpers' _label and _name attributes in messages
    
    * Add test
    mkurz authored and marcospereira committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    0f783da View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Setting version to 2.6.20

    Play Team committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    6dc9565 View commit details
    Browse the repository at this point in the history
Loading