Commit 868082c
* Add coverage for some properties (#1297)
* Make the DAPR version being used consistent across all tests (#1299)
* Separate Dapr constants from IT container constants (#1315)
* Use Java Bean for connection details and add more tests (#1317)
* Use Java Bean for connection details and add more tests
* Simplify mock setup
* Adding even more tests for test coverage
---------
* Update CONTRIBUTING.md
* Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#1318)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.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.4.0...v5.4.2)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
* Fix URL building logic (#1320)
* Fix URL building logic
* Add test for query params
* Fix the assertion in the test
* Adjust the tests
* Remove uneeded changes from IT test
* Revert some unintended changes
* Simplify the testing a little bit
* Adjust the test to use ServerRequest
* Test removing things from method invoke controller
* Add query param encoding test
* Revert some unintended changes
* Some tiny styles
---------
* Generate updated javadocs for 1.14.1
* Add Conversation AI to Java SDK (#1235)
* Conversation first commit
* Add unit tests
* change ai to conv
* Move to single module
* Remove module
* Add Integration tests
* Update sdk-tests/src/test/java/io/dapr/it/testcontainers/DaprConversationIT.java
* Fix things
* Address comments
* Import tag
* Address comments
* Make common config
* Address comments
* fix constant
* fix constant
* fix constant
* fix s
* Fix things
* Fix things
* Fix things
* Make common config
* Update README.md
* Update README.md
---------
* Add docs for usage of Jobs SDK (#1323)
* Add doc for jobs
* Add docs for Jobs
* Apply suggestions from code review
---------
* Use dapr/durabletask-java (#1336)
* microsoft durabletask-java -> dapr durabletask-java
* update another ref
* 1.5.2 release
* fix import order
* Sdk new changes
* Refine workflows
* add ;
* rm try
---------
* Update master version to 1.16.0-SNAPSHOT
* Fix NPE
* Fix NPE
* Fix NPE
* Fix NPE
* Fix NPE
* Fix NPE
* Fix things
* Renaming and exposing connection details (#1341)
* [Master] Fix Vulnerabilities (#1354)
* update okio
* rm unused dep
---------
* Feat Add TLS & mTLS support for gRPC with root CA and insecure mode (#1361)
* feat: Support for GRPC ssl
* add tests
* fix CI
* add back else if
* channel cleanup
* add root ca support
* checkstyles
* add insecure
* fix checkstyles
* use InsecureTrustManagerFactory
* fix test
---------
* Address comments
* Fix things
* Fix things
---------
Signed-off-by: sirivarma <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Dapr Bot <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
Co-authored-by: Siri Varma Vegiraju <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Artur Ciocanu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Javier Aliaga <[email protected]>
1 parent 8031d28 commit 868082c
File tree
6 files changed
+69
-5
lines changed- examples/src/main/java/io/dapr/examples/workflows/childworkflow
- sdk-workflows
- src
- main/java/io/dapr/workflows
- runtime
- test/java/io/dapr/workflows
6 files changed
+69
-5
lines changedLines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
29 | | - | |
| 40 | + | |
30 | 41 | | |
31 | 42 | | |
32 | 43 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
244 | 246 | | |
245 | 247 | | |
246 | 248 | | |
| |||
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
330 | 379 | | |
0 commit comments