Skip to content

Commit 73f4469

Browse files
authored
Merge pull request #98 from airbytehq/speakeasy-sdk-regen-1721177214
chore: 🐝 Update SDK - Generate
2 parents 5caf9c6 + 0f3525b commit 73f4469

File tree

8 files changed

+41
-17
lines changed

8 files changed

+41
-17
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.4
9-
configChecksum: 6795309afd663bb4d7bf6fd202766572
8+
releaseVersion: 1.5.5
9+
configChecksum: 162f4e503795363f7d847c552d83fae5
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

+20-7
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,42 @@ sources:
77
tags:
88
- latest
99
- main
10+
sample-source:
11+
sourceNamespace: my-source
12+
sourceRevisionDigest: sha256:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
13+
sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
14+
tags:
15+
- latest
16+
- main
1017
targets:
1118
airbyte-api:
1219
source: my-source
1320
sourceNamespace: my-source
1421
sourceRevisionDigest: sha256:5db6fea2e03621459da94766b8bf4b07a5eac21c621b8f5958c0fe5a8295a41d
1522
sourceBlobDigest: sha256:d035f3b407f273be49c1b0bfbc6b503f48974a8b2944883eab13ef56203a662d
1623
outLocation: /github/workspace/repo
24+
testing:
25+
source: sample-source
26+
sourceNamespace: my-source
27+
sourceRevisionDigest: sha256:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
28+
sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
29+
outLocation: /github/workspace/repo
1730
workflow:
1831
workflowVersion: 1.0.0
1932
speakeasyVersion: latest
2033
sources:
21-
my-source:
34+
sample-source:
2235
inputs:
2336
- location: https://raw.githubusercontent.com/airbytehq/airbyte-api-python-sdk/main/airbyte-api.openapi.yaml
2437
registry:
2538
location: registry.speakeasyapi.dev/airbyte/airbyte-prod/my-source
2639
targets:
27-
airbyte-api:
40+
testing:
2841
target: java
29-
source: my-source
42+
source: sample-source
3043
publish:
3144
java:
32-
ossrhUsername: $OSSRH_USERNAME
33-
ossrhPassword: $OSSRH_PASSWORD
34-
gpgSecretKey: $GPG_SECRET_KEY
35-
gpgPassPhrase: $GPG_PASSPHRASE
45+
ossrhUsername: brycegroff
46+
ossrhPassword: $ossrh_password
47+
gpgSecretKey: $java_gpg_secret_key
48+
gpgPassPhrase: $java_gpg_passphrase

.speakeasy/workflow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
workflowVersion: 1.0.0
2+
speakeasyVersion: latest
23
sources:
34
sample-source:
45
inputs:

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.4'
29+
implementation 'com.airbyte:api:1.5.5'
3030
```
3131

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

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1121,4 +1121,14 @@ Based on:
11211121
### Generated
11221122
- [java v1.5.4] .
11231123
### Releases
1124-
- [Maven Central v1.5.4] https://central.sonatype.com/artifact/com.airbyte/api/1.5.4 - .
1124+
- [Maven Central v1.5.4] https://central.sonatype.com/artifact/com.airbyte/api/1.5.4 - .
1125+
1126+
## 2024-07-17 00:46:50
1127+
### Changes
1128+
Based on:
1129+
- OpenAPI Doc
1130+
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
1131+
### Generated
1132+
- [java v1.5.5] .
1133+
### Releases
1134+
- [Maven Central v1.5.5] https://central.sonatype.com/artifact/com.airbyte/api/1.5.5 - .

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.4"
64+
version = "1.5.5"
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.4'
101+
version = '1.5.5'
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.4
14+
version: 1.5.5
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.4";
25+
public String sdkVersion = "1.5.5";
2626
public String genVersion = "2.373.2";
27-
public String userAgent = "speakeasy-sdk/java 1.5.4 2.373.2 1.0.0 com.airbyte.api";
27+
public String userAgent = "speakeasy-sdk/java 1.5.5 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)