mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 03:07:06 +00:00
Prepare 7.11.0 (#20130)
* Revert "prepare 7.10.0 release (#20128)"
This reverts commit 12dfe8fe74.
* update to 7.11.0-SNAPSHOT, update samples
* update docs
This commit is contained in:
@@ -1 +1 @@
|
||||
7.10.0-SNAPSHOT
|
||||
7.11.0-SNAPSHOT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.10.0-SNAPSHOT).
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.11.0-SNAPSHOT).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
@@ -28,7 +28,7 @@ import java.util.Map;
|
||||
import java.util.Optional;
|
||||
import jakarta.annotation.Generated;
|
||||
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.10.0-SNAPSHOT")
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||
@Validated
|
||||
@Tag(name = "dummy", description = "the dummy API")
|
||||
public interface DummyApi {
|
||||
|
||||
@@ -17,7 +17,7 @@ import jakarta.annotation.Generated;
|
||||
* A delegate to be called by the {@link DummyApiController}}.
|
||||
* Implement this interface with a {@link org.springframework.stereotype.Service} annotated class.
|
||||
*/
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.10.0-SNAPSHOT")
|
||||
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||
public interface DummyApiDelegate {
|
||||
|
||||
default Optional<NativeWebRequest> getRequest() {
|
||||
|
||||
Reference in New Issue
Block a user