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:
William Cheng
2025-08-22 19:17:23 +08:00
committed by GitHub
parent cc3d6968fa
commit 20be2decde
7660 changed files with 7879 additions and 7879 deletions

View File

@@ -1 +1 @@
7.15.0-SNAPSHOT
7.16.0-SNAPSHOT

View File

@@ -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 {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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;