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: xerial/snappy-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.10.6
Choose a base ref
...
head repository: xerial/snappy-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 7, 2024

  1. Copy the full SHA
    341377b View commit details

Commits on Sep 10, 2024

  1. internal: use LambdaMetafactory to generate java.util.zip.CRC32C inst…

    …ances (#595)
    
    currently we have written a lambda (turns into anonymous class) which
    invokes a MethodHandle for the java.util.zip.CRC32C constructor as the
    Supplier<Checksum> implementation.
    
    This has 2 layers of misdirection. The Supplier implementation spun up
    by the jvm calls the anonymous lambda class, which then calls the
    MethodHandle invoke. This leads to stack traces like:
    
    use LambdaMetafactory to generate a Supplier<Checksum> which calls the
    java.util.zip.CRC32C
    
    Co-authored-by: bo8979 <[email protected]>
    bokken and bo8979 authored Sep 10, 2024
    Copy the full SHA
    01368fe View commit details
  2. Copy the full SHA
    5290e26 View commit details
  3. Bump peter-evans/create-pull-request from 6 to 7 (#596)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      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 Sep 10, 2024
    Copy the full SHA
    1af05fe View commit details
  4. Copy the full SHA
    da1af8b View commit details
  5. Copy the full SHA
    899b9b2 View commit details

Commits on Oct 8, 2024

  1. Copy the full SHA
    ac5d2cb View commit details
  2. Copy the full SHA
    08c44a0 View commit details
  3. Copy the full SHA
    85966bb View commit details

Commits on Nov 13, 2024

  1. Copy the full SHA
    8a32b3c View commit details

Commits on Nov 15, 2024

  1. Copy the full SHA
    595c6d4 View commit details
  2. Copy the full SHA
    9c73c6e View commit details

Commits on Dec 19, 2024

  1. Copy the full SHA
    3b2138c View commit details
  2. Copy the full SHA
    1fe7685 View commit details
  3. Copy the full SHA
    f6b1888 View commit details

Commits on Dec 20, 2024

  1. Copy the full SHA
    dfbf67a View commit details
Loading