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 2023/08/04 08:18:59 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2225: Figure out how to maintain versions of test containers

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

   > pass them to surefire/failsafe via properties
   
   That's a pain for platform integration though. Because you have to do the same change(s) there.
   
   What I was thinking, is that we could define the versions as Maven properties, and then generate a `META-INF/microprofile-config.properties` for each `test-jar`. That would you let you use the `ConfigProvider` to resolve the container image names / tag versions. You'd get enablement of overrides via system properties or environment variables for free.
   
   I could put together a POC to see if it's viable. 
   


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