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: dapr/java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.3
Choose a base ref
...
head repository: dapr/java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.4
Choose a head ref
  • 3 commits
  • 654 files changed
  • 2 contributors

Commits on Jul 5, 2026

  1. Backport 1774 to release 1.17 (#1780)

    * fix: add DaprInvokeHttpClient.encodePath for URI path encoding (#1774)
    
    newRequestBuilder resolves relativePath raw and now rethrows
    IllegalArgumentException on illegal chars (e.g. spaces), pointing at
    encodePath. encodePath percent-encodes each path segment, preserving
    separators and a leading slash and appending any query unchanged,
    mirroring DaprHttp/invokeMethod.
    
    Signed-off-by: Javier Aliaga <[email protected]>
    (cherry picked from commit f42e0d2)
    
    * fix: replace instanceof pattern matching for Java 11 compatibility
    
    release-1.17 compiles with -source 11; pattern matching in instanceof
    requires Java 16+. Replace with an explicit cast.
    
    Signed-off-by: Javier Aliaga <[email protected]>
    
    ---------
    
    Signed-off-by: Javier Aliaga <[email protected]>
    javier-aliaga authored Jul 5, 2026
    Configuration menu
    Copy the full SHA
    e7bd164 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Release 1.17.4

    Signed-off-by: Dapr Bot <[email protected]>
    dapr-bot committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    255d2d9 View commit details
    Browse the repository at this point in the history
  2. Generate updated javadocs for 1.17.4

    Signed-off-by: Dapr Bot <[email protected]>
    dapr-bot committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    fb9dded View commit details
    Browse the repository at this point in the history
Loading