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: msgpack/msgpack-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.5
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: v0.9.6
Choose a head ref
  • 12 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 2, 2023

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

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    cdfe139 View commit details
    Browse the repository at this point in the history
  2. Switch the default branch from develop to main (#755)

    * Switch the default branch from develop to main
    
    * Revert unnecessary changes
    xerial authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1e0eaff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f7bc87 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    72eb1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511c4d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    e6d016a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea9d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c79ef24 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    c2c3a8f View commit details
    Browse the repository at this point in the history
  2. feature: Support JDK21 (and drop JDK7 support) (#765)

    * feature: Support JDK21
    * JDK21 doesn't support -source 1.7 option any more
    * Upgrade to Scala 2.13.12, which supports JDK21
    * Use DirectByteBuffer(long, long) in JDK21
    xerial authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    ba1beab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3929eb3 View commit details
    Browse the repository at this point in the history
Loading