orpiske commented on code in PR #9400:
URL: https://github.com/apache/camel/pull/9400#discussion_r1115477582


##########
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultPackageScanResourceResolver.java:
##########
@@ -97,7 +97,7 @@ protected void findInFileSystem(
             String subPattern)
             throws Exception {
 
-        final ExtendedCamelContext ecc = 
getCamelContext().adapt(ExtendedCamelContext.class);
+        final ExtendedCamelContext ecc = 
getCamelContext().getCamelContextExtension();

Review Comment:
   Besides the core changes, this is likely what you can see in many of the 
component changes.



-- 
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

Reply via email to