Skip to content

Commit

Permalink
Bump org.openapitools:openapi-generator from 7.6.0 to 7.8.0 (#405)
Browse files Browse the repository at this point in the history
* Bump org.openapitools:openapi-generator from 7.6.0 to 7.8.0

Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.6.0 to 7.8.0.
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- [Commits](OpenAPITools/openapi-generator@v7.6.0...v7.8.0)

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update generated stuff

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <[email protected]>
  • Loading branch information
dependabot[bot] and sschnabe authored Sep 10, 2024
1 parent 371213b commit c1016f6
Show file tree
Hide file tree
Showing 51 changed files with 150 additions and 150 deletions.
8 changes: 4 additions & 4 deletions gen/main/java/testapi/micronaut_java/Multipart.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public Multipart orderId(Integer orderId) {
/**
* Get orderId
* @return orderId
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_ORDER_ID)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -80,7 +80,7 @@ public Multipart userId(Integer userId) {
/**
* Get userId
* @return userId
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_USER_ID)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -102,7 +102,7 @@ public Multipart fileName(String fileName) {
/**
* Get fileName
* @return fileName
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_FILE_NAME)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -124,7 +124,7 @@ public Multipart _file(byte[] _file) {
/**
* Get _file
* @return _file
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_FILE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
2 changes: 1 addition & 1 deletion gen/main/java/testapi/micronaut_java/NumberModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public NumberModel bar(BigDecimal bar) {
/**
* Get bar
* @return bar
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_BAR)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
20 changes: 10 additions & 10 deletions gen/main/java/testapi/micronaut_java/ParameterModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public ParameterModel bool(String bool) {
/**
* Get bool
* @return bool
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_BOOL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -111,7 +111,7 @@ public ParameterModel string(String string) {
/**
* Get string
* @return string
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_STRING)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -133,7 +133,7 @@ public ParameterModel number(BigDecimal number) {
/**
* Get number
* @return number
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_NUMBER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -155,7 +155,7 @@ public ParameterModel integer(Integer integer) {
/**
* Get integer
* @return integer
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_INTEGER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -177,7 +177,7 @@ public ParameterModel uuid(UUID uuid) {
/**
* Get uuid
* @return uuid
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_UUID)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -199,7 +199,7 @@ public ParameterModel date(LocalDate date) {
/**
* Get date
* @return date
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_DATE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -223,7 +223,7 @@ public ParameterModel dateTime(OffsetDateTime dateTime) {
/**
* Get dateTime
* @return dateTime
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_DATE_TIME)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down Expand Up @@ -255,7 +255,7 @@ public ParameterModel addAItem(String aItem) {
/**
* Get a
* @return a
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_A)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down Expand Up @@ -285,7 +285,7 @@ public ParameterModel addBItem(UUID bItem) {
/**
* Get b
* @return b
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_B)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down Expand Up @@ -315,7 +315,7 @@ public ParameterModel addCItem(Integer cItem) {
/**
* Get c
* @return c
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_C)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
2 changes: 1 addition & 1 deletion gen/main/java/testapi/micronaut_java/StringModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public StringModel foo(String foo) {
/**
* Get foo
* @return foo
**/
*/
@NotNull
@JsonProperty(JSON_PROPERTY_FOO)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public AdditionalPropertiesModel id(String id) {
/**
* Get id
* @return id
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_ID)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public AdditionalPropertiesModelValue type(TypeEnum type) {
/**
* Get type
* @return type
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_TYPE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
8 changes: 4 additions & 4 deletions gen/main/java/testmodel/micronaut_java/EnumerationModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public EnumerationModel string(EnumerationString string) {
/**
* Get string
* @return string
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_STRING)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -150,7 +150,7 @@ public EnumerationModel stringDefault(EnumerationStringDefault stringDefault) {
/**
* Get stringDefault
* @return stringDefault
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_STRING_DEFAULT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -172,7 +172,7 @@ public EnumerationModel embedded(EmbeddedEnum embedded) {
/**
* Get embedded
* @return embedded
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_EMBEDDED)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -194,7 +194,7 @@ public EnumerationModel embeddedDefault(EmbeddedDefaultEnum embeddedDefault) {
/**
* Get embeddedDefault
* @return embeddedDefault
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_EMBEDDED_DEFAULT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
6 changes: 3 additions & 3 deletions gen/main/java/testmodel/micronaut_java/FirstModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public FirstModel type(String type) {
/**
* Get type
* @return type
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_TYPE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -77,7 +77,7 @@ public FirstModel first(String first) {
/**
* Get first
* @return first
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_FIRST)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -99,7 +99,7 @@ public FirstModel secondLevel(SecondLevelModel secondLevel) {
/**
* Get secondLevel
* @return secondLevel
**/
*/
@Valid
@Nullable
@JsonProperty(JSON_PROPERTY_SECOND_LEVEL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public InheritanceExtended foo(String foo) {
/**
* Get foo
* @return foo
**/
*/
@NotNull
@JsonProperty(JSON_PROPERTY_FOO)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
Expand All @@ -74,7 +74,7 @@ public InheritanceExtended bar(String bar) {
/**
* Get bar
* @return bar
**/
*/
@NotNull
@JsonProperty(JSON_PROPERTY_BAR)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public InheritanceSimple foo(String foo) {
/**
* Get foo
* @return foo
**/
*/
@NotNull
@JsonProperty(JSON_PROPERTY_FOO)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public InheritanceWithEnumType type(InheritanceWithEnumTypeEnum type) {
/**
* Get type
* @return type
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_TYPE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public InheritanceWithEnumType1 d(String d) {
/**
* Get d
* @return d
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_D)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public InheritanceWithEnumType2 e(String e) {
/**
* Get e
* @return e
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_E)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public InheritanceWithStringType type(String type) {
/**
* Get type
* @return type
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_TYPE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -85,7 +85,7 @@ public InheritanceWithStringType a(String a) {
/**
* Get a
* @return a
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_A)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public InheritanceWithStringType1 b(String b) {
/**
* Get b
* @return b
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_B)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public InheritanceWithStringType2 c(String c) {
/**
* Get c
* @return c
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_C)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public InheritanceWithoutType e(String e) {
/**
* Get e
* @return e
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_E)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public InheritanceWithoutType1 f(String f) {
/**
* Get f
* @return f
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_F)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public InheritanceWithoutType2 g(String g) {
/**
* Get g
* @return g
**/
*/
@Nullable
@JsonProperty(JSON_PROPERTY_G)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Loading

0 comments on commit c1016f6

Please sign in to comment.