Skip to content

Another set of Maven version, properties and plugin improvements#1596

Merged
artur-ciocanu merged 7 commits into
dapr:masterfrom
artur-ciocanu:maven-improvements
Nov 28, 2025
Merged

Another set of Maven version, properties and plugin improvements#1596
artur-ciocanu merged 7 commits into
dapr:masterfrom
artur-ciocanu:maven-improvements

Conversation

@artur-ciocanu

@artur-ciocanu artur-ciocanu commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

Description

This is another PR to cleanup the Maven mess that we have. The goal is the same, trying to add some order and ensure it will be easier to upgrade and maintain all the dependencies long term. I also cleaned up the Docker in Docker setup, since we don't need that. It is working just fine with the default Docker that is installed in GitHub Actions Runner.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: N/A

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@artur-ciocanu
artur-ciocanu requested review from a team as code owners November 25, 2025 09:43
@artur-ciocanu

Copy link
Copy Markdown
Contributor Author

@dapr/maintainers-java-sdk could you please review this PR. It has a lot of files, but these are primarily related to moving Maven properties and plugins around for a better organization and ensure proper long term maintenance.

@javier-aliaga could you please also take a look!

Thank you!

Comment thread pom.xml
siri-varma
siri-varma previously approved these changes Nov 26, 2025

@siri-varma siri-varma left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Artur Ciocanu <[email protected]>
@artur-ciocanu

Copy link
Copy Markdown
Contributor Author

@dapr/maintainers-java-sdk I have reverted the Testcontainers version now everything should be OK.

@siri-varma and @javier-aliaga if you could take another look that would be great.

Thank you!

@javier-aliaga javier-aliaga left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@artur-ciocanu
artur-ciocanu merged commit fd2606b into dapr:master Nov 28, 2025
10 checks passed
@artur-ciocanu
artur-ciocanu deleted the maven-improvements branch November 28, 2025 17:53
@codecov

codecov Bot commented Nov 28, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.50%. Comparing base (d759c53) to head (78f2f0d).
⚠️ Report is 239 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1596      +/-   ##
============================================
+ Coverage     76.91%   78.50%   +1.59%     
- Complexity     1592     1934     +342     
============================================
  Files           145      216      +71     
  Lines          4843     5872    +1029     
  Branches        562      659      +97     
