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: zenbones/msgpack-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: msgpack/msgpack-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 8 files changed
  • 5 contributors

Commits on May 3, 2026

  1. Configuration menu
    Copy the full SHA
    6138862 View commit details
    Browse the repository at this point in the history
  2. Bump dorny/paths-filter from 3 to 4 (msgpack#963)

    Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3 to 4.
    - [Release notes](https://github.com/dorny/paths-filter/releases)
    - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
    - [Commits](dorny/paths-filter@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: dorny/paths-filter
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2026
    Configuration menu
    Copy the full SHA
    eeee7d9 View commit details
    Browse the repository at this point in the history
  3. Update scalafmt-core to 3.10.7 (msgpack#954)

    * Update scalafmt-core to 3.10.7
    
    * Reformat with scalafmt 3.10.7
    
    Executed command: scalafmt --non-interactive
    
    * Add 'Reformat with scalafmt 3.10.7' to .git-blame-ignore-revs
    scala-steward authored May 3, 2026
    Configuration menu
    Copy the full SHA
    61fbea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d2220 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2fbe5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14b428a View commit details
    Browse the repository at this point in the history
  7. Update sbt-scalafmt to 2.6.0 (msgpack#967)

    Co-authored-by: Taro L. Saito <[email protected]>
    scala-steward and xerial authored May 3, 2026
    Configuration menu
    Copy the full SHA
    2a134c3 View commit details
    Browse the repository at this point in the history
  8. Update junit-vintage-engine to 5.14.4 (msgpack#973)

    Aligns junit-vintage with the junit-jupiter 5.14.4 update merged in msgpack#969.
    Supersedes msgpack#970 (had merge conflict against main).
    xerial authored May 3, 2026
    Configuration menu
    Copy the full SHA
    0b0ee35 View commit details
    Browse the repository at this point in the history
  9. Fix: Remove sun and android.os packages from Import-Package header of… (

    msgpack#958)
    
    Fix: Remove sun and android.os packages from Import-Package header of MANIFEST.MF
    spp4keba authored May 3, 2026
    Configuration menu
    Copy the full SHA
    ca3fa54 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. Add auto-merge workflow for Dependabot and Scala Steward PRs (msgpack…

    …#979)
    
    * Add: auto-merge workflow for Dependabot and Scala Steward PRs
    
    Mirrors the wvlet/uni auto-merge pattern, adapted for this repo:
    - Uses pull_request_target so GITHUB_TOKEN gets the declared write
      permissions on Dependabot-authored PRs (avoids needing a GitHub App).
    - Skips Dependabot major-version bumps via dependabot/fetch-metadata.
    - Skips Scala Steward PRs labeled semver-major.
    - Squash-merges via --auto, so GitHub waits for required checks and
      reviews before merging.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
    
    * Drop Scala Steward auto-merge job
    
    The semver-major label guard was a no-op: this repo's Scala Steward PRs
    only carry library-update (and sometimes internal), so the guard would
    have auto-merged every Scala Steward PR including major bumps. Defer
    Scala Steward auto-merge until the repo has proper semver labeling
    configured.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
    
    * Add Scala Steward auto-merge job
    
    Restore the Scala Steward auto-merge job dropped in the previous commit.
    Guards on both `semver-major` and `early-semver-major` labels for forward
    compatibility with future label setup. Until those labels are configured,
    the guard is effectively a no-op (matching wvlet/uni's behavior); a
    follow-up can tighten this by adding the labels to the repo and
    configuring Scala Steward to apply them.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
    xerial and claude authored May 5, 2026
    Configuration menu
    Copy the full SHA
    73d59ee View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Configuration menu
    Copy the full SHA
    5ce2d79 View commit details
    Browse the repository at this point in the history
  2. Update scalafmt-core to 3.11.1 (msgpack#981)

    * Update scalafmt-core to 3.11.1
    
    * Reformat with scalafmt 3.11.1
    
    Executed command: scalafmt --non-interactive
    
    * Add 'Reformat with scalafmt 3.11.1' to .git-blame-ignore-revs
    scala-steward authored May 11, 2026
    Configuration menu
    Copy the full SHA
    76aeb33 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2026

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