Skip to content

Commit 87fde54

Browse files
prepare v1.5.2 release (#69)
1 parent 742e4cc commit 87fde54

File tree

7 files changed

+26
-16
lines changed

7 files changed

+26
-16
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 47e8e950-a454-4ebb-9f78-86fda7dfa0c2
33
management:
44
docChecksum: a34bd1c885aa42eb3175940494581f67
55
docVersion: 0.2.0
6-
speakeasyVersion: 1.351.2
7-
generationVersion: 2.384.4
8-
releaseVersion: 1.5.1
9-
configChecksum: 2d1e15757ed879dc8cafd52415b44437
6+
speakeasyVersion: 1.352.2
7+
generationVersion: 2.385.2
8+
releaseVersion: 1.5.2
9+
configChecksum: 8fa1830a31c492ff0715e1868931d248
1010
repoURL: https://github.com/StyraInc/opa-java.git
1111
published: true
1212
features:
@@ -16,7 +16,7 @@ features:
1616
core: 3.27.0
1717
examples: 2.81.3
1818
flattening: 2.81.1
19-
globalSecurity: 2.82.5
19+
globalSecurity: 2.82.6
2020
globalSecurityCallbacks: 0.1.0
2121
globalServerURLs: 2.82.1
2222
sdkHooks: 0.1.0

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
java:
15-
version: 1.5.1
15+
version: 1.5.2
1616
additionalDependencies:
1717
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.2
1818
- runtimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.2

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
speakeasyVersion: 1.351.2
1+
speakeasyVersion: 1.352.2
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:2d293e8d4eb5c8727ae63f63af08de78c805f8d3059735b764fbde2dca1d81ec
6-
sourceBlobDigest: sha256:d96482c8562642efecb6129ef6baec3138587401ad6d1d0e94b12a0c2fd0ceba
5+
sourceRevisionDigest: sha256:0386accf30f12bb3bb50144694f3ab35ee68b21a3ed88c12e18a2b88dd15a3e0
6+
sourceBlobDigest: sha256:bf9fe4dd822245aa01ce8a97b40ca6b70149d77015e0e26540a3ce94e5fc2700
77
tags:
88
- latest
99
targets:
1010
opa:
1111
source: openapi
1212
sourceNamespace: openapi
13-
sourceRevisionDigest: sha256:2d293e8d4eb5c8727ae63f63af08de78c805f8d3059735b764fbde2dca1d81ec
14-
sourceBlobDigest: sha256:d96482c8562642efecb6129ef6baec3138587401ad6d1d0e94b12a0c2fd0ceba
13+
sourceRevisionDigest: sha256:0386accf30f12bb3bb50144694f3ab35ee68b21a3ed88c12e18a2b88dd15a3e0
14+
sourceBlobDigest: sha256:bf9fe4dd822245aa01ce8a97b40ca6b70149d77015e0e26540a3ce94e5fc2700
1515
outLocation: /Users/cad/f/src/opa-java
1616
workflow:
1717
workflowVersion: 1.0.0

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OPA Java SDK Changelog
22

3-
## v1.5.2 (unreleased)
3+
## v1.5.2
44

55
* Fixed a bug where instantiating `OPALatencyMeasuringHTTPClient` with the default constructor could result in a null pointer exception while formatting messages.
66

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,13 @@ Based on:
308308
- [java v1.5.1] .
309309
### Releases
310310
- [Maven Central v1.5.1] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.5.1 - .
311+
312+
## 2024-08-05 17:35:00
313+
### Changes
314+
Based on:
315+
- OpenAPI Doc
316+
- Speakeasy CLI 1.351.2 (2.361.10) https://github.com/speakeasy-api/speakeasy
317+
### Generated
318+
- [java v1.5.2] .
319+
### Releases
320+
- [Maven Central v1.5.2] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.5.2 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ publishing {
7878
maven(MavenPublication) {
7979
groupId = 'com.styra'
8080
artifactId = 'opa'
81-
version = '1.5.1'
81+
version = '1.5.2'
8282

8383
from components.java
8484

src/main/java/com/styra/opa/openapi/SDKConfiguration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ public Optional<SecuritySource> securitySource() {
2121
public int serverIdx = 0;
2222
public String language = "java";
2323
public String openapiDocVersion = "0.2.0";
24-
public String sdkVersion = "1.5.1";
25-
public String genVersion = "2.384.4";
26-
public String userAgent = "speakeasy-sdk/java 1.5.1 2.384.4 0.2.0 com.styra.opa.openapi";
24+
public String sdkVersion = "1.5.2";
25+
public String genVersion = "2.385.2";
26+
public String userAgent = "speakeasy-sdk/java 1.5.2 2.385.2 0.2.0 com.styra.opa.openapi";
2727

2828
private com.styra.opa.openapi.utils.Hooks _hooks = createHooks();
2929

0 commit comments

Comments
 (0)