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: hyperledger/fabric-chaincode-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.5
Choose a base ref
...
head repository: hyperledger/fabric-chaincode-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.6
Choose a head ref
  • 12 commits
  • 37 files changed
  • 3 contributors

Commits on Nov 29, 2024

  1. Update versions following v2.5.5 release

    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored and denyeart committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a65c043 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Push identical image to all Docker registries (#368)

    The current GitHub Actions workflow builds and pushes separate Docker
    images for each registry. This results in the images published to each
    registry having a different hash, despite having the same version tag.
    
    This change modifies the Docker publishing job in the release workflow
    so that a single step builds and publishes the same Docker image to all
    Docker registries. For reproducability, the timestamp of the image is
    also set to the last commit timestamp.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    b640ba3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Update compatibility information (#369)

    Also fix some out-of-date links in the contributing documentation.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    6db0d3b View commit details
    Browse the repository at this point in the history
  2. Add an overview for the javaenv Docker image (#370)

    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    951e684 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Update Docker image overview (#371)

    Simplify to text to avoid confusion on the relationship between image
    tags and Fabric versions.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    106cbd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Bump logback to 1.5.15 (#373)

    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    denyeart authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    bb141b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Use native runners to build Docker images (#374)

    Instead of relying on QEMU emulation to build multi-arch images, use
    native arm64 and amd64 build runners to build architecture-specific
    images, then publish multi-arch metadata with each of the image
    manifests.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    8fb3168 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Update to PMD 7.12.0 for static analysis (#375)

    Addresses CVE-2025-23215.
    
    Signed-off-by: Muthu <muthu.sundaravadivel@in.ibm.com>
    Co-authored-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    MuthuSundaravadivel and bestbeforetoday authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    48f9606 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Use OSV-Scanner v2 (#376)

    Update the vulnerability scan of dependencies to use OSV-Scanner v2.
    Also rework the Makefile targets so that a precompiled OSV-Scanner
    binary is downloaded and avoid the need for Go to be installed.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    13918c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Setup Go for vulnerability scan (#377)

    Go is still needed to run the vulnerability scan successfully on v2.5.5
    and earlier.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    826f077 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Update dependencies (#379)

    - Update Gradle and Maven build tools in Docker image to latest versions.
    - Update project dependencies, including fabric-protos, which now
      requires protobuf-java v4 instead of v3.
    - Gradle build file modifications to avoid deprecated features.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    fd50d8a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Use JReleaser to publish to new Maven Central API (#380)

    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    1056635 View commit details
    Browse the repository at this point in the history
Loading