Skip to content

Commit

Permalink
fix: Downgrade to swagger-codegen-generators 1.0.20 (#11812)
Browse files Browse the repository at this point in the history
* Downgrade to swagger-codegen-generators 1.0.20

Fixes #11806

* Update fusion-endpoint/pom.xml

Co-authored-by: Artem Godin <fluorumlabs@users.noreply.github.com>

* Update tests to match swagger-codegen 3.0.20

Co-authored-by: Artem Godin <fluorumlabs@users.noreply.github.com>
  • Loading branch information
Artur- and fluorumlabs committed Sep 13, 2021
1 parent 92b50a5 commit c869029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fusion-endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<spring.autoconfigure.version>2.2.0.RELEASE</spring.autoconfigure.version>
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
<javaparser.version>3.23.0</javaparser.version>
<swagger.codegen.version>3.0.27</swagger.codegen.version>
<swagger.codegen.generators.version>1.0.27</swagger.codegen.generators.version>
<swagger.codegen.version>3.0.20</swagger.codegen.version>
<swagger.codegen.generators.version>1.0.20</swagger.codegen.generators.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ export default interface Schema {
readonly extensions?: Readonly<Record<string, any | undefined>>;
readonly _enum?: ReadonlyArray<any | undefined>;
readonly discriminator?: Discriminator;
readonly exampleSetFlag: boolean;
}

0 comments on commit c869029

Please sign in to comment.