Onto-Med / top-api

REST API of the TOP Framework
https://onto-med.github.io/top-api/
MIT License
0 stars 1 forks source link

Upgrade openapi-generator #136

Open ChristophB opened 1 year ago

ChristophB commented 1 year ago

Newer versions of the openapi-generator greatly improve the generated Java code and simplify work with the generated classes.

We currently use v5.4.0 of the generator. v6.x introduced an issue to discriminator mappings, thus we cannot upgrade yet and have to wait for the pull request https://github.com/OpenAPITools/openapi-generator/pull/15284, which is included in milestone 7.0.0 (planned for mid June).

ChristophB commented 7 months ago

The issue persists in openapi-generator version 7.1.0. See: https://github.com/OpenAPITools/openapi-generator/issues/12777