Kevin Wise
Kevin Wise
I second this. The typical use case would be a v2 API in parallel with a v1.
Have you tried specific names for the different schemas? It might be you are hitting the problem documented in https://micronaut-projects.github.io/micronaut-openapi/latest/guide/#schemasNaming > ...if you have two properties of same type with...
any idea when this might get merged?
Has this been considered before? I have proof of concept code I can push in a branch if that would help.
This is still an issue with Micronaut 4.7.x. We did find a workaround, which was to create a fake controller with a pattern that matches the filter. For example: ```...
Likely a duplicate of #925
It does sound like https://github.com/micronaut-projects/micronaut-micrometer/pull/928 would fix it. Any chance we can get a backport of that for 5.9.x?
I ran across this issue too. No way to disable `FILES`, `VERSION`, or `.openapi-generator-ignore` from getting written. Seems to only be used in tests currently.
Likely a duplicate of #925