Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow Implementation - Continues... #880

Merged
merged 82 commits into from
Sep 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
6656e4c
Add ElementType.Type to ActorType (#812)
LionTao Jan 25, 2023
869a231
Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#788)
dependabot[bot] Jan 25, 2023
9e30733
Update springboot to latest minor.patch version. (#826)
artursouza Feb 2, 2023
69292a6
Use runtime 1.10.0-rc.X and CLI 1.10.0-rc.X (#827)
artursouza Feb 3, 2023
bffac88
Upgrade the version to 1.9.0-SNAPSHOT (#829)
artursouza Feb 3, 2023
27131ff
Generate updated javadocs for 1.8.0 (#836)
artursouza Feb 16, 2023
6635627
Update Dapr runtime and CLI to 1.10. (#837)
artursouza Feb 16, 2023
113220f
Inject autoconfiguration in the Spring Boot 3 style (#831)
champel Mar 22, 2023
8378bb0
Bump from reactor 2.3.5.RELEASE to 2.7.8 (#830)
champel Mar 22, 2023
7ade730
Test multiple reminder state types + improve timer tests. (#855)
artursouza May 5, 2023
022c0ee
Convert Config API to Stable endpoints. (#846)
mukundansundar May 9, 2023
64b3ad8
Add PubSub subscriber examples over gPRC (#833)
MregXN May 22, 2023
4117801
auto validate actors (#863)
mukundansundar May 24, 2023
d49c87b
Bump codecov/codecov-action from 3.1.1 to 3.1.4 (#862)
dependabot[bot] May 24, 2023
1f33417
Fix 787 (#832)
MatejNedic May 25, 2023
ae2e61c
Upgrade to 1.11 RCs. (#867)
artursouza May 26, 2023
03d5c2e
Init for workflows
bderusha May 10, 2023
fcfade9
Updating some javadocs and Years.
May 26, 2023
e40722d
Add missing Header
May 26, 2023
9270180
respond to PR feedback
bderusha Jun 1, 2023
1420b4c
Update workflow example README
bderusha Jun 1, 2023
95a2757
Address PR feedback
bderusha Jun 2, 2023
d5345cc
fixup deprecated pom.xml variable
bderusha Jun 2, 2023
94f121c
Updates based on PR feedback
bderusha Jun 6, 2023
7df0031
Update pom files per feedback
bderusha Jun 7, 2023
51d5b04
GetInstanceState implementation (#1)
Aymalla Jun 12, 2023
a2c4867
Management API
kusweta Jun 12, 2023
f6bfade
remove try/catch
kusweta Jun 13, 2023
8a0201d
implementing getIsReplaying() method for Authoring API (#7)
julioalex-rezende Jun 13, 2023
4448b62
Implementing getCurrentInstant() authoring method (#5)
julioalex-rezende Jun 13, 2023
03c0602
Activity Implementation (#3)
macromania Jun 14, 2023
84f89fb
fixing issue with getIsReplaying() call (#8)
julioalex-rezende Jun 15, 2023
1ed7192
Generate updated javadocs for 1.9.0 (#878)
artursouza Jun 12, 2023
4e17f3f
Add .sdkmanrc config file and JDK installation instructions (#873)
ejba Jun 13, 2023
06feae6
Add unit testing example
bderusha Jun 13, 2023
f2ee392
implementing getIsReplaying() method for Authoring API (#7)
julioalex-rezende Jun 13, 2023
aa9cea2
fix parent pom
macromania Jun 14, 2023
730d22d
Send Event Implementation (#10)
macromania Jun 15, 2023
4bba4a4
Implementing allOf, anyOf, createTimer methods (#11)
julioalex-rezende Jun 19, 2023
e7f4fbc
Support remote endpoint. (#877)
artursouza Jun 19, 2023
9816093
Add callSubWorkflow Implementation
Aymalla Jun 19, 2023
d1b64ba
rename DemoSubWorkflow
Aymalla Jun 19, 2023
34b8f82
continueAsNew Implementation (#13)
macromania Jun 20, 2023
1b3a3dd
Merge branch 'master' into master
macromania Jun 21, 2023
d3d8a52
Merge branch 'master' into master
macromania Jun 29, 2023
9343ea7
merge PR 857 changes
macromania Aug 15, 2023
5efc786
remove duplicate class
macromania Aug 15, 2023
93d617e
add missing mockito test dependency
macromania Aug 15, 2023
a1c379a
use new workflow client implementation
macromania Aug 15, 2023
af451cb
moved implementations to new workflow and context
macromania Aug 15, 2023
b596268
relocate duplicate implemantation
macromania Aug 15, 2023
7033b00
remove duplicate test and increase test coverage
macromania Aug 15, 2023
e5c6106
Implement retry and timeout policy for gRPC client. (#889)
artursouza Aug 16, 2023
a2cd162
renamed getIsReplaying
macromania Aug 21, 2023
147b237
rollback changes on client
macromania Aug 21, 2023
6fda032
move workflow runtime state package
macromania Aug 21, 2023
c5ead93
rename workflow instance state to status
macromania Aug 21, 2023
7c657cd
remove unnecessary else
macromania Aug 21, 2023
b9d984e
removed unknown state
macromania Aug 21, 2023
0f4b131
updated comment
macromania Aug 21, 2023
1f4c148
updated workflow failure details
macromania Aug 21, 2023
438001b
fix style issues
macromania Aug 21, 2023
7b31e22
Merge remote-tracking branch 'dapr-upstream/master'
macromania Aug 21, 2023
4c673e6
rollback merge change
macromania Aug 25, 2023
53fe882
fixed pom files
macromania Aug 25, 2023
2a9e49e
rollback actors pom changes on autoformat
macromania Aug 25, 2023
5229957
fixe actors pom
macromania Aug 25, 2023
bc35ee0
fix styling on actors pom
macromania Aug 25, 2023
ed640b8
fix pom spacing
macromania Aug 25, 2023
6278b4a
move test to match the package
macromania Aug 25, 2023
20aad31
add missing dependencies
macromania Aug 25, 2023
9d1abb4
increased test coverage
macromania Aug 25, 2023
e1a45e7
moved workflow runtime package
macromania Aug 25, 2023
980862f
add exception for missing case
macromania Aug 25, 2023
12e69d4
add null check for metadata
macromania Aug 25, 2023
319af01
add runtime exception error messages
macromania Aug 25, 2023
c787eee
update try catch scope
macromania Aug 25, 2023
cf0ec89
update activity definition to an interface
macromania Aug 25, 2023
7fb9a37
update comments
macromania Aug 25, 2023
3847626
removed redundant method
macromania Aug 25, 2023
f5dab2a
PR updates
macromania Sep 12, 2023
65b3354
Merge remote-tracking branch 'dapr-upstream/master'
macromania Sep 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Generate updated javadocs for 1.9.0 (#878)
* Generate updated javadocs for 1.9.0

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Update _index.md

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

---------

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Mahmut Canga <cangamahmut@gmail.com>
artursouza authored and macromania committed Jun 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1ed719202db984fdb3901dcc5dd1f3f921127241
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -52,19 +52,19 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
...
</dependencies>
@@ -78,11 +78,11 @@ For a Gradle project, add the following to your `build.gradle` file:
dependencies {
...
// Dapr's core SDK with all features, except Actors.
compile('io.dapr:dapr-sdk:1.8.0')
compile('io.dapr:dapr-sdk:1.9.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.8.0')
compile('io.dapr:dapr-sdk-actors:1.9.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.8.0')
compile('io.dapr:dapr-sdk-springboot:1.9.0')
}
```

12 changes: 6 additions & 6 deletions daprdocs/content/en/java-sdk-docs/_index.md
Original file line number Diff line number Diff line change
@@ -31,19 +31,19 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
...
</dependencies>
@@ -57,11 +57,11 @@ For a Gradle project, add the following to your `build.gradle` file:
dependencies {
...
// Dapr's core SDK with all features, except Actors.
compile('io.dapr:dapr-sdk:1.8.0')
compile('io.dapr:dapr-sdk:1.9.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.8.0')
compile('io.dapr:dapr-sdk-actors:1.9.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.8.0')
compile('io.dapr:dapr-sdk-springboot:1.9.0')
}
```

1,036 changes: 734 additions & 302 deletions docs/allclasses-index.html

Large diffs are not rendered by default.

90 changes: 80 additions & 10 deletions docs/allclasses.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Wed Feb 15 17:23:08 PST 2023 -->
<title>All Packages (dapr-sdk-parent 1.8.0 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jun 11 23:10:23 PDT 2023 -->
<title>All Packages (dapr-sdk-parent 1.9.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-02-15">
<meta name="dc.created" content="2023-06-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -15,14 +15,14 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (dapr-sdk-parent 1.8.0 API)";
parent.document.title="All Packages (dapr-sdk-parent 1.9.0 API)";
}
}
catch(err) {
Loading