-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix(build): use vertx-dependencies and netty-bom for version management #1720
Conversation
… all netty components as well
Hi @andrewazores! Add at least one of the required labels to this PR Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test |
Hi @andrewazores! Add at least one of the required labels to this PR Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test |
1 similar comment
Hi @andrewazores! Add at least one of the required labels to this PR Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test |
Hi @andrewazores! Add at least one of the required labels to this PR Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test |
/build_test |
This reverts commit 8d19741.
/build_test |
We still end up with two separate properties for the vertx and netty versions that should generally be kept in sync, but at least this way they are properly managed and will ensure that all of the netty components use matching versions, including the ones we get transitively via vertx. I think ideally we could just not specify anything for the netty version and fall back to whatever vertx defines, only explicitly providing a netty version if we want to force an override, but this is probably good enough and better than it was. |
To run smoketest:
|
…nt (#1720) (#1721) (cherry picked from commit c1da58d) Co-authored-by: Andrew Azores <[email protected]>
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Fixes: #1719