ullgren commented on code in PR #26203:
URL: https://github.com/apache/camel/pull/26203#discussion_r3977296053
##########
components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiProcessor.java:
##########
@@ -47,6 +50,7 @@ public class RestOpenApiProcessor extends
AsyncProcessorSupport implements Camel
private final String apiContextPath;
private final List<RestConsumerContextPathMatcher.ConsumerPath<Operation>>
paths = new ArrayList<>();
private final RestOpenapiProcessorStrategy restOpenapiProcessorStrategy;
+ private RestOpenApiUnmatchedRequestHandler unmatchedRequestHandler;
Review Comment:
Applied the suggested change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]