orpiske commented on code in PR #9400: URL: https://github.com/apache/camel/pull/9400#discussion_r1115480254
########## core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightRuntimeCamelContext.java: ########## @@ -631,10 +631,8 @@ public void setUuidGenerator(UuidGenerator uuidGenerator) { } @Override - public <T extends CamelContext> T adapt(Class<T> type) { - if (type.isInstance(this)) { - return type.cast(this); - } + public ExtendedCamelContext getCamelContextExtension() { + // TODO: implement throw new UnsupportedOperationException(); Review Comment: Tracked on: https://issues.apache.org/jira/browse/CAMEL-19086 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org