Compare commits

...

6 Commits

Author SHA1 Message Date
speakeasybot
ce09c0c9f6 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.3 2024-09-16 19:34:43 +00:00
Luke Hagar
d17be8f8fa secret names 2024-09-16 19:31:20 +00:00
Luke Hagar
2e07625687 secret names 2024-09-16 19:29:49 +00:00
speakeasybot
258203517f ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.3 2024-09-16 19:16:31 +00:00
Luke Hagar
af70af8aee username as var 2024-09-16 19:12:57 +00:00
Luke Hagar
ee80753a6b Added username 2024-09-16 19:12:05 +00:00
10 changed files with 40 additions and 19 deletions

View File

@@ -26,7 +26,8 @@ jobs:
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

View File

@@ -16,7 +16,7 @@ jobs:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

View File

@@ -3,10 +3,10 @@ id: 1732900d-e173-47c1-a90d-d45182eb35d9
management:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3
speakeasyVersion: 1.397.2
speakeasyVersion: 1.397.3
generationVersion: 2.415.8
releaseVersion: 0.3.3
configChecksum: a6378b080b9448e1abe66db14fe24490
releaseVersion: 0.3.5
configChecksum: 4c3849409a619a08ad17d85569b6ab77
repoURL: https://github.com/LukeHagar/plexjava.git
published: true
features:

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
version: 0.3.3
version: 0.3.5
additionalDependencies: []
additionalPlugins: []
artifactID: plexapi

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.397.2
speakeasyVersion: 1.397.3
sources:
my-source:
sourceNamespace: my-source
@@ -20,7 +20,7 @@ targets:
sourceRevisionDigest: sha256:533fe97486e3fe2d84e890b7bbcdba4543d415e45181386154e011861f6da36f
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-java-plexjava
codeSamplesRevisionDigest: sha256:14636d40633d1bfe4265214260f6ed238d889442576562ffc77adf3081337013
codeSamplesRevisionDigest: sha256:03bbcd874f602bc3c4399006b5786cf79cc602609d21aeb38a332f69e03fde9e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
@@ -34,7 +34,7 @@ workflow:
source: plexapi
publish:
java:
ossrhUsername: J4dlHj0l
ossrhUsername: $ossrh_username
ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase

View File

@@ -10,7 +10,7 @@ targets:
source: plexapi
publish:
java:
ossrhUsername: J4dlHj0l
ossrhUsername: $ossrh_username
ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase

View File

@@ -37,7 +37,7 @@ The samples below show how a published SDK artifact is used:
Gradle:
```groovy
implementation 'dev.plexapi:plexapi:0.3.3'
implementation 'dev.plexapi:plexapi:0.3.5'
```
Maven:
@@ -45,7 +45,7 @@ Maven:
<dependency>
<groupId>dev.plexapi</groupId>
<artifactId>plexapi</artifactId>
<version>0.3.3</version>
<version>0.3.5</version>
</dependency>
```

View File

@@ -39,3 +39,23 @@ Based on:
- [java v0.3.3] .
### Releases
- [Maven Central v0.3.3] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.3 - .
## 2024-09-16 19:14:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.3 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.3.4] .
### Releases
- [Maven Central v0.3.4] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.4 - .
## 2024-09-16 19:32:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.3 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.3.5] .
### Releases
- [Maven Central v0.3.5] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.5 - .

View File

@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}
group = "dev.plexapi"
version = "0.3.3"
version = "0.3.5"
sourcesJar {
archiveBaseName = "plexapi"
@@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.plexapi'
artifactId = 'plexapi'
version = '0.3.3'
version = '0.3.5'
from components.java

View File

@@ -36,9 +36,9 @@ class SDKConfiguration {
} };
public String language = "java";
public String openapiDocVersion = "0.0.3";
public String sdkVersion = "0.3.3";
public String sdkVersion = "0.3.5";
public String genVersion = "2.415.8";
public String userAgent = "speakeasy-sdk/java 0.3.3 2.415.8 0.0.3 dev.plexapi.sdk";
public String userAgent = "speakeasy-sdk/java 0.3.5 2.415.8 0.0.3 dev.plexapi.sdk";
private Hooks _hooks = createHooks();