REST OpenApi: How to generate code to a different package for each OpenApi spec file, when having multiple spec files? #52706
-
|
I have multiple OpenApi spec files (.yaml), and I would like How would I do that? Background: I can set But Now 2 of the OpenApi spec files define a schema with the same name but slightly different structure. Looks like the code generation then just overwrites the first definition with the second. So I can only handle responses from one service, but not the other. I thought if code for each OpenApi spec file could end up in its own package that would fix it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
/cc @EricWittmann (openapi), @MikeEdgar (openapi), @phillip-kruger (openapi) |
Beta Was this translation helpful? Give feedback.
-
|
This seems like a camel issue ? Might be better to ask in the camel repo. |
Beta Was this translation helpful? Give feedback.
This seems like a camel issue ? Might be better to ask in the camel repo.