Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Java client error-handling example #1262

Merged
merged 1 commit into from
Oct 25, 2024

Commits on Oct 20, 2024

  1. Simplify Java client error-handling example

    The latest fabric-gateway client API release (v1.7.0) includes the gRPC error
    details in the GatewayExcetion stack trace so it is not necessary to
    programmatically access them to demonstrate that they are present.
    
    This change updates the asset-transfer-basic/application-gateway-java
    sample to simplify the updateNonExistentAsset example method. It also:
    
    - Updates all samples to use the latest fabric-gateway release.
    - Adds equivalent Maven POM files for fabric-gateway application samples.
    
    Signed-off-by: Mark S. Lewis <[email protected]>
    bestbeforetoday committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    86c7109 View commit details
    Browse the repository at this point in the history