Skip to content

Commit

Permalink
Merge pull request #97 from airbytehq/speakeasy-sdk-regen-1721163368
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
bgroff authored Jul 16, 2024
2 parents 07f688f + 39592f2 commit 233356a
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.337.1
generationVersion: 2.373.2
releaseVersion: 1.5.3
configChecksum: a03f7e6996ca018b519cca464277b149
releaseVersion: 1.5.4
configChecksum: 6795309afd663bb4d7bf6fd202766572
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
repoSubDirectory: .
published: true
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.337.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
sourceRevisionDigest: sha256:5db6fea2e03621459da94766b8bf4b07a5eac21c621b8f5958c0fe5a8295a41d
sourceBlobDigest: sha256:d035f3b407f273be49c1b0bfbc6b503f48974a8b2944883eab13ef56203a662d
tags:
- latest
- main
targets:
airbyte-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
sourceRevisionDigest: sha256:5db6fea2e03621459da94766b8bf4b07a5eac21c621b8f5958c0fe5a8295a41d
sourceBlobDigest: sha256:d035f3b407f273be49c1b0bfbc6b503f48974a8b2944883eab13ef56203a662d
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand All @@ -29,7 +29,7 @@ workflow:
source: my-source
publish:
java:
ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
gpgPassPhrase: ${{ secrets.GPG_PASSPHRASE }}
ossrhUsername: $OSSRH_USERNAME
ossrhPassword: $OSSRH_PASSWORD
gpgSecretKey: $GPG_SECRET_KEY
gpgPassPhrase: $GPG_PASSPHRASE
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.airbyte:api:1.5.3'
implementation 'com.airbyte:api:1.5.4'
```

Maven:
```xml
<dependency>
<groupId>com.airbyte</groupId>
<artifactId>api</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,4 +1111,14 @@ Based on:
### Generated
- [java v1.5.3] .
### Releases
- [Maven Central v1.5.3] https://central.sonatype.com/artifact/com.airbyte/api/1.5.3 - .
- [Maven Central v1.5.3] https://central.sonatype.com/artifact/com.airbyte/api/1.5.3 - .

## 2024-07-16 20:56:04
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.5.4] .
### Releases
- [Maven Central v1.5.4] https://central.sonatype.com/artifact/com.airbyte/api/1.5.4 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
group = "com.airbyte"
version = "1.5.3"
version = "1.5.4"

sourcesJar {
archiveBaseName = "api"
Expand Down Expand Up @@ -98,7 +98,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '1.5.3'
version = '1.5.4'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
version: 1.5.3
version: 1.5.4
additionalDependencies: []
additionalPlugins: []
artifactID: api
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/airbyte/api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0.0";
public String sdkVersion = "1.5.3";
public String sdkVersion = "1.5.4";
public String genVersion = "2.373.2";
public String userAgent = "speakeasy-sdk/java 1.5.3 2.373.2 1.0.0 com.airbyte.api";
public String userAgent = "speakeasy-sdk/java 1.5.4 2.373.2 1.0.0 com.airbyte.api";

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

Expand Down

0 comments on commit 233356a

Please sign in to comment.