Skip to content

Commit 1e4c3b4

Browse files
authored
Merge pull request #96 from airbytehq/speakeasy-sdk-regen-1721162652
chore: 🐝 Update SDK - Generate
2 parents 9275078 + 469cad3 commit 1e4c3b4

File tree

7 files changed

+28
-18
lines changed

7 files changed

+28
-18
lines changed

.speakeasy/gen.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.337.1
77
generationVersion: 2.373.2
8-
releaseVersion: 1.5.2
9-
configChecksum: 80e54e63a5df79c50e37d9e7cc24c834
8+
releaseVersion: 1.5.3
9+
configChecksum: a03f7e6996ca018b519cca464277b149
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.337.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
6-
sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
5+
sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
6+
sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
77
tags:
88
- latest
99
- main
1010
targets:
1111
airbyte-api:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
15-
sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
14+
sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
15+
sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0
@@ -29,7 +29,7 @@ workflow:
2929
source: my-source
3030
publish:
3131
java:
32-
ossrhUsername: $OSSRH_USERNAME
33-
ossrhPassword: $OSSRH_PASSWORD
34-
gpgSecretKey: $JAVA_GPG_SECRET_KEY
35-
gpgPassPhrase: $JAVA_GPG_PASSPHRASE
32+
ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
33+
ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
34+
gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
35+
gpgPassPhrase: ${{ secrets.GPG_PASSPHRASE }}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:
2626

2727
Gradle:
2828
```groovy
29-
implementation 'com.airbyte:api:1.5.2'
29+
implementation 'com.airbyte:api:1.5.3'
3030
```
3131

3232
Maven:
3333
```xml
3434
<dependency>
3535
<groupId>com.airbyte</groupId>
3636
<artifactId>api</artifactId>
37-
<version>1.5.2</version>
37+
<version>1.5.3</version>
3838
</dependency>
3939
```
4040

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1101,4 +1101,14 @@ Based on:
11011101
### Generated
11021102
- [java v1.5.2] .
11031103
### Releases
1104-
- [Maven Central v1.5.2] https://central.sonatype.com/artifact/com.airbyte/api/1.5.2 - .
1104+
- [Maven Central v1.5.2] https://central.sonatype.com/artifact/com.airbyte/api/1.5.2 - .
1105+
1106+
## 2024-07-16 20:44:07
1107+
### Changes
1108+
Based on:
1109+
- OpenAPI Doc
1110+
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
1111+
### Generated
1112+
- [java v1.5.3] .
1113+
### Releases
1114+
- [Maven Central v1.5.3] https://central.sonatype.com/artifact/com.airbyte/api/1.5.3 - .

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
6161
options.addStringOption('Xdoclint:none', '-quiet')
6262
}
6363
group = "com.airbyte"
64-
version = "1.5.2"
64+
version = "1.5.3"
6565

6666
sourcesJar {
6767
archiveBaseName = "api"
@@ -98,7 +98,7 @@ publishing {
9898
maven(MavenPublication) {
9999
groupId = 'com.airbyte'
100100
artifactId = 'api'
101-
version = '1.5.2'
101+
version = '1.5.3'
102102

103103
from components.java
104104

gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
auth:
1212
oAuth2ClientCredentialsEnabled: true
1313
java:
14-
version: 1.5.2
14+
version: 1.5.3
1515
additionalDependencies: []
1616
additionalPlugins: []
1717
artifactID: api

src/main/java/com/airbyte/api/SDKConfiguration.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public Optional<SecuritySource> securitySource() {
2222
public int serverIdx = 0;
2323
public String language = "java";
2424
public String openapiDocVersion = "1.0.0";
25-
public String sdkVersion = "1.5.2";
25+
public String sdkVersion = "1.5.3";
2626
public String genVersion = "2.373.2";
27-
public String userAgent = "speakeasy-sdk/java 1.5.2 2.373.2 1.0.0 com.airbyte.api";
27+
public String userAgent = "speakeasy-sdk/java 1.5.3 2.373.2 1.0.0 com.airbyte.api";
2828

2929
private com.airbyte.api.utils.Hooks _hooks = createHooks();
3030

0 commit comments

Comments
 (0)