Skip to content

Commit 1d0298e

Browse files
committed
Generate updated javadocs for 1.9.0
Signed-off-by: Artur Souza <[email protected]>
1 parent d34bcb8 commit 1d0298e

File tree

961 files changed

+106104
-8257
lines changed

Some content is hidden

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

961 files changed

+106104
-8257
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ For a Maven project, add the following to your `pom.xml` file:
5252
<dependency>
5353
<groupId>io.dapr</groupId>
5454
<artifactId>dapr-sdk</artifactId>
55-
<version>1.8.0</version>
55+
<version>1.9.0</version>
5656
</dependency>
5757
<!-- Dapr's SDK for Actors (optional). -->
5858
<dependency>
5959
<groupId>io.dapr</groupId>
6060
<artifactId>dapr-sdk-actors</artifactId>
61-
<version>1.8.0</version>
61+
<version>1.9.0</version>
6262
</dependency>
6363
<!-- Dapr's SDK integration with SpringBoot (optional). -->
6464
<dependency>
6565
<groupId>io.dapr</groupId>
6666
<artifactId>dapr-sdk-springboot</artifactId>
67-
<version>1.8.0</version>
67+
<version>1.9.0</version>
6868
</dependency>
6969
...
7070
</dependencies>
@@ -78,11 +78,11 @@ For a Gradle project, add the following to your `build.gradle` file:
7878
dependencies {
7979
...
8080
// Dapr's core SDK with all features, except Actors.
81-
compile('io.dapr:dapr-sdk:1.8.0')
81+
compile('io.dapr:dapr-sdk:1.9.0')
8282
// Dapr's SDK for Actors (optional).
83-
compile('io.dapr:dapr-sdk-actors:1.8.0')
83+
compile('io.dapr:dapr-sdk-actors:1.9.0')
8484
// Dapr's SDK integration with SpringBoot (optional).
85-
compile('io.dapr:dapr-sdk-springboot:1.8.0')
85+
compile('io.dapr:dapr-sdk-springboot:1.9.0')
8686
}
8787
```
8888

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ For a Maven project, add the following to your `pom.xml` file:
3131
<dependency>
3232
<groupId>io.dapr</groupId>
3333
<artifactId>dapr-sdk</artifactId>
34-
<version>1.8.0</version>
34+
<version>1.9.0</version>
3535
</dependency>
3636
<!-- Dapr's SDK for Actors (optional). -->
3737
<dependency>
3838
<groupId>io.dapr</groupId>
3939
<artifactId>dapr-sdk-actors</artifactId>
40-
<version>1.8.0</version>
40+
<version>1.9.0</version>
4141
</dependency>
4242
<!-- Dapr's SDK integration with SpringBoot (optional). -->
4343
<dependency>
4444
<groupId>io.dapr</groupId>
4545
<artifactId>dapr-sdk-springboot</artifactId>
46-
<version>1.8.0</version>
46+
<version>1.9.0</version>
4747
</dependency>
4848
...
4949
</dependencies>
@@ -57,11 +57,11 @@ For a Gradle project, add the following to your `build.gradle` file:
5757
dependencies {
5858
...
5959
// Dapr's core SDK with all features, except Actors.
60-
compile('io.dapr:dapr-sdk:1.8.0')
60+
compile('io.dapr:dapr-sdk:1.9.0')
6161
// Dapr's SDK for Actors (optional).
62-
compile('io.dapr:dapr-sdk-actors:1.8.0')
62+
compile('io.dapr:dapr-sdk-actors:1.9.0')
6363
// Dapr's SDK integration with SpringBoot (optional).
64-
compile('io.dapr:dapr-sdk-springboot:1.8.0')
64+
compile('io.dapr:dapr-sdk-springboot:1.9.0')
6565
}
6666
```
6767

@@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
7272
<dependency>
7373
<groupId>com.squareup.okhttp3</groupId>
7474
<artifactId>okhttp</artifactId>
75-
<version>4.9.0</version>
75+
<version>1.9.0</version>
7676
</dependency>
7777
```
7878

docs/allclasses-index.html

Lines changed: 734 additions & 302 deletions
Large diffs are not rendered by default.

docs/allclasses.html

Lines changed: 80 additions & 10 deletions
Large diffs are not rendered by default.

docs/allpackages-index.html

Lines changed: 5 additions & 5 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 (11.0.18) on Wed Feb 15 17:23:08 PST 2023 -->
6-
<title>All Packages (dapr-sdk-parent 1.8.0 API)</title>
5+
<!-- Generated by javadoc (11.0.19) on Sun Jun 11 23:10:23 PDT 2023 -->
6+
<title>All Packages (dapr-sdk-parent 1.9.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-02-15">
8+
<meta name="dc.created" content="2023-06-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -15,14 +15,14 @@
1515
<!--[if IE]>
1616
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
1717
<![endif]-->
18-
<script type="text/javascript" src="jquery/jquery-3.6.0.min.js"></script>
18+
<script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script>
1919
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
2020
</head>
2121
<body>
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Packages (dapr-sdk-parent 1.8.0 API)";
25+
parent.document.title="All Packages (dapr-sdk-parent 1.9.0 API)";
2626
}
2727
}
2828
catch(err) {

0 commit comments

Comments
 (0)