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.16
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.17
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 16, 2018

  1. Setting version to 2.6.17-SNAPSHOT

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

Commits on Jul 17, 2018

  1. Update ScalaConfig.md (#8521)

    Removed a repeated phrase in documentation
    NickBlow authored and marcospereira committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    b7c8e42 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. [2.6.x]: Handle database not available in Prod/Dev/Test modes (#8524)

    * Handle database not available in Prod/Dev/Test modes (#8522)
    
    In #8497 we did not handle other modes besides test. In Prod and Dev
    modes, there is a log entry that requires the database URL and, to get
    the database URL, Play was trying to get datasource metadata, which
    requires a connection.
    
    Then the log entry forced the database connection pool to initialize
    and fail. The new implementation gets the configured URL instead.
    
    * Format and cherry-pick miss
    marcospereira authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b48d291 View commit details
    Browse the repository at this point in the history
  2. Setting version to 2.6.17

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