You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2024/03/07 15:04:08 UTC

[I] [camel-main] Observability example project fails to compile. Cannot find symbol method getUptimeMillis() [camel-quarkus]

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

   ### Bug description
   
   This is a reminder that after merging Camel 4.5.0 we need to fix up the Observability example project as it's using a deprecated API that is now removed.
   
   ```
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project camel-quarkus-examples-observability: Compilation failure
   [ERROR] /home/runner/work/camel-quarkus/camel-quarkus/camel-quarkus-examples/observability/src/main/java/org/acme/observability/health/microprofile/CamelUptimeHealthCheck.java:[41,25] cannot find symbol
   [ERROR]   symbol:   method getUptimeMillis()
   [ERROR]   location: variable camelContext of type org.apache.camel.CamelContext
   ```
   
   See notes in the [migration guide](https://github.com/apache/camel/blob/main/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc#camel-core).


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Observability example project fails to compile. Cannot find symbol method getUptimeMillis() [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5851:
URL: https://github.com/apache/camel-quarkus/issues/5851#issuecomment-2031537250

   I took care of this in https://github.com/apache/camel-quarkus-examples/pull/205.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Observability example project fails to compile. Cannot find symbol method getUptimeMillis() [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5851: Observability example project fails to compile.  Cannot find symbol method getUptimeMillis()
URL: https://github.com/apache/camel-quarkus/issues/5851


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org