ppalaga commented on PR #23333: URL: https://github.com/apache/camel/pull/23333#issuecomment-4491151099
Thanks for the review, @davsclaus > how would this work for users that cannot download stuff over the internet, and cannot call such a service? They have pre downloaded quarkus in their own company maven repo and use this repo for all JARs. Quarkus CLI might have the same problem, bc. it is also relying heavily on the Quarkus Extension Registry API. Let me ask Quarkus folks if they have some workaround in place. > And how would this work if you want to use a specific version and want to hardcode/type this. Before you could store that via camel config set quarkus-version=1.2.3 The change in the current PR still honors `--quarkus-version=1.2.3`. If it set, then the registry is not looked up. That should be the case everywhere except for `version list`. -- 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]
