File tree Expand file tree Collapse file tree 8 files changed +25
-15
lines changed
src/main/java/com/styra/opa/openapi Expand file tree Collapse file tree 8 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.2.0
66 speakeasyVersion: 1.531.0
77 generationVersion: 2.568.2
8- releaseVersion: 2.0.2
9- configChecksum: 1601af2b5a1f9a3672d5d79b7a093b83
8+ releaseVersion: 2.0.3
9+ configChecksum: 03d94440697f0e2af34c20070714d3a8
1010 repoURL: https://github.com/StyraInc/opa-java.git
1111 published: true
1212features:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
1515 oAuth2ClientCredentialsEnabled : false
1616 oAuth2PasswordEnabled : false
1717java :
18- version : 2.0.2
18+ version : 2.0.3
1919 additionalDependencies :
2020 - testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.2
2121 - runtimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.2
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.531.0
22sources:
33 openapi:
44 sourceNamespace: openapi
5- sourceRevisionDigest: sha256:5cb6bc3127a9d1c1ffa8aa2d31de43c9aeb09cbf73ada99457332c71e483f6c5
5+ sourceRevisionDigest: sha256:a5feffcf8e7b06d8f5d47086f8f7f09867e62098e8b94555a9538459ec8b8f45
66 sourceBlobDigest: sha256:fc6e2df14a721c45f2d4277c775c9ac01fc7ef2a51ed40c09d41e8e361084690
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1744220550
9+ - speakeasy-sdk-regen-1744223645
1010 - 0.2.0
1111targets:
1212 opa:
1313 source: openapi
1414 sourceNamespace: openapi
15- sourceRevisionDigest: sha256:5cb6bc3127a9d1c1ffa8aa2d31de43c9aeb09cbf73ada99457332c71e483f6c5
15+ sourceRevisionDigest: sha256:a5feffcf8e7b06d8f5d47086f8f7f09867e62098e8b94555a9538459ec8b8f45
1616 sourceBlobDigest: sha256:fc6e2df14a721c45f2d4277c775c9ac01fc7ef2a51ed40c09d41e8e361084690
1717 codeSamplesNamespace: openapi-java-code-samples
18- codeSamplesRevisionDigest: sha256:2bf0df51ca8a20694a0a0e160efe53693a39bcefa820bc8812e575c657a6af28
18+ codeSamplesRevisionDigest: sha256:52768c73ee8eeeb9b022b106e5cfa7592095fe235e4eeeac94e13fa5fb67709e
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -369,4 +369,14 @@ Based on:
369369### Generated
370370- [ java v2.0.2] .
371371### Releases
372- - [ Maven Central v2.0.2] https://central.sonatype.com/artifact/com.styra.opa/openapi/2.0.2 - .
372+ - [ Maven Central v2.0.2] https://central.sonatype.com/artifact/com.styra.opa/openapi/2.0.2 - .
373+
374+ ## 2025-04-09 18:33:44
375+ ### Changes
376+ Based on:
377+ - OpenAPI Doc
378+ - Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
379+ ### Generated
380+ - [ java v2.0.3] .
381+ ### Releases
382+ - [ Maven Central v2.0.3] https://central.sonatype.com/artifact/com.styra.opa/openapi/2.0.3 - .
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ publishing {
9191 maven(MavenPublication ) {
9292 // note that properties can't yet be used below!
9393 // https://github.com/gradle/gradle/issues/18619
94- groupId = " com.styra.opa "
95- artifactId = " openapi "
96- version = " 2.0.2 "
94+ groupId = " com.styra"
95+ artifactId = " opa "
96+ version = " 2.0.3 "
9797
9898 from components. java
9999
Original file line number Diff line number Diff line change 11groupId =com.styra.opa
22artifactId =openapi
3- version =2.0.2
3+ version =2.0.3
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ ensure_plugin 'id "nebula.lint".*' 'id "nebula.lint" version "17.8.0"' './build.
8686# com.styra.opa rather than com.styra.opa.openapi.
8787" $SED " ' s#into("META-INF/maven/com.styra.opa/openapi")#into("META-INF/maven/com.styra/opa")#g' < build.gradle | \
8888 " $SED " ' s#group = "com.styra.opa"#group = "com.styra"#g' | \
89- " $SED " " s#groupId = ' com.styra.opa' #groupId = ' com.styra'#g " | \
90- " $SED " " s#artifactId = ' openapi' #artifactId = ' opa'#g " | \
89+ " $SED " ' s#groupId = " com.styra.opa" #groupId = " com.styra"#g ' | \
90+ " $SED " ' s#artifactId = " openapi" #artifactId = " opa"#g ' | \
9191 " $SED " ' s#archiveBaseName = "openapi"#archiveBaseName = "opa"#g' | \
9292 " $SED " ' s#libs/openapi-#libs/opa-#g' > build.gradle.tmp
9393
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public String resolvedServerUrl() {
2828 public int serverIdx = 0 ;
2929 private static final String LANGUAGE = "java" ;
3030 public static final String OPENAPI_DOC_VERSION = "0.2.0" ;
31- public static final String SDK_VERSION = "2.0.2 " ;
31+ public static final String SDK_VERSION = "2.0.3 " ;
3232 public static final String GEN_VERSION = "2.568.2" ;
3333 private static final String BASE_PACKAGE = "com.styra.opa.openapi" ;
3434 public static final String USER_AGENT =
You can’t perform that action at this time.
0 commit comments