Skip to content

Commit

Permalink
Generate updated javadocs for 1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <[email protected]>
  • Loading branch information
artursouza committed Nov 15, 2022
1 parent 7bebcf1 commit 9ab08b8
Show file tree
Hide file tree
Showing 660 changed files with 1,992 additions and 1,992 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0</version>
<version>1.7.1</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
...
</dependencies>
Expand All @@ -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.7.0')
compile('io.dapr:dapr-sdk:1.7.1')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.7.0')
compile('io.dapr:dapr-sdk-actors:1.7.1')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.7.0')
compile('io.dapr:dapr-sdk-springboot:1.7.1')
}
```

Expand Down
14 changes: 7 additions & 7 deletions daprdocs/content/en/java-sdk-docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0</version>
<version>1.7.1</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
...
</dependencies>
Expand All @@ -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.7.0')
compile('io.dapr:dapr-sdk:1.7.1')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.7.0')
compile('io.dapr:dapr-sdk-actors:1.7.1')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.7.0')
compile('io.dapr:dapr-sdk-springboot:1.7.1')
}
```

Expand All @@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```

Expand Down
14 changes: 7 additions & 7 deletions daprdocs/content/en/java-sdk-docs/_index.mdbak
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0</version>
<version>1.7.1</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
...
</dependencies>
Expand All @@ -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.6.0')
compile('io.dapr:dapr-sdk:1.7.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.6.0')
compile('io.dapr:dapr-sdk-actors:1.7.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.6.0')
compile('io.dapr:dapr-sdk-springboot:1.7.0')
}
```

Expand All @@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>All Classes (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>All Classes (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>All Packages (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>All Packages (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Constant Field Values (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Constant Field Values (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Deprecated List (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Deprecated List (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="deprecated elements">
<meta name="generator" content="javadoc/DeprecatedListWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>API Help (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>API Help (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Index (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Index (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="index">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Overview (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Overview (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/PackageIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -53,7 +53,7 @@
<div class="flex-content">
<main role="main">
<div class="header">
<h1 class="title">dapr-sdk-parent 1.7.0 API</h1>
<h1 class="title">dapr-sdk-parent 1.7.1 API</h1>
</div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/Rule.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Rule (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Rule (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="declaration: package: io.dapr, annotation type: Rule">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/Topic.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Topic (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Topic (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/ActorId.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>ActorId (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>ActorId (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/ActorMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>ActorMethod (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>ActorMethod (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorMethod">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/ActorTrace.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>ActorTrace (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>ActorTrace (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorTrace">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/ActorType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>ActorType (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>ActorType (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorType">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/ActorUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>ActorUtils (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>ActorUtils (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorUtils">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/class-use/ActorId.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="use: package: io.dapr.actors, class: ActorId">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/class-use/ActorMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorMethod">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/io/dapr/actors/class-use/ActorTrace.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.7.0 API)</title>
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.7.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-10-13">
<meta name="dc.created" content="2022-11-14">
<meta name="description" content="use: package: io.dapr.actors, class: ActorTrace">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit 9ab08b8

Please sign in to comment.