davsclaus commented on PR #23613:
URL: https://github.com/apache/camel/pull/23613#issuecomment-4571297060

   Instead of pinning `4.20.0`, could we use `LATEST` here?
   
   ```json
   "args": [
     "-Dquarkus.log.level=WARN",
     "org.apache.camel:camel-jbang-mcp:LATEST:runner"
   ]
   ```
   
   JBang supports `LATEST` as a version marker — it resolves to the latest 
release on Maven Central. This would eliminate the need to bump the version on 
every Camel release. There's a small cold-start cost (JBang checks Maven 
Central on first run, then caches), but it avoids the version going stale.


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