davsclaus commented on PR #23333: URL: https://github.com/apache/camel/pull/23333#issuecomment-4491184889
> 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. > Thanks its not so much a CLI its just that companies never want some kind of ET phone home. Some have air-gapped for software. Yeah JBang is an CLI but if its used as part of a visual designer like Kaoto or in a CI/CD pipeline to automatic export then there are usually more scrutiny. The Quarkus CLI must face the same dilemma. > > 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 queried. That should be the case everywhere except for `version list`. Okay that is good. These information would be nice to remember and add to the 4.21 upgrade guide as part of camel-jbang changes so end user can be aware. -- 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]
