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/play-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.7
Choose a base ref
...
head repository: playframework/play-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.8
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 2, 2025

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

Commits on Jul 4, 2025

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

Commits on Jul 5, 2025

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

Commits on Jul 7, 2025

  1. Remove frequency from scala steward conf (#1143) (#1197)

    (cherry picked from commit bba4098)
    
    # Conflicts:
    #	.github/scala-steward.conf
    
    Co-authored-by: Matthias Kurz <m.kurz@irregular.at>
    mergify[bot] and mkurz authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    19eaddd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

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

Commits on Aug 19, 2025

  1. [2.10.x] Bump actions/checkout from 4 to 5 (#1209)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    0c96564 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. [2.10.x] Patch updates (#1214)

    * [2.10.x] sbt-ci-release 1.11.2 (was 1.11.1)
    
    * [2.10.x] sbt 1.11.6 (was 1.11.3)
    
    * [2.10.x] scalafmt-core 3.9.9 (was 3.9.8)
    mkurz authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    a0195e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

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

Commits on Sep 29, 2025

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

Commits on Oct 10, 2025

  1. Avoid running out of memory when parsing heavily nested arrays or obj…

    …ects (#1226)
    
    Just like Jackson 2.15+ we restrict the maximum allowed number of nested arrays or
    objects (or mixed) to 1000. This default can be changed via a sys property.
    1000 should be enough for most real world use cases.
    Note this is about OutOfMemoryError's, not about StackOverflowError's.
    StackOverflowError's are not a problem since we use a @tailrec optimized
    method. Therefore this fix is not 100% about CVE-2025-52999 (which in
    theory we do not run into) but just an additional precaution.
    mkurz authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    9722c66 View commit details
    Browse the repository at this point in the history
  2. Fix flaky tests (#1229) (#1230)

    (cherry picked from commit 84b6377)
    
    Co-authored-by: Matthias Kurz <m.kurz@irregular.at>
    mergify[bot] and mkurz authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    c29c8e0 View commit details
    Browse the repository at this point in the history
  3. [2.10.x] Patch updates (#1232)

    * [2.10.x] logback-classic 1.5.19 (was 1.5.18)
    
    * [2.10.x] play-docs-sbt-plugin 2.9.9 (was 2.9.8)
    
    * [2.10.x] sbt 1.11.7 (was 1.11.6)
    
    * [2.10.x] scalafmt-core 3.9.10 (was 3.9.9)
    mkurz authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    18f1649 View commit details
    Browse the repository at this point in the history
Loading