-
Notifications
You must be signed in to change notification settings - Fork 20
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(notifications): parse detail for notification body #1192
fix(notifications): parse detail for notification body #1192
Conversation
54c6456
to
9f7c7b6
Compare
6730633
to
2a3879e
Compare
/build_test |
CI failure due to -core not being buildable because it's still trying to pull and build an old version that has the broken I'm trying to get -core 2.28.0 onto Maven Central now. If/when that works and we update all our projects to that dependency version then we should be finally out of the woods with this GitHub Packages Maven mess and not need authentication to download the dependency, or need to rebuild it like this in other project dependency chains, etc. |
Should be OK after cryostatio/cryostat#279 : https://repo.maven.apache.org/maven2/io/cryostat/cryostat-core/ |
/build_test |
Test image available:
|
2a3879e
to
fe45815
Compare
fe45815
to
87c90f1
Compare
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: #1120
Depends on: cryostatio/cryostat#260