============================================
+ Hits           3725     4610     +885     
- Misses          821      924     +103     
- Partials        297      338      +41     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Dec 1, 2025
salaboy pushed a commit to salaboy/java-sdk that referenced this pull request Dec 10, 2025
cicoyle added a commit that referenced this pull request Dec 13, 2025
* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (#1596)

Signed-off-by: salaboy <[email protected]>

* 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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
siri-varma added a commit to siri-varma/java-sdk that referenced this pull request Dec 29, 2025
…r#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>
salaboy pushed a commit to salaboy/java-sdk that referenced this pull request Jan 5, 2026
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 5, 2026
…r#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
cicoyle added a commit that referenced this pull request Jan 6, 2026
* Bringing Durable Task Java as a Maven module inside the Java SDK (#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (#1596)

Signed-off-by: salaboy <[email protected]>

* 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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>

* Add Cryptography API support with encrypt/decrypt operations

- Add EncryptRequestAlpha1 and DecryptRequestAlpha1 domain classes
- Implement encrypt() and decrypt() methods in DaprPreviewClient
- Add CryptoExample and StreamingCryptoExample with documentation
- Add integration tests for crypto operations
- Add localstorage crypto component configuration

Signed-off-by: siri-varma <[email protected]>

* Add keys

Signed-off-by: siri-varma <[email protected]>

* Update localstorage.yaml key path to relative

Signed-off-by: Siri Varma Vegiraju <[email protected]>

* Fix things

Signed-off-by: siri-varma <[email protected]>

* fix things

Signed-off-by: siri-varma <[email protected]>

* Add missing imports

Signed-off-by: siri-varma <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
…r#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
* Bringing Durable Task Java as a Maven module inside the Java SDK (dapr#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>

* Add Cryptography API support with encrypt/decrypt operations

- Add EncryptRequestAlpha1 and DecryptRequestAlpha1 domain classes
- Implement encrypt() and decrypt() methods in DaprPreviewClient
- Add CryptoExample and StreamingCryptoExample with documentation
- Add integration tests for crypto operations
- Add localstorage crypto component configuration

Signed-off-by: siri-varma <[email protected]>

* Add keys

Signed-off-by: siri-varma <[email protected]>

* Update localstorage.yaml key path to relative

Signed-off-by: Siri Varma Vegiraju <[email protected]>

* Fix things

Signed-off-by: siri-varma <[email protected]>

* fix things

Signed-off-by: siri-varma <[email protected]>

* Add missing imports

Signed-off-by: siri-varma <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
…r#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
* Bringing Durable Task Java as a Maven module inside the Java SDK (dapr#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>

* Add Cryptography API support with encrypt/decrypt operations

- Add EncryptRequestAlpha1 and DecryptRequestAlpha1 domain classes
- Implement encrypt() and decrypt() methods in DaprPreviewClient
- Add CryptoExample and StreamingCryptoExample with documentation
- Add integration tests for crypto operations
- Add localstorage crypto component configuration

Signed-off-by: siri-varma <[email protected]>

* Add keys

Signed-off-by: siri-varma <[email protected]>

* Update localstorage.yaml key path to relative

Signed-off-by: Siri Varma Vegiraju <[email protected]>

* Fix things

Signed-off-by: siri-varma <[email protected]>

* fix things

Signed-off-by: siri-varma <[email protected]>

* Add missing imports

Signed-off-by: siri-varma <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
…r#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
* Bringing Durable Task Java as a Maven module inside the Java SDK (dapr#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>

* Add Cryptography API support with encrypt/decrypt operations

- Add EncryptRequestAlpha1 and DecryptRequestAlpha1 domain classes
- Implement encrypt() and decrypt() methods in DaprPreviewClient
- Add CryptoExample and StreamingCryptoExample with documentation
- Add integration tests for crypto operations
- Add localstorage crypto component configuration

Signed-off-by: siri-varma <[email protected]>

* Add keys

Signed-off-by: siri-varma <[email protected]>

* Update localstorage.yaml key path to relative

Signed-off-by: Siri Varma Vegiraju <[email protected]>

* Fix things

Signed-off-by: siri-varma <[email protected]>

* fix things

Signed-off-by: siri-varma <[email protected]>

* Add missing imports

Signed-off-by: siri-varma <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
…r#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
salaboy added a commit to salaboy/java-sdk that referenced this pull request Jan 7, 2026
* Bringing Durable Task Java as a Maven module inside the Java SDK (dapr#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (dapr#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (dapr#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (dapr#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (dapr#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (dapr#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (dapr#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (dapr#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (dapr#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (dapr#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (dapr#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (dapr#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (dapr#1596)

Signed-off-by: salaboy <[email protected]>

* Adding a Flux based subscribeToEvents method (dapr#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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (dapr#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>

* Add Cryptography API support with encrypt/decrypt operations

- Add EncryptRequestAlpha1 and DecryptRequestAlpha1 domain classes
- Implement encrypt() and decrypt() methods in DaprPreviewClient
- Add CryptoExample and StreamingCryptoExample with documentation
- Add integration tests for crypto operations
- Add localstorage crypto component configuration

Signed-off-by: siri-varma <[email protected]>

* Add keys

Signed-off-by: siri-varma <[email protected]>

* Update localstorage.yaml key path to relative

Signed-off-by: Siri Varma Vegiraju <[email protected]>

* Fix things

Signed-off-by: siri-varma <[email protected]>

* fix things

Signed-off-by: siri-varma <[email protected]>

* Add missing imports

Signed-off-by: siri-varma <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>
@nelson-parente nelson-parente added this to the v1.17 milestone Jan 13, 2026
salaboy added a commit that referenced this pull request Jan 28, 2026
* initial workflow dashboard config

Signed-off-by: salaboy <[email protected]>

* adding test for dashboard container

Signed-off-by: salaboy <[email protected]>

* adding URL to output

Signed-off-by: salaboy <[email protected]>

* 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]>
Signed-off-by: salaboy <[email protected]>

* fixing configure()

Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* fixing headers

Signed-off-by: salaboy <[email protected]>

* codecov token and new image

Signed-off-by: salaboy <[email protected]>

* Update testcontainers-dapr/src/main/java/io/dapr/testcontainers/WorkflowDashboardContainer.java

Co-authored-by: Joe Bowbeer <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Update testcontainers-dapr/src/main/java/io/dapr/testcontainers/WorkflowDashboardContainer.java

Co-authored-by: Joe Bowbeer <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bringing Durable Task Java as a Maven module inside the Java SDK (#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (#1596)

Signed-off-by: salaboy <[email protected]>

* 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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#1607)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.5.1...v5.5.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Create Dapr WaitStrategy to improve ITs ergonomics (#1609)

* Create Dapr WaitStrategy to improve ITs ergonomics

Signed-off-by: Artur Ciocanu <[email protected]>

* Improve unit tests naming and coverage

Signed-off-by: Artur Ciocanu <[email protected]>

* Fix a potential NPE and remove extra "for..." methods for pubsub and topic.

Signed-off-by: Artur Ciocanu <[email protected]>

* Fix NPE properly for actor match

Signed-off-by: Artur Ciocanu <[email protected]>

* Fix NPE another potential NPEs.

Signed-off-by: Artur Ciocanu <[email protected]>

* Rename to use wait strategy to use abstract prefix.

Signed-off-by: Artur Ciocanu <[email protected]>

* Add more tests to cover null checks

Signed-off-by: Artur Ciocanu <[email protected]>

* Fix pubsub outbox IT.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ignore pubsub outbox for now.

Signed-off-by: Artur Ciocanu <[email protected]>

* Disable pubsub outbox for now.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 6 (#1606)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Jobs promotion to DaprClient (#1602)

* job promotion to DaprClient

Signed-off-by: salaboy <[email protected]>

* updating Jobs readme

Signed-off-by: salaboy <[email protected]>

* fixing IT tests for Jobs

Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding client config for sdk tests

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add Cryptography APIs to the Java SDK (#1599)

* Bringing Durable Task Java as a Maven module inside the Java SDK (#1575)

* fixing checkstyle and javadocs

Signed-off-by: salaboy <[email protected]>

* Replace openjdk:17-jdk-slim to eclipse-temurin:17-jdk-jammy (#1574)

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Align Java API with other languages (#1560)

* Align Java API with other languages

Signed-off-by: Matheus Cruz <[email protected]>

* Update documentation

Signed-off-by: Matheus Cruz <[email protected]>

* Change return type of waitForWorkflowStart method

Signed-off-by: artur-ciocanu <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* use built in durable task

Signed-off-by: salaboy <[email protected]>

* exclude jacoco rules for examples and durabletask-client

Signed-off-by: salaboy <[email protected]>

* increasing timeout for IT

Signed-off-by: salaboy <[email protected]>

* removing dt build from matrix

Signed-off-by: salaboy <[email protected]>

* adding java to dt build

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* docs: add architecture diagram to README (#1549)

* Preview New README

* Preview New README 2

* Preview New README 3

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime CORRECTION (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

* docs: add architecture diagram showing Java SDK interaction with Dapr runtime (close #<915>)

---------

Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Add statestore example with Outbox pattern (#1582)

* Add statestore example with Outbox pattern

Signed-off-by: Matheus Cruz <[email protected]>

* Clean events after each test

Signed-off-by: Matheus Cruz <[email protected]>

* Add license header

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding new method signature plus test (#1570)

* adding new method signature plus test

Signed-off-by: salaboy <[email protected]>

* re adding imports

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* checking empty metadata

Signed-off-by: salaboy <[email protected]>

* copy meta for safety and check if key is present

Signed-off-by: salaboy <[email protected]>

* Centralize Maven dependency version management (#1564)

Signed-off-by: salaboy <[email protected]>

* Fix dependencies multi app build and add proper test deps (#1572)

* Force Jackson version to override the SB Jackson version

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the Jackson deps to parent POM.

Signed-off-by: Artur Ciocanu <[email protected]>

* Ensure app JAR build order

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove explicit Jackson from sdk-tests module.

Signed-off-by: Artur Ciocanu <[email protected]>

* Make sure <scope>test</scope> is used for test dependencies.

Signed-off-by: Artur Ciocanu <[email protected]>

* Remove extra Jackson modules.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* reverting pom

Signed-off-by: salaboy <[email protected]>

* fix codestyle

Signed-off-by: salaboy <[email protected]>

* using metaCopy

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Bump actions/upload-artifact from 4 to 5 (#1587)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: salaboy <[email protected]>

* Add gRPC support to Dapr testcontainer (#1586)

* Add gRPC support to Dapr testcontainer

Signed-off-by: wlfgang <[email protected]>

* Avoid using null to indicate default value

Signed-off-by: wlfgang <[email protected]>

---------

Signed-off-by: wlfgang <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Use dependencies BOM and remove duplicates. (#1588)

Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Examples + Docs for App API Token authentication for gRPC and HTTP (#1589)

* example

Signed-off-by: Cassandra Coyle <[email protected]>

* docs for example

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Another set of Maven version, properties and plugin improvements (#1596)

Signed-off-by: salaboy <[email protected]>

* 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]>
Signed-off-by: salaboy <[email protected]>

* Remove SDK docs due to migration to main Docs repo (#1593)

* Remove SDK docs due to migration to main Docs repo

Signed-off-by: Marc Duiker <[email protected]>

* Remove sed lines related to sdk docs

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>

* cleaning up sdk version script

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>

* Add Cryptography API support with encrypt/decrypt operations

- Add EncryptRequestAlpha1 and DecryptRequestAlpha1 domain classes
- Implement encrypt() and decrypt() methods in DaprPreviewClient
- Add CryptoExample and StreamingCryptoExample with documentation
- Add integration tests for crypto operations
- Add localstorage crypto component configuration

Signed-off-by: siri-varma <[email protected]>

* Add keys

Signed-off-by: siri-varma <[email protected]>

* Update localstorage.yaml key path to relative

Signed-off-by: Siri Varma Vegiraju <[email protected]>

* Fix things

Signed-off-by: siri-varma <[email protected]>

* fix things

Signed-off-by: siri-varma <[email protected]>

* Add missing imports

Signed-off-by: siri-varma <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Adding DaprSpringBootTest and DaprSidecarContainer annotation for easier ITs authoring (#1610)

* Adding DaprSpringBootTest and DaprSidecarContainer annotation for easier IT authoring.

Signed-off-by: Artur Ciocanu <[email protected]>

# Conflicts:
#	testcontainers-dapr/pom.xml

* Adding DaprSpringBootTest and DaprSidecarContainer annotation for easier IT authoring.

Signed-off-by: Artur Ciocanu <[email protected]>

* Move all the helper Dapr SpringBoot annotations to tests, to avoid exposing it as public API

Signed-off-by: Artur Ciocanu <[email protected]>

* Fix a few issues related to Dapr container usage in ITs.

Signed-off-by: Artur Ciocanu <[email protected]>

* Addressing code review comments to ensure things are internal.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding constant for dashboard

Signed-off-by: salaboy <[email protected]>

* extend test for codecov

Signed-off-by: salaboy <[email protected]>

* adding tests for null state store

Signed-off-by: salaboy <[email protected]>

* testing string constructor

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wlfgang <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Joe Bowbeer <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: Raymundo Zamora <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: wlfgang <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
javier-aliaga added a commit to javier-aliaga/java-sdk that referenced this pull request Apr 1, 2026
The setup-docker-action causes iptables chain errors on Ubuntu 24.04
runners. The default Docker pre-installed on GitHub Actions runners
works fine without it, as done on master via PR dapr#1596.

Signed-off-by: Javier Aliaga <[email protected]>
cicoyle pushed a commit that referenced this pull request Apr 1, 2026
* WIP

Signed-off-by: Javier Aliaga <[email protected]>

* fix: upgrade dependencies to address critical CVEs

Upgrade jackson 2.16.1 → 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.3 → 3.4.13 which pulls Tomcat
10.1.46+ (CVE-2025-55754 CVSS 9.6, CVE-2025-55752 CVSS 7.5).

Add netty-bom import before grpc-bom so it takes precedence over
gRPC's transitive Netty 4.1.124.

Signed-off-by: Javier Aliaga <[email protected]>

* fix(ci): switch to iptables-legacy before Docker setup

Ubuntu 24.04 runners use nf_tables by default, which causes
DOCKER-ISOLATION-STAGE-2 chain errors when Docker creates networks.
Switch to iptables-legacy before docker/setup-docker-action runs.

Signed-off-by: Javier Aliaga <[email protected]>

* fix(ci): restart Docker after iptables-legacy switch

The iptables-legacy switch alone isn't enough — Docker needs to be
restarted so it recreates the DOCKER-ISOLATION-STAGE-1/2 chains
with the legacy backend. Added chain verification for debugging.

Signed-off-by: Javier Aliaga <[email protected]>

* fix(ci): restart Docker after setup-docker-action

The previous restart happened before the action reinstalled Docker,
so the isolation chains were wiped. Move the restart to after the
action so Docker recreates DOCKER-ISOLATION-STAGE-1/2 with the
legacy iptables backend.

Signed-off-by: Javier Aliaga <[email protected]>

* fix(ci): remove docker/setup-docker-action and use runner default

The setup-docker-action causes iptables chain errors on Ubuntu 24.04
runners. The default Docker pre-installed on GitHub Actions runners
works fine without it, as done on master via PR #1596.

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants