Skip to content

Commit ce112d6

Browse files
committed
Generate updated javadocs for 1.0.1
1 parent 88eedd3 commit ce112d6

File tree

512 files changed

+1540
-1540
lines changed

Some content is hidden

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

512 files changed

+1540
-1540
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ For a Maven project, add the following to your `pom.xml` file:
6666
<dependency>
6767
<groupId>io.dapr</groupId>
6868
<artifactId>dapr-sdk</artifactId>
69-
<version>1.0.0</version>
69+
<version>1.0.1</version>
7070
</dependency>
7171
<!-- Dapr's SDK for Actors (optional). -->
7272
<dependency>
7373
<groupId>io.dapr</groupId>
7474
<artifactId>dapr-sdk-actors</artifactId>
75-
<version>1.0.0</version>
75+
<version>1.0.1</version>
7676
</dependency>
7777
<!-- Dapr's SDK integration with SpringBoot (optional). -->
7878
<dependency>
7979
<groupId>io.dapr</groupId>
8080
<artifactId>dapr-sdk-springboot</artifactId>
81-
<version>1.0.0</version>
81+
<version>1.0.1</version>
8282
</dependency>
8383
...
8484
</dependencies>
@@ -106,11 +106,11 @@ repositories {
106106
dependencies {
107107
...
108108
// Dapr's core SDK with all features, except Actors.
109-
compile('io.dapr:dapr-sdk:1.0.0')
109+
compile('io.dapr:dapr-sdk:1.0.1')
110110
// Dapr's SDK for Actors (optional).
111-
compile('io.dapr:dapr-sdk-actors:1.0.0')
111+
compile('io.dapr:dapr-sdk-actors:1.0.1')
112112
// Dapr's SDK integration with SpringBoot (optional).
113-
compile('io.dapr:dapr-sdk-springboot:1.0.0')
113+
compile('io.dapr:dapr-sdk-springboot:1.0.1')
114114
}
115115
```
116116

docs/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>All Classes (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>All Classes (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
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
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>All Packages (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>All Packages (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
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
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>Constant Field Values (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>Constant Field Values (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
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/deprecated-list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>Deprecated List (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>Deprecated List (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
99
<meta name="description" content="deprecated elements">
1010
<meta name="generator" content="javadoc/DeprecatedListWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/help-doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>API Help (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>API Help (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
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/index-all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>Index (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>Index (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
99
<meta name="description" content="index">
1010
<meta name="generator" content="javadoc/SingleIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>Overview (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>Overview (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/PackageIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -67,7 +67,7 @@
6767
</header>
6868
<main role="main">
6969
<div class="header">
70-
<h1 class="title">dapr-sdk-parent 1.0.0 API</h1>
70+
<h1 class="title">dapr-sdk-parent 1.0.1 API</h1>
7171
</div>
7272
<div class="contentContainer">
7373
<div class="overviewSummary">

docs/io/dapr/Topic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>Topic (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>Topic (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
99
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
1010
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">

docs/io/dapr/actors/ActorId.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Tue Feb 16 17:58:47 PST 2021 -->
6-
<title>ActorId (dapr-sdk-parent 1.0.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Wed Mar 17 14:11:40 PDT 2021 -->
6+
<title>ActorId (dapr-sdk-parent 1.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2021-02-16">
8+
<meta name="dc.created" content="2021-03-17">
99
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)