-
Bug
-
Resolution: Done
-
Major
-
fuse-7.6-GA
-
%
-
build2
-
-
The new OpenAPI Camel plugin seems not able to handle OpenApi 3 specs containing references to parameters inside PATH operation definitions.
3 use cases have been tested with the following results:
1) Define Operation Parameter as a reference:
> plugin does NOT generates DSL, throws NullPointerException
2) Define Path Parameter as a reference
> plugin generates DSL but param documentation is missing
3) Define Operation Parameter inline
> plugin seems to generate DSL successfully
- links to