Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.377.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 22, 2024
1 parent 6d38c45 commit 9a0a0a2
Show file tree
Hide file tree
Showing 89 changed files with 899 additions and 947 deletions.
16 changes: 6 additions & 10 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
lockVersion: 2.0.0
id: b4f7f2df-6c4d-4150-a18f-8b74fe44eb22
management:
docChecksum: b5a2c208bc36f884f74846e5b9777fb8
docChecksum: 59634240879b8bce1b699c21c7f4f276
docVersion: 1.0.0
speakeasyVersion: 1.363.1
generationVersion: 2.396.0
releaseVersion: 0.4.0
configChecksum: 7d6f5183f0f9da49f264d8b474501c0d
speakeasyVersion: 1.377.1
generationVersion: 2.404.1
releaseVersion: 0.5.0
configChecksum: 3b33f25e938c6a67453f8e636f88064a
repoURL: https://github.com/livepeer/livepeer-java.git
features:
java:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.1
core: 3.28.1
core: 3.29.4
deprecations: 2.81.1
flattening: 2.81.1
globalSecurity: 2.82.7
Expand Down Expand Up @@ -588,7 +588,6 @@ generatedFiles:
- docs/models/components/UserTags.md
- docs/models/components/Multistream.md
- docs/models/components/TargetSpec.md
- docs/models/components/Target.md
- docs/models/components/InputCreatorIdType.md
- docs/models/components/InputCreatorId1.md
- docs/models/components/InputCreatorId.md
Expand Down Expand Up @@ -627,13 +626,11 @@ generatedFiles:
- docs/models/components/TargetAddPayloadSpec.md
- docs/models/components/TargetAddPayload.md
- docs/models/components/MultistreamTarget.md
- docs/models/components/MultistreamTargetInput.md
- docs/models/components/MultistreamTargetPatchPayload.md
- docs/models/components/Events.md
- docs/models/components/LastFailure.md
- docs/models/components/Status.md
- docs/models/components/Webhook.md
- docs/models/components/WebhookInput.md
- docs/models/components/Request.md
- docs/models/components/Response.md
- docs/models/components/WebhookLog.md
Expand All @@ -646,7 +643,6 @@ generatedFiles:
- docs/models/components/NftMetadata.md
- docs/models/components/Spec.md
- docs/models/components/NewAssetFromUrlPayload.md
- docs/models/components/Encryption.md
- docs/models/components/Ipfs1.md
- docs/models/components/Ipfs.md
- docs/models/components/Storage.md
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
version: 0.4.0
version: 0.5.0
additionalDependencies: []
additionalPlugins: []
artifactID: livepeer
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.363.1
speakeasyVersion: 1.377.1
sources:
Livepeer:
sourceNamespace: livepeer
Expand All @@ -8,17 +8,17 @@ sources:
- latest
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:0dbaf8a7778fa745fcd3d24d1e96021ba6b57b27ea1a0b2f0496721ad0e044f8
sourceBlobDigest: sha256:e52a771ee6c6da0462e04215ca8263268a4464d44554e9089aec8c03b65037a6
sourceRevisionDigest: sha256:9333277669bf8fb46063579d611518570aff37c2bfb20e0a90fd3b0c030ca2ad
sourceBlobDigest: sha256:1705d75b1de89f7c2e60643ed2c2aaced22b577da6f2935b1c2e09d533bb7182
tags:
- latest
- main
targets:
livepeer-java:
source: livepeer-studio-api
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:0dbaf8a7778fa745fcd3d24d1e96021ba6b57b27ea1a0b2f0496721ad0e044f8
sourceBlobDigest: sha256:e52a771ee6c6da0462e04215ca8263268a4464d44554e9089aec8c03b65037a6
sourceRevisionDigest: sha256:9333277669bf8fb46063579d611518570aff37c2bfb20e0a90fd3b0c030ca2ad
sourceBlobDigest: sha256:1705d75b1de89f7c2e60643ed2c2aaced22b577da6f2935b1c2e09d533bb7182
outLocation: /github/workspace/repo
my-first-target:
source: Livepeer
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'studio.livepeer:livepeer:0.4.0'
implementation 'studio.livepeer:livepeer:0.5.0'
```

Maven:
```xml
<dependency>
<groupId>studio.livepeer</groupId>
<artifactId>livepeer</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
```

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.363.1 (2.396.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.4.0] .
- [java v0.4.0] .

## 2024-08-22 00:09:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.377.1 (2.404.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.5.0] .
92 changes: 89 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
plugins {
// Apply the java-library plugin for API and implementation separation.
id 'java-library'
id 'maven-publish'
id 'signing'
}

compileJava.options.encoding = "UTF-8"
Expand All @@ -30,15 +32,99 @@ java {
withJavadocJar()
}

model {
tasks.generatePomFileForMavenPublication {
destination = file("$buildDir/pom.xml")
}
}

jar {
dependsOn(":generatePomFileForMavenPublication")

into("META-INF/maven/studio.livepeer/livepeer") {
from("$buildDir/pom.xml")
}
}

javadoc {
options.encoding = "UTF-8"

if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true)
}
options.addStringOption('Xdoclint:none', '-quiet')
}

tasks.withType(Javadoc) {
failOnError false
options.addStringOption('Xdoclint:none', '-quiet')
}

group = "studio.livepeer"
version = "0.5.0"

sourcesJar {
archiveBaseName = "livepeer"
}

javadocJar {
archiveBaseName = "livepeer"
}


publishing {

publications {
maven(MavenPublication) {
groupId = 'studio.livepeer'
artifactId = 'livepeer'
version = '0.5.0'

from components.java

pom {
name = 'My Company Java SDK'
description = 'SDK enabling Java developers to easily integrate with the My Company API.'
url = 'https://github.com/owner/repo'
scm {
url = 'github.com/owner/repo'
connection = 'scm:git:ssh://[email protected]/owner/repo.git'
}
licenses {
license {
name = 'The MIT License (MIT)'
url = 'https://mit-license.org/'
}
}
developers {
developer {
name = 'My Company'
organization = 'My Company'
email = '[email protected]'
}
}
organization {
name = 'My Company'
url = 'www.mycompany.com'
}
}
}
}
}

if (!project.hasProperty('skip.signing')) {
signing {
def signingKey = findProperty("signingKey")
def signingPassphrase = findProperty("signingPassphrase")
useInMemoryPgpKeys(signingKey, signingPassphrase)
sign publishing.publications.maven
}
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2'
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
Expand Down
Loading

0 comments on commit 9a0a0a2

Please sign in to comment.