Skip to content

Commit f532876

Browse files
authored
Merge pull request #95 from airbytehq/speakeasy-sdk-regen-1721096868
chore: 🐝 Update SDK - Generate
2 parents b0dcc9f + 9d9f1da commit f532876

File tree

8 files changed

+89
-28
lines changed

8 files changed

+89
-28
lines changed

.speakeasy/gen.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
33
management:
44
docChecksum: 9d937f0b088a71ee7aaf5a76d6324576
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.335.2
7-
generationVersion: 2.372.3
8-
releaseVersion: 1.5.1
9-
configChecksum: 53ab2446c5b60024a10bb79d807fbbbe
6+
speakeasyVersion: 1.337.1
7+
generationVersion: 2.373.2
8+
releaseVersion: 1.5.2
9+
configChecksum: 80e54e63a5df79c50e37d9e7cc24c834
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
java:
1515
additionalDependencies: 0.1.0
1616
constsAndDefaults: 0.1.1
17-
core: 3.26.2
17+
core: 3.26.3
1818
globalSecurity: 2.82.5
1919
globalSecurityCallbacks: 0.1.0
2020
globalServerURLs: 2.82.1
@@ -3978,3 +3978,4 @@ generatedFiles:
39783978
- docs/sdks/workspaces/README.md
39793979
- USAGE.md
39803980
- src/main/java/com/airbyte/api/hooks/ClientCredentialsHook.java
3981+
- CONTRIBUTING.md

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.335.2
1+
speakeasyVersion: 1.337.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a2965c114e340987d05556f130c3fb312758c4dc617d12e9c36d239ae5de2c90
6-
sourceBlobDigest: sha256:c9abc14c5c90dc3d935bd884db2c2b795e1eb8631f6d9fa3526135c1aa6ffd63
5+
sourceRevisionDigest: sha256:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
6+
sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
77
tags:
88
- latest
99
- main
1010
targets:
1111
airbyte-api:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:a2965c114e340987d05556f130c3fb312758c4dc617d12e9c36d239ae5de2c90
15-
sourceBlobDigest: sha256:c9abc14c5c90dc3d935bd884db2c2b795e1eb8631f6d9fa3526135c1aa6ffd63
14+
sourceRevisionDigest: sha256:04cae28eb1209c98f831cad96cff132439135cddecb8a3797ae866882cddefb4
15+
sourceBlobDigest: sha256:80381af963f92900df03c3316afd54560bc91b376efeef8343edebe275fda7cf
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

CONTRIBUTING.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4+
5+
## How to Report Issues
6+
7+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

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

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

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1091,4 +1091,14 @@ Based on:
10911091
### Generated
10921092
- [java v1.5.1] .
10931093
### Releases
1094-
- [Maven Central v1.5.1] https://central.sonatype.com/artifact/com.airbyte/api/1.5.1 - .
1094+
- [Maven Central v1.5.1] https://central.sonatype.com/artifact/com.airbyte/api/1.5.1 - .
1095+
1096+
## 2024-07-16 19:23:54
1097+
### Changes
1098+
Based on:
1099+
- OpenAPI Doc
1100+
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
1101+
### Generated
1102+
- [java v1.5.2] .
1103+
### Releases
1104+
- [Maven Central v1.5.2] https://central.sonatype.com/artifact/com.airbyte/api/1.5.2 - .

build.gradle

+35-11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ plugins {
1313
id 'java-library'
1414
id 'maven-publish'
1515
id 'signing'
16+
id 'cl.franciscosolis.sonatype-central-upload' version '1.0.0'
1617
}
1718

1819
compileJava.options.encoding = "UTF-8"
@@ -38,6 +39,7 @@ model {
3839

3940
jar {
4041
dependsOn(":generatePomFileForMavenPublication")
42+
archiveBaseName = "api"
4143

4244
into("META-INF/maven/com.airbyte/api") {
4345
from("$buildDir/pom.xml")
@@ -58,23 +60,45 @@ tasks.withType(Javadoc) {
5860
failOnError false
5961
options.addStringOption('Xdoclint:none', '-quiet')
6062
}
63+
group = "com.airbyte"
64+
version = "1.5.2"
65+
66+
sourcesJar {
67+
archiveBaseName = "api"
68+
}
69+
70+
javadocJar {
71+
archiveBaseName = "api"
72+
}
73+
74+
sonatypeCentralUpload {
75+
// This is your Sonatype generated username
76+
username = System.getenv("SONATYPE_USERNAME")
77+
// This is your sonatype generated password
78+
password = System.getenv("SONATYPE_PASSWORD")
79+
80+
// This is a list of files to upload. Ideally you would point to your jar file, source and javadoc jar (required by central)
81+
archives = files(
82+
"$buildDir/libs/api-${version}.jar",
83+
"$buildDir/libs/api-${version}-sources.jar",
84+
"$buildDir/libs/api-${version}-javadoc.jar"
85+
)
86+
87+
// This is the pom file to upload. This is required by central
88+
pom = file("$buildDir/pom.xml")
89+
90+
// This is your PGP private key. This is required to sign your files
91+
signingKey = System.getenv("SONATYPE_SIGNING_KEY")
92+
// This is your PGP private key passphrase to decrypt your private key
93+
signingKeyPassphrase = System.getenv("SIGNING_KEY_PASSPHRASE")
94+
}
6195
publishing {
62-
repositories {
63-
maven {
64-
name = "OSSRH"
65-
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
66-
credentials {
67-
username = System.getenv("MAVEN_USERNAME")
68-
password = System.getenv("MAVEN_PASSWORD")
69-
}
70-
}
71-
}
7296

7397
publications {
7498
maven(MavenPublication) {
7599
groupId = 'com.airbyte'
76100
artifactId = 'api'
77-
version = '1.5.1'
101+
version = '1.5.2'
78102

79103
from components.java
80104

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.1
14+
version: 1.5.2
1515
additionalDependencies: []
1616
additionalPlugins: []
1717
artifactID: api

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

+3-3
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.1";
26-
public String genVersion = "2.372.3";
27-
public String userAgent = "speakeasy-sdk/java 1.5.1 2.372.3 1.0.0 com.airbyte.api";
25+
public String sdkVersion = "1.5.2";
26+
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";
2828

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

0 commit comments

Comments
 (0)