-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* apply publishing setup to edge-api module * update edge-api spec and regenerate client
- Loading branch information
Showing
153 changed files
with
1,649 additions
and
800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.6.0 | ||
7.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Ziti Edge Client | ||
* OpenZiti Edge Client API | ||
* | ||
* The version of the OpenAPI document: 0.26.20 | ||
* The version of the OpenAPI document: 0.26.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -52,8 +52,8 @@ | |
*/ | ||
@javax.annotation.Generated( | ||
value = "org.openapitools.codegen.languages.JavaClientCodegen", | ||
date = "2024-06-07T09:12:49.062759-04:00[America/New_York]", | ||
comments = "Generator version: 7.6.0") | ||
date = "2024-09-04T10:11:22.635226-04:00[America/New_York]", | ||
comments = "Generator version: 7.8.0") | ||
public class ApiClient { | ||
|
||
private HttpClient.Builder builder; | ||
|
@@ -68,7 +68,7 @@ public class ApiClient { | |
private Duration readTimeout; | ||
private Duration connectTimeout; | ||
|
||
private static String valueToString(Object value) { | ||
public static String valueToString(Object value) { | ||
if (value == null) { | ||
return ""; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Ziti Edge Client | ||
* OpenZiti Edge Client API | ||
* | ||
* The version of the OpenAPI document: 0.26.20 | ||
* The version of the OpenAPI document: 0.26.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -16,8 +16,8 @@ | |
|
||
@javax.annotation.Generated( | ||
value = "org.openapitools.codegen.languages.JavaClientCodegen", | ||
date = "2024-06-07T09:12:49.062759-04:00[America/New_York]", | ||
comments = "Generator version: 7.6.0") | ||
date = "2024-09-04T10:11:22.635226-04:00[America/New_York]", | ||
comments = "Generator version: 7.8.0") | ||
public class ApiException extends Exception { | ||
private static final long serialVersionUID = 1L; | ||
|
||
|
Oops, something went wrong.