Skip to content

chore: 🐝 Update SDK - Generate #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
configChecksum: 80e54e63a5df79c50e37d9e7cc24c834
releaseVersion: 1.5.3
configChecksum: a03f7e6996ca018b519cca464277b149
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:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
tags:
- latest
- main
targets:
airbyte-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand All @@ -29,7 +29,7 @@ workflow:
source: my-source
publish:
java:
ossrhUsername: $OSSRH_USERNAME
ossrhPassword: $OSSRH_PASSWORD
gpgSecretKey: $JAVA_GPG_SECRET_KEY
gpgPassPhrase: $JAVA_GPG_PASSPHRASE
ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
gpgPassPhrase: ${{ secrets.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.2'
implementation 'com.airbyte:api:1.5.3'
```

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

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

## 2024-07-16 20:44:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.5.3] .
### Releases
- [Maven Central v1.5.3] https://central.sonatype.com/artifact/com.airbyte/api/1.5.3 - .
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.2"
version = "1.5.3"

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

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.2
version: 1.5.3
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.2";
public String sdkVersion = "1.5.3";
public String genVersion = "2.373.2";
public String userAgent = "speakeasy-sdk/java 1.5.2 2.373.2 1.0.0 com.airbyte.api";
public String userAgent = "speakeasy-sdk/java 1.5.3 2.373.2 1.0.0 com.airbyte.api";

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

Expand Down