jamesnetherton commented on PR #8265:
URL: https://github.com/apache/camel-quarkus/pull/8265#issuecomment-3861185924

   > This should prevent the ServiceConfigurationError and 
ClassNotFoundException that often occur during native testing when 
ConfigProvider is accessed too early.
   
   Not sure that's a concern here. I have never seen any issues related to 
that. Those `QuarkusTestResource` classes are just run from JUnit extensions 
and are scoped to the test classpath.
   
   Also, we maybe don't want to start shifting the test container configuration 
around in the project. The convention we (mostly) followed so far is that such 
things are defined as constants and then queried in the `start()` method etc.


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