wjglerum opened a new issue, #7680:
URL: https://github.com/apache/camel-quarkus/issues/7680

   ### Bug description
   
   Just noticed this warning when upgrading to Quarkus 3.26
   
   Camel throws a warning on startup in dev mode. Tried a couple of versions 
and it seems to be introduced in Camel Quarkus 3.25.0:
   
   ```
   2025-08-29 10:39:27,764 INFO  [org.apa.cam.qua.cor.CamelBootstrapRecorder] 
(Quarkus Main Thread) Apache Camel Quarkus 3.25.0 is starting
   2025-08-29 10:39:27,764 INFO  [org.apa.cam.mai.MainSupport] (Quarkus Main 
Thread) Apache Camel (Main) 4.13.0 is starting
   2025-08-29 10:39:27,769 INFO  [org.apa.cam.mai.ProfileConfigurer] (Quarkus 
Main Thread) The application is starting with profile: dev
   2025-08-29 10:39:27,792 INFO  [org.apa.cam.mai.BaseMainSupport] (Quarkus 
Main Thread) Auto-configuration summary
   2025-08-29 10:39:27,792 INFO  [org.apa.cam.mai.BaseMainSupport] (Quarkus 
Main Thread)     [MicroProfilePropertiesSource] camel.context.name = TAMS
   2025-08-29 10:39:27,871 WARN  [org.apa.cam.imp.con.DefaultDevConsolesLoader] 
(Quarkus Main Thread) Error during scanning for custom dev-consoles on 
classpath due to: class org.apache.camel.component.quartz.QuartzComponent 
cannot be cast to class org.apache.camel.console.DevConsole 
(org.apache.camel.component.quartz.QuartzComponent and 
org.apache.camel.console.DevConsole are in unnamed module of loader 
io.quarkus.bootstrap.classloading.QuarkusClassLoader @49b2a47d). This exception 
is ignored.
   2025-08-29 10:39:27,876 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread) Detected: camel-debug JAR (Enabling Camel Debugging)
   2025-08-29 10:39:27,932 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread) Apache Camel 4.13.0 (TAMS) is starting
   2025
   ```
   
   We have the following camel extension active:
   ```
   <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-file</artifactId>
               <scope>compile</scope>
           </dependency>
           <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-log</artifactId>
               <scope>compile</scope>
           </dependency>
           <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-quartz</artifactId>
               <scope>compile</scope>
           </dependency>
           <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-direct</artifactId>
               <scope>compile</scope>
           </dependency>
           <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-junit5</artifactId>
               <scope>test</scope>
           </dependency>
   ```
   
   And these are reported on startup:
   ```
   camel-core, 
   camel-debug, 
   camel-direct, 
   camel-file, 
   camel-log, 
   camel-management, 
   camel-quartz, 
   camel-xml-io-dsl
   ```


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

Reply via email to