-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to specify a custom quarkus udpate recipes artifact #41618
Conversation
I gave it a try, and it was successful.
as discussed in the zulip thread, a dedicated module
this information would be welcome in the update-quarkus guide. note that in my case, having to release the replacing artifact is not an issue, because I intend to add it to the monorepo that contains all of our extensions, and as such it would be released at the same time, |
Again, I think we should just have a list of comma-separated artifacts. I don't think that would be a lot harder to implement? I'm really not happy with having to augment the existing recipes, especially since for some versions, we adjust them often. |
if @ia3andy is fine with it, I can try to provide an alternate PR tomorrow. |
This comment has been minimized.
This comment has been minimized.
as discussed on zulip, @vsevel will add a new param for additional recipes coords on top of this. |
@vsevel so should we merge this or not? |
I do not need it, but it gives more flexibility and it does not hurt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets try be backwards compatible when its this easy.
This overrules the update recipe, right? thus user must depend on quarkus updates recipe to have things work? the idea of having additional as discussed on zulip is for later?
It's another PR to add on top of this one: #41663 |
devtools/cli/src/main/java/io/quarkus/cli/update/RewriteGroup.java
Outdated
Show resolved
Hide resolved
I need to rebase it and make the renames according to @maxandersen suggestion |
Ok I consistently renamed to: |
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm so the dependent pr can be aligned.
is there a reason why we don't just call it --updateRecipes as for the cli shouldn't it be obvious to be quarkus ones?
updateRecipesVersion
becomesquarkusUpdateRecipes
in all the toolingcc @gsmet @vsevel