Skip to content

Conversation

@salaboy
Copy link
Collaborator

@salaboy salaboy commented Jan 17, 2025

Description

Adding SB docs for Workflows.

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: #1194

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

@salaboy salaboy requested review from a team as code owners January 17, 2025 12:02
Copy link
Contributor

@cicoyle cicoyle left a comment

Choose a reason for hiding this comment

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

lgtm - was this fully done or were you still making edits? I ask bc the title says WIP

@cicoyle cicoyle added this to the v1.14 milestone Jan 31, 2025
@salaboy salaboy changed the title WIP Adding spring boot workflows integration Adding spring boot workflows integration to docs Feb 1, 2025
@artursouza artursouza merged commit cf7405f into dapr:master Feb 3, 2025
7 of 8 checks passed
akkie pushed a commit to akkie/java-sdk that referenced this pull request Feb 7, 2025
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
akkie pushed a commit to akkie/java-sdk that referenced this pull request Feb 20, 2025
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
akkie pushed a commit to akkie/java-sdk that referenced this pull request Feb 20, 2025
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
akkie pushed a commit to akkie/java-sdk that referenced this pull request Feb 21, 2025
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
akkie pushed a commit to akkie/java-sdk that referenced this pull request Feb 23, 2025
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
dapr-bot pushed a commit that referenced this pull request Mar 1, 2025
* Add actor testcontainer tests

Signed-off-by: Christian Kaps <[email protected]>

* adding auto config

Signed-off-by: Christian Kaps <[email protected]>

* updating ActorClient

Signed-off-by: Christian Kaps <[email protected]>

* registering?

Signed-off-by: Christian Kaps <[email protected]>

* updating actors test and actorruntime

Signed-off-by: Christian Kaps <[email protected]>

* updating ActorRuntime

Signed-off-by: Christian Kaps <[email protected]>

* Adding WorkflowTaskOptions and use it instead of TaskOptions (#1200)

Signed-off-by: Christian Kaps <[email protected]>

* Fix formatting issues

Signed-off-by: Christian Kaps <[email protected]>

* adding spring boot workflows integration (#1195)

Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>

* Register workflows and acitivities using instances along classes (#1201)

Signed-off-by: Christian Kaps <[email protected]>

* feat: Adding basic HTTPEndpoint configuration support in testcontainers module (#1210)

* feat: Adding basic HTTPEndpoint configuration support in testcontainers module

Signed-off-by: Laurent Broudoux <[email protected]>

* feat: #1209 Adding test for HTTPEndpoint in testcontainers module

Signed-off-by: Laurent Broudoux <[email protected]>

---------

Signed-off-by: Laurent Broudoux <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>

* fixing actors IT test and messaging IT with app-health-checks

Signed-off-by: Christian Kaps <[email protected]>

* Add app health check support to Dapr Testcontainer (#1213)

* Add app health check support to Dapr Testcontainer

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

* Some minor cleanup

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

* Move waiting to beforeEach, it looks more natural

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

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: Artur Ciocanu <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>

* adding license headers + adding wait for actors in test

Signed-off-by: Christian Kaps <[email protected]>

* Add app health check support to Dapr Testcontainer (#1213)

* Add app health check support to Dapr Testcontainer

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

* Some minor cleanup

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

* Move waiting to beforeEach, it looks more natural

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

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: Artur Ciocanu <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>

* Picks a port for DaprActorITS for test containers to avoid conflict.

Signed-off-by: Artur Souza <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>

* Add app health check support to Dapr Testcontainer (#1213)

* Add app health check support to Dapr Testcontainer

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

* Some minor cleanup

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

* Move waiting to beforeEach, it looks more natural

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

---------

Signed-off-by: Artur Ciocanu <[email protected]>
Co-authored-by: Artur Ciocanu <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>

* using random port thanks to @artur-ciocanu

Signed-off-by: Christian Kaps <[email protected]>

* Update TestRestController.java

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

* Update DaprActorsIT.java

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

* Update DaprContainer.java

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

---------

Signed-off-by: Christian Kaps <[email protected]>
Signed-off-by: Laurent Broudoux <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Signed-off-by: artur-ciocanu <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Laurent Broudoux <[email protected]>
Co-authored-by: Artur Ciocanu <[email protected]>
Co-authored-by: Artur Souza <[email protected]>
Co-authored-by: Artur Souza <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document Spring Boot and Workflows integration

3 participants