You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating specs for applications that have identically named but different classes in different packages, the resulting spec should include both entities in the schemas section of the spec.
We ran acros this where a local machine would yield a spec with fieldA in it, and a cloud based CI/CD pipeline would end up with a spec with fieldB in it.
Expected Behavior
When generating specs for applications that have identically named but different classes in different packages, the resulting spec should include both entities in the schemas section of the spec.
I expect the spec to look something like this:
Actual Behaviour
The resulting spec only has the entity (note the
operationId
of the spec is correct, even though the method names in the controllers are equal too):Steps To Reproduce
Environment Information
We ran acros this where a local machine would yield a spec with
fieldA
in it, and a cloud based CI/CD pipeline would end up with a spec withfieldB
in it.Local:
Cloud CI/CD
maven:3.8.4-jdk-11
Example Application
https://github.com/drvdijk/micronaut-openapi-bug
Version
3.8.6
The text was updated successfully, but these errors were encountered: