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.0
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.1
Choose a head ref
  • 6 commits
  • 651 files changed
  • 5 contributors

Commits on Mar 4, 2026

  1. fix: MaxRetryInterval was not propagate (#1685) (#1686)

    (cherry picked from commit a2877aa)
    
    Signed-off-by: Javier Aliaga <[email protected]>
    Co-authored-by: Javier Aliaga <[email protected]>
    dapr-bot and javier-aliaga authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    2e426d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. chore: pin proto schema (#1691)

    Signed-off-by: Javier Aliaga <[email protected]>
    javier-aliaga authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    b8fe630 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Create the release + release notes automatically (#1689) (#1703)

    * create the release + release notes automatically
    
    
    
    * Apply suggestions from code review
    
    
    
    
    * pr feedback
    
    
    
    ---------
    
    
    
    
    
    (cherry picked from commit 0c8e261)
    
    Signed-off-by: Cassandra Coyle <[email protected]>
    Signed-off-by: Cassie Coyle <[email protected]>
    Co-authored-by: Cassie Coyle <[email protected]>
    Co-authored-by: Javier Aliaga <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    4 people authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    501ed50 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. fix: upgrade dependencies to address critical CVEs (#1706) (#1708)

    * fix: upgrade dependencies to address critical CVEs
    
    Upgrade jackson-bom 2.16.2 → 2.18.6 (CVE-2025-52999, CVSS 8.7 DoS),
    add netty-bom 4.1.132.Final (CVE-2026-33871 CVSS 8.7, CVE-2026-33870
    CVSS 7.5), and bump Spring Boot 3.4.9 → 3.4.10 which pulls Tomcat
    10.1.46 (CVE-2025-55754 CVSS 9.6, CVE-2025-55752 CVSS 7.5).
    
    Reorder BOM imports so netty-bom and jackson-bom take precedence over
    Spring Boot's managed versions. Align springframework.version 6.2.11
    with Spring Boot 3.4.10.
    
    
    
    * chore: add TODO to remove netty-bom once gRPC bundles >= 4.1.132
    
    
    
    * fix: upgrade Spring Boot 4.0.2 to 4.0.5 to fix jackson-core 3.0.4 (GHSA-72hv-8253-57qq)
    
    Spring Boot 4.0.4+ ships with jackson 3.1.0, fixing the async JSON
    parser DoS vulnerability in jackson-core 3.0.4. Upgrade all 6 modules
    that pin springboot4.version from 4.0.2 to 4.0.5 (latest patch).
    
    No jackson-bom override needed — Spring Boot 4.0.5 manages it natively.
    
    
    
    ---------
    
    
    (cherry picked from commit d6b25cb)
    
    Signed-off-by: Javier Aliaga <[email protected]>
    Co-authored-by: Javier Aliaga <[email protected]>
    dapr-bot and javier-aliaga authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    09230ae View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Release 1.17.1

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

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