Skip to content

Commit

Permalink
tr(openapi-generator): ignore AbstractApplication generation for now
Browse files Browse the repository at this point in the history
As long as OpenAPI Generator does not handle inheritance and the usage of allOf, anyOf and oneOf,
we ignore this incorrect abstraction generation to prevent its usage.
  • Loading branch information
akantcheff authored and rbioteau committed Jun 25, 2024
1 parent 04c2680 commit f6d3760
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 557 deletions.
4 changes: 4 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
**/org/bonitasoft/web/client/api/LicenseApi.java
**/org/bonitasoft/web/client/api/SessionApi.java

# As long as OpenAPI Generator does not handle inheritance and the usage of allOf, anyOf and oneOf,
# we ignore this incorrect abstraction generation to prevent its usage.
**/org/bonitasoft/web/client/model/AbstractApplication.java

**/org/bonitasoft/web/client/model/Inline*.java
**/org/bonitasoft/web/client/invoker/ServerConfiguration.java
**/org/bonitasoft/web/client/invoker/ServerVariable.java
Expand Down
1 change: 0 additions & 1 deletion .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ src/main/java/org/bonitasoft/web/client/invoker/StringUtil.java
src/main/java/org/bonitasoft/web/client/invoker/auth/ApiKeyAuth.java
src/main/java/org/bonitasoft/web/client/invoker/auth/HttpBasicAuth.java
src/main/java/org/bonitasoft/web/client/invoker/auth/HttpBearerAuth.java
src/main/java/org/bonitasoft/web/client/model/AbstractApplication.java
src/main/java/org/bonitasoft/web/client/model/AbstractArchivedTask.java
src/main/java/org/bonitasoft/web/client/model/AbstractTask.java
src/main/java/org/bonitasoft/web/client/model/ActivationState.java
Expand Down
Loading

0 comments on commit f6d3760

Please sign in to comment.