An error occurred while fetching the assigned milestone of the selected merge_request.
modules/…/…/…/…/kotlin-spring
api.mustache +8 -1
apiInterface.mustache +8 -1
model.mustache +8 -1
samples/server/petstore
kotlin-springboot-3/…/…/…/…/…
api
PetApiController.kt +8 -1
StoreApiController.kt +8 -1
UserApiController.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
kotlin-springboot-delegate/…/…/…/…/…
api
PetApi.kt +8 -1
StoreApi.kt +8 -1
UserApi.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
kotlin-springboot-reactive/…/…/…/…/…
api
PetApiController.kt +8 -1
StoreApiController.kt +8 -1
UserApiController.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
kotlin-springboot-springfox/…/…/…/…/…
api
PetApiController.kt +8 -1
StoreApiController.kt +8 -1
UserApiController.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
kotlin-springboot/…/…/…/…/openapitools
api
PetApiController.kt +8 -1
StoreApiController.kt +8 -1
UserApiController.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
…/…/…/…/…/…
api
PetApiController.kt +8 -1
StoreApiController.kt +8 -1
UserApiController.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
…/…/…/…/…/…
api
PetApiController.kt +8 -1
StoreApiController.kt +8 -1
UserApiController.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
…/…/…/…/…/…
api
PetApiController.kt +8 -1
StoreApiController.kt +8 -1
UserApiController.kt +8 -1
model
Category.kt +8 -1
ModelApiResponse.kt +8 -1
Order.kt +8 -1
Pet.kt +8 -1
Tag.kt +8 -1
User.kt +8 -1
@@ -30,8 +30,15 @@ import org.springframework.web.context.request.NativeWebRequest
@@ -35,7 +35,14 @@ import org.springframework.web.context.request.NativeWebRequest
@@ -4,7 +4,14 @@ import java.util.Objects
+ 8
- 1
@@ -11,8 +11,15 @@ import org.springframework.validation.annotation.Validated
samples/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiController.kt
+ 8
- 1
@@ -10,8 +10,15 @@ import org.springframework.validation.annotation.Validated
+ 8
- 1
@@ -10,8 +10,15 @@ import org.springframework.validation.annotation.Validated
+ 8
- 1
@@ -2,7 +2,14 @@ package org.openapitools.model
samples/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt
+ 8
- 1
@@ -2,7 +2,14 @@ package org.openapitools.model
@@ -3,7 +3,14 @@ package org.openapitools.model
@@ -5,7 +5,14 @@ import com.fasterxml.jackson.annotation.JsonProperty
@@ -2,7 +2,14 @@ package org.openapitools.model
@@ -2,7 +2,14 @@ package org.openapitools.model