Skip to content

Commit 762a952

Browse files
dapr-botjavier-aliaga
authored andcommitted
Generate updated javadocs for 1.15.1
Signed-off-by: Dapr Bot <[email protected]>
1 parent 969de25 commit 762a952

File tree

1,190 files changed

+3610
-3574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,190 files changed

+3610
-3574
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ For a Maven project, add the following to your `pom.xml` file:
5050
<dependency>
5151
<groupId>io.dapr</groupId>
5252
<artifactId>dapr-sdk</artifactId>
53-
<version>1.15.0</version>
53+
<version>1.15.1</version>
5454
</dependency>
5555
<!-- Dapr's SDK for Actors (optional). -->
5656
<dependency>
5757
<groupId>io.dapr</groupId>
5858
<artifactId>dapr-sdk-actors</artifactId>
59-
<version>1.15.0</version>
59+
<version>1.15.1</version>
6060
</dependency>
6161
<!-- Dapr's SDK integration with SpringBoot (optional). -->
6262
<dependency>
6363
<groupId>io.dapr</groupId>
6464
<artifactId>dapr-sdk-springboot</artifactId>
65-
<version>1.15.0</version>
65+
<version>1.15.1</version>
6666
</dependency>
6767
...
6868
</dependencies>
@@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file:
7676
dependencies {
7777
...
7878
// Dapr's core SDK with all features, except Actors.
79-
compile('io.dapr:dapr-sdk:1.15.0')
79+
compile('io.dapr:dapr-sdk:1.15.1')
8080
// Dapr's SDK for Actors (optional).
81-
compile('io.dapr:dapr-sdk-actors:1.15.0')
81+
compile('io.dapr:dapr-sdk-actors:1.15.1')
8282
// Dapr's SDK integration with SpringBoot (optional).
83-
compile('io.dapr:dapr-sdk-springboot:1.15.0')
83+
compile('io.dapr:dapr-sdk-springboot:1.15.1')
8484
}
8585
```
8686

daprdocs/content/en/java-sdk-docs/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file:
4646
<dependency>
4747
<groupId>io.dapr</groupId>
4848
<artifactId>dapr-sdk</artifactId>
49-
<version>1.15.0</version>
49+
<version>1.15.1</version>
5050
</dependency>
5151
<!-- Dapr's SDK for Actors (optional). -->
5252
<dependency>
5353
<groupId>io.dapr</groupId>
5454
<artifactId>dapr-sdk-actors</artifactId>
55-
<version>1.15.0</version>
55+
<version>1.15.1</version>
5656
</dependency>
5757
<!-- Dapr's SDK integration with SpringBoot (optional). -->
5858
<dependency>
5959
<groupId>io.dapr</groupId>
6060
<artifactId>dapr-sdk-springboot</artifactId>
61-
<version>1.15.0</version>
61+
<version>1.15.1</version>
6262
</dependency>
6363
...
6464
</dependencies>
@@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file:
7676
dependencies {
7777
...
7878
// Dapr's core SDK with all features, except Actors.
79-
compile('io.dapr:dapr-sdk:1.15.0')
79+
compile('io.dapr:dapr-sdk:1.15.1')
8080
// Dapr's SDK for Actors (optional).
81-
compile('io.dapr:dapr-sdk-actors:1.15.0')
81+
compile('io.dapr:dapr-sdk-actors:1.15.1')
8282
// Dapr's SDK integration with SpringBoot (optional).
83-
compile('io.dapr:dapr-sdk-springboot:1.15.0')
83+
compile('io.dapr:dapr-sdk-springboot:1.15.1')
8484
}
8585
```
8686

@@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to
9696
<dependency>
9797
<groupId>com.squareup.okhttp3</groupId>
9898
<artifactId>okhttp</artifactId>
99-
<version>1.15.0</version>
99+
<version>1.15.1</version>
100100
</dependency>
101101
```
102102

daprdocs/content/en/java-sdk-docs/spring-boot/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ If you already have a Spring Boot application, you can directly add the followin
2626
<dependency>
2727
<groupId>io.dapr.spring</groupId>
2828
<artifactId>dapr-spring-boot-starter</artifactId>
29-
<version>0.15.0</version>
29+
<version>0.15.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.dapr.spring</groupId>
3333
<artifactId>dapr-spring-boot-starter-test</artifactId>
34-
<version>0.15.0</version>
34+
<version>0.15.1</version>
3535
<scope>test</scope>
3636
</dependency>
3737
```

