jamesnetherton commented on issue #6630:
URL: https://github.com/apache/camel-quarkus/issues/6630#issuecomment-2514693450

   This can work ok for JVM mode. 
   
   In native mode, the 'boot' is done during `STATIC_INIT`. So the initial 
timestamp of when the clock is created will be baked into the native image, 
which leads to an inaccurate calculation when the boot time is printed.
   
   We should probably just return `null` for the BOOT clock in native mode, 
since that phase is done at build time.


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