mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 19:37:14 +00:00
Prepare v7.16.0 release (#21794)
* Revert "v7.15.0 release (#21792)"
This reverts commit 2c816f89cb.
* prepare 7.15.0 release
* update samples
This commit is contained in:
@@ -1 +1 @@
|
||||
7.15.0-SNAPSHOT
|
||||
7.16.0-SNAPSHOT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.15.0-SNAPSHOT).
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.16.0-SNAPSHOT).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
@@ -31,7 +31,7 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import jakarta.annotation.Generated;
|
||||
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.15.0-SNAPSHOT")
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.16.0-SNAPSHOT")
|
||||
@Validated
|
||||
@Tag(name = "dogs", description = "the dogs API")
|
||||
public interface DogsApi {
|
||||
|
||||
@@ -20,7 +20,7 @@ import jakarta.annotation.Generated;
|
||||
* A delegate to be called by the {@link DogsApiController}}.
|
||||
* Implement this interface with a {@link org.springframework.stereotype.Service} annotated class.
|
||||
*/
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.15.0-SNAPSHOT")
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.16.0-SNAPSHOT")
|
||||
public interface DogsApiDelegate {
|
||||
|
||||
default Optional<NativeWebRequest> getRequest() {
|
||||
|
||||
@@ -19,7 +19,7 @@ import jakarta.annotation.Generated;
|
||||
* Dog
|
||||
*/
|
||||
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.15.0-SNAPSHOT")
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.16.0-SNAPSHOT")
|
||||
public class Dog {
|
||||
|
||||
private @Nullable String name;
|
||||
|
||||
@@ -19,7 +19,7 @@ import jakarta.annotation.Generated;
|
||||
* Error
|
||||
*/
|
||||
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.15.0-SNAPSHOT")
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.16.0-SNAPSHOT")
|
||||
public class Error {
|
||||
|
||||
private @Nullable Integer code;
|
||||
|
||||
Reference in New Issue
Block a user