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.17
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.18
Choose a head ref
  • 14 commits
  • 27 files changed
  • 9 contributors

Commits on Jul 18, 2018

  1. Setting version to 2.6.18-SNAPSHOT

    Play Team committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b15f52d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

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

Commits on Aug 15, 2018

  1. Lazily create SSLEngineProvider (#8551)

    * Lazily create SSLEngineProvider
    
    The creating of SSLEngineProvider and later of SSLContext can be delayed as
    much as possible so that we won't need to call ApplicationProvider.get until it is
    necessary.
    
    This fixes a problem in the integration of Play and Gradle when using HTTP in
    DEV mode.
    
    * Remove parameter and add lazy attribute
    marcospereira authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    613e4a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Add setting to configure max header value length in Akka HTTP Server (#…

    …8162)
    
    * Add setting to configure max header value length in Akka HTTP Server
    
    * Configure mima filters
    marcospereira committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    90c6b3c View commit details
    Browse the repository at this point in the history
  2. Implementation for issue #8527 (Content-Disposition of multipart/form…

    …-data too strict for some implementations) (#8530)
    
    * Implementation for issue #8527 (Content-Disposition of
    multipart/form-data too strict for some implementations)
    
    * A little bit more explanation for test case
    
    * Reset to previous Play behaviour for non-file parts (accept only
    'Content-Disposition: form-data') as discussed in issue #8527 and pull
    request #8530. This is to implement solution 2 proposed in issue #8527.
    
    * Only accept 'Content-Disposition: file' in addition to
    'Content-Disposition: form-data' for file parts as discussed in issue
    #8527 and pull request #8530. This implements solution 2 proposed in
    issue #8527.
    arneschuldt authored and marcospereira committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    188d8b6 View commit details
    Browse the repository at this point in the history
  3. Added imports for import scala.sys.process.Process (#8538)

    Recent SBT seems to interpret Process as default import java.lang.Process instead
    arneschuldt authored and marcospereira committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    7218f87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d37524 View commit details
    Browse the repository at this point in the history
  5. SBTSubProjects.md: fix contradiction about per-project build.sbt (#8547)

    * SBTSubProjects.md: fix contradiction about per-project build.sbt
    
    Really per-project build.sbt is not recommended, but it was easier to fix the false statement than to change all the examples.
    
    Also, I think subproject shouldn't be hyphenated but I used the spelling of the rest of the file.
    
    * fixup! 8c18639
    nafg authored and marcospereira committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    f095521 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1456000 View commit details
    Browse the repository at this point in the history
  7. Fix several minor typos detected by github.com/client9/misspell (#8556)

    * Fix several minor typos detected by github.com/client9/misspell
    
    * Fix a wrong correction
    
    * Fix a wrong correction
    seratch authored and marcospereira committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    67f9d0e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Bump play-enhancer plugin version in document. (#8567)

    Bump play-enhancer plugin version to 1.2.2 in document.
    tz70s authored and marcospereira committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    4927389 View commit details
    Browse the repository at this point in the history
  2. [2.6.x]: Fix sbt auto trigger when using sbt 1.1.5+ (#8558) (#8565)

    * Fix sbt auto trigger when using sbt 1.1.5+ (#8558)
    
    * Update play continuous watch to support sbt 1.1.5+
    
    From this version, sbt is using `ContinuousEventMonitor` instead of the
    old `ContinuousState`. So we need to look for this new configuration instead.
    
    Fixes #8458.
    
    * Remove unused dependency
    
    * Support all sbt 1 versions
    
    * Update interplay to 1.3.17
    marcospereira authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    27b730e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    85b5e60 View commit details
    Browse the repository at this point in the history
  2. Setting version to 2.6.18

    Play Team committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    ead6d5f View commit details
    Browse the repository at this point in the history
Loading