Skip to content

Commit

Permalink
[cometvisu] Upgrade openapi generator to 7.0.1 (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerfriedrich authored Jan 26, 2025
1 parent 12f24d4 commit 0041fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 @@ -477,7 +477,7 @@ components:
additionalProperties:
type: string
ReadResponse:
oneOf:
allOf:
- $ref: '#/components/schemas/DirContent'
DirContent:
type: array
Expand Down

0 comments on commit 0041fb6

Please sign in to comment.