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.16.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.16.1
Choose a head ref
  • 10 commits
  • 1,232 files changed
  • 5 contributors

Commits on Oct 10, 2025

  1. Release 1.16.1-rc-1

    Signed-off-by: Dapr Bot <[email protected]>
    dapr-bot committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    e6e0f94 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Replace grpc-netty-shaded to grpc-netty (#1543)

    Signed-off-by: Matheus Cruz <[email protected]>
    mcruzdev authored and salaboy committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    1263024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1c7da4 View commit details
    Browse the repository at this point in the history
  3. Release 1.16.1-rc-2

    Signed-off-by: Dapr Bot <[email protected]>
    dapr-bot committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    b0594de View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. [1.16] Flux subscribeToEvents method (#1613)

    * Adding a Flux based subscribeToEvents method (#1598)
    
    * Adding a Flux based subscribeToEvents method
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Simplify GRPC stream handling
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Simplify Javadoc
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Fix unit tests and simplify implementation
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Adding event subscriber stream observer to simplify subscription logic
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Use start() method to start stream subscription
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Add unit test for event suscriber observer
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Improve the tests a little bit
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Remove the unnecessary method
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Improve error handling and use CloudEvent wrapper
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Fix unit tests asserts
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * Adjust Java examples for Subscriber
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    ---------
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    
    * rm docker bits
    
    Signed-off-by: Cassandra Coyle <[email protected]>
    
    * try eclipse-temurin image
    
    Signed-off-by: Cassandra Coyle <[email protected]>
    
    ---------
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    Signed-off-by: Cassandra Coyle <[email protected]>
    Co-authored-by: artur-ciocanu <[email protected]>
    cicoyle and artur-ciocanu authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    75e13de View commit details
    Browse the repository at this point in the history
  2. Release 1.16.1-rc-3

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

Commits on Jan 16, 2026

  1. Adding raw event subscription alongside CloudEvent subscription (#1617)…

    … (#1621)
    
    * Adding raw event subscription.
    
    
    
    * Use proper method overloads for subscribeToEvents()
    
    
    
    * Updating the examples to use the latest changes.
    
    
    
    * FIx CI failures
    
    
    
    * FIx CI failures, take 2
    
    
    
    ---------
    
    Signed-off-by: Artur Ciocanu <[email protected]>
    Co-authored-by: artur-ciocanu <[email protected]>
    cicoyle and artur-ciocanu authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    e6691e4 View commit details
    Browse the repository at this point in the history
  2. Release 1.16.1-rc-4

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

Commits on Jan 22, 2026

  1. Release 1.16.1

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

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