docs/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
5-
<title>All Classes and Interfaces (dapr-sdk-parent 1.15.0 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
5+
<title>All Classes and Interfaces (dapr-sdk-parent 1.15.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-13">
8+
<meta name="dc.created" content="2025-08-26">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/allpackages-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
5-
<title>All Packages (dapr-sdk-parent 1.15.0 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
5+
<title>All Packages (dapr-sdk-parent 1.15.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-13">
8+
<meta name="dc.created" content="2025-08-26">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/constant-values.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
5-
<title>Constant Field Values (dapr-sdk-parent 1.15.0 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
5+
<title>Constant Field Values (dapr-sdk-parent 1.15.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-13">
8+
<meta name="dc.created" content="2025-08-26">
99
<meta name="description" content="summary of constants">
1010
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
5-
<title>All Classes and Interfaces (dapr-sdk-workflows 0.15.0 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
5+
<title>All Classes and Interfaces (dapr-sdk-workflows 0.15.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-13">
8+
<meta name="dc.created" content="2025-08-26">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/allpackages-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
5-
<title>All Packages (dapr-sdk-workflows 0.15.0 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
5+
<title>All Packages (dapr-sdk-workflows 0.15.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-13">
8+
<meta name="dc.created" content="2025-08-26">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/help-doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
5-
<title>API Help (dapr-sdk-workflows 0.15.0 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
5+
<title>API Help (dapr-sdk-workflows 0.15.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-13">
8+
<meta name="dc.created" content="2025-08-26">
99
<meta name="description" content="help">
1010
<meta name="generator" content="javadoc/HelpWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/index-all.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
5-
<title>Index (dapr-sdk-workflows 0.15.0 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
5+
<title>Index (dapr-sdk-workflows 0.15.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-13">
8+
<meta name="dc.created" content="2025-08-26">
99
<meta name="description" content="index">
1010
<meta name="generator" content="javadoc/IndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -282,6 +282,8 @@ <h2 class="title" id="I:F">F</h2>
282282
</dl>
283283
<h2 class="title" id="I:G">G</h2>
284284
<dl class="index">
285+
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#getAppId()" class="member-name-link">getAppId()</a> - Method in class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
286+
<dd>&nbsp;</dd>
285287
<dt><a href="io/dapr/workflows/WorkflowTaskRetryPolicy.html#getBackoffCoefficient()" class="member-name-link">getBackoffCoefficient()</a> - Method in class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskRetryPolicy.html" title="class in io.dapr.workflows">WorkflowTaskRetryPolicy</a></dt>
286288
<dd>&nbsp;</dd>
287289
<dt><a href="io/dapr/workflows/client/WorkflowInstanceStatus.html#getCreatedAt()" class="member-name-link">getCreatedAt()</a> - Method in interface io.dapr.workflows.client.<a href="io/dapr/workflows/client/WorkflowInstanceStatus.html" title="interface in io.dapr.workflows.client">WorkflowInstanceStatus</a></dt>
@@ -841,10 +843,26 @@ <h2 class="title" id="I:W">W</h2>
841843
<dd>&nbsp;</dd>
842844
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryHandler)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryHandler)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
843845
<dd>&nbsp;</dd>
846+
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryHandler,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryHandler, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
847+
<dd>
848+
<div class="block">Constructor for WorkflowTaskOptions with retry handler and app ID.</div>
849+
</dd>
844850
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
845851
<dd>&nbsp;</dd>
846852
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,io.dapr.workflows.WorkflowTaskRetryHandler)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
847853
<dd>&nbsp;</dd>
854+
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,io.dapr.workflows.WorkflowTaskRetryHandler,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
855+
<dd>
856+
<div class="block">Constructor for WorkflowTaskOptions with retry policy, retry handler, and app ID.</div>
857+
</dd>
858+
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
859+
<dd>
860+
<div class="block">Constructor for WorkflowTaskOptions with retry policy and app ID.</div>
861+
</dd>
862+
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(java.lang.String)" class="member-name-link">WorkflowTaskOptions(String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
863+
<dd>
864+
<div class="block">Constructor for WorkflowTaskOptions with app ID for cross-app calls.</div>
865+
</dd>
848866
<dt><a href="io/dapr/workflows/WorkflowTaskRetryContext.html" class="type-name-link" title="class in io.dapr.workflows">WorkflowTaskRetryContext</a> - Class in <a href="io/dapr/workflows/package-summary.html">io.dapr.workflows</a></dt>
849867
<dd>&nbsp;</dd>
850868
<dt><a href="io/dapr/workflows/WorkflowTaskRetryContext.html#%3Cinit%3E(io.dapr.workflows.runtime.DefaultWorkflowContext,int,io.dapr.workflows.client.WorkflowFailureDetails,java.time.Duration)" class="member-name-link">WorkflowTaskRetryContext(DefaultWorkflowContext, int, WorkflowFailureDetails, Duration)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskRetryContext.html" title="class in io.dapr.workflows">WorkflowTaskRetryContext</a></dt>

0 commit comments

Comments
 (0)