Skip to content

Commit

Permalink
[cometvisu] Upgrade openapi generator to 7.0.1
Browse files Browse the repository at this point in the history
* Upgrade openapi-generator-maven-plugin from 4.3.0 to 7.0.1

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich committed Jan 7, 2025
1 parent 438854f commit df8996c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bundles/org.openhab.ui.cometvisu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>4.3.0</version>
<version>7.0.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
Expand All @@ -141,6 +141,7 @@
<modelPackage>org.openhab.ui.cometvisu.internal.backend.model.rest</modelPackage>
<generateAliasAsModel>true</generateAliasAsModel>
<generateSupportingFiles>false</generateSupportingFiles>
<openapiNormalizer>REF_AS_PARENT_IN_ALLOF=true</openapiNormalizer>
<configOptions>
<sourceFolder>src-gen</sourceFolder>
<interfaceOnly>true</interfaceOnly>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ paths:
content:
application/json:
schema:
oneOf:
allOf:
- $ref: '#/components/schemas/HiddenConfig'
- $ref: '#/components/schemas/ConfigSection'
- $ref: '#/components/schemas/ConfigOptionValue'
Expand Down Expand Up @@ -477,7 +477,7 @@ components:
additionalProperties:
type: string
ReadResponse:
oneOf:
allOf:
- $ref: '#/components/schemas/DirContent'
DirContent:
type: array
Expand Down

0 comments on commit df8996c

Please sign in to comment.