File tree 7 files changed +27
-17
lines changed
src/main/java/dev/speakeasyapi/javaclientsdk 7 files changed +27
-17
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 66f99777-b2f2-4e45-9581-501d199e5c0c
3
3
management:
4
4
docChecksum: af467caf61bea274c32dd872e84f602e
5
5
docVersion: 0.4.0
6
- speakeasyVersion: 1.476.2
7
- generationVersion: 2.495.1
8
- releaseVersion: 7.24.0
9
- configChecksum: 3a4b2e02ff100b9f19fa3db8c8c92db8
6
+ speakeasyVersion: 1.477.0
7
+ generationVersion: 2.497.0
8
+ releaseVersion: 7.24.1
9
+ configChecksum: a96c0cf93743d20965c64083bb99f07e
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-java.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.476.2
1
+ speakeasyVersion: 1.477.0
2
2
sources:
3
3
first-source: {}
4
4
my-source:
5
5
sourceNamespace: my-source-new
6
- sourceRevisionDigest: sha256:8b5878585b648da25d2a67bda4f46bbde0044bbc0f8a2cfa9aa92b54163913a2
6
+ sourceRevisionDigest: sha256:a5d41191536d900d3b43bbc446e9548186e359397d85e306ef198ff4a0bd558a
7
7
sourceBlobDigest: sha256:c06cc83921f8f24dfc098c977539857c3b7ff65302887ea14acb0fe3d5b17c62
8
8
tags:
9
9
- latest
10
- - speakeasy-sdk-regen-1738022565
10
+ - speakeasy-sdk-regen-1738095674
11
11
- 0.4.0
12
12
targets:
13
13
java-target:
14
14
source: my-source
15
15
sourceNamespace: my-source-new
16
- sourceRevisionDigest: sha256:8b5878585b648da25d2a67bda4f46bbde0044bbc0f8a2cfa9aa92b54163913a2
16
+ sourceRevisionDigest: sha256:a5d41191536d900d3b43bbc446e9548186e359397d85e306ef198ff4a0bd558a
17
17
sourceBlobDigest: sha256:c06cc83921f8f24dfc098c977539857c3b7ff65302887ea14acb0fe3d5b17c62
18
18
codeSamplesNamespace: my-source-java-code-samples
19
- codeSamplesRevisionDigest: sha256:2f1542e777f1f668eb711101995762cc2b58b32397dff5b10175ee05656bd3e3
19
+ codeSamplesRevisionDigest: sha256:c92b38b635d3abbece02f5529d5b65a651fdb7f0ea863d689a40767cce1bccbb
20
20
py:
21
21
source: first-source
22
22
ts:
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ The samples below show how a published SDK artifact is used:
34
34
35
35
Gradle:
36
36
``` groovy
37
- implementation 'dev.speakeasyapi:javaclientsdk:7.24.0 '
37
+ implementation 'dev.speakeasyapi:javaclientsdk:7.24.1 '
38
38
```
39
39
40
40
Maven:
41
41
``` xml
42
42
<dependency >
43
43
<groupId >dev.speakeasyapi</groupId >
44
44
<artifactId >javaclientsdk</artifactId >
45
- <version >7.24.0 </version >
45
+ <version >7.24.1 </version >
46
46
</dependency >
47
47
```
48
48
Original file line number Diff line number Diff line change @@ -2106,4 +2106,14 @@ Based on:
2106
2106
### Generated
2107
2107
- [ java v7.24.0] .
2108
2108
### Releases
2109
- - [ Maven Central v7.24.0] https://central.sonatype.com/artifact/dev.speakeasyapi/javaclientsdk/7.24.0 - .
2109
+ - [ Maven Central v7.24.0] https://central.sonatype.com/artifact/dev.speakeasyapi/javaclientsdk/7.24.0 - .
2110
+
2111
+ ## 2025-01-28 20:20:57
2112
+ ### Changes
2113
+ Based on:
2114
+ - OpenAPI Doc
2115
+ - Speakeasy CLI 1.477.0 (2.497.0) https://github.com/speakeasy-api/speakeasy
2116
+ ### Generated
2117
+ - [ java v7.24.1] .
2118
+ ### Releases
2119
+ - [ Maven Central v7.24.1] https://central.sonatype.com/artifact/dev.speakeasyapi/javaclientsdk/7.24.1 - .
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
61
61
}
62
62
63
63
group = " dev.speakeasyapi"
64
- version = " 7.24.0 "
64
+ version = " 7.24.1 "
65
65
66
66
sourcesJar {
67
67
archiveBaseName = " javaclientsdk"
@@ -88,7 +88,7 @@ publishing {
88
88
maven(MavenPublication ) {
89
89
groupId = ' dev.speakeasyapi'
90
90
artifactId = ' javaclientsdk'
91
- version = ' 7.24.0 '
91
+ version = ' 7.24.1 '
92
92
93
93
from components. java
94
94
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
oAuth2ClientCredentialsEnabled : false
12
12
oAuth2PasswordEnabled : false
13
13
java :
14
- version : 7.24.0
14
+ version : 7.24.1
15
15
additionalDependencies : []
16
16
additionalPlugins : []
17
17
artifactID : javaclientsdk
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public String resolvedServerUrl() {
31
31
public String server ;
32
32
private static final String LANGUAGE = "java" ;
33
33
public static final String OPENAPI_DOC_VERSION = "0.4.0" ;
34
- public static final String SDK_VERSION = "7.24.0 " ;
35
- public static final String GEN_VERSION = "2.495.1 " ;
34
+ public static final String SDK_VERSION = "7.24.1 " ;
35
+ public static final String GEN_VERSION = "2.497.0 " ;
36
36
private static final String BASE_PACKAGE = "dev.speakeasyapi.javaclientsdk" ;
37
37
public static final String USER_AGENT =
38
38
String .format ("speakeasy-sdk/%s %s %s %s %s" ,
You can’t perform that action at this time.
0 commit comments