When the above bug fix is merged, the WildFly sample applications are able to correctly load the default application.properties configuration and so the explicit settings for them in the smoketest are no longer required.
Motivation for the change:
This change is helpful because users may want to...
How to manually test:
Run CRYOSTAT_IMAGE=quay.io... bash smoketest.bash...
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
Related to https://github.com/cryostatio/cryostat-agent/issues/486 Depends on https://github.com/cryostatio/cryostat-agent/pull/523
Description of the change:
When the above bug fix is merged, the WildFly sample applications are able to correctly load the default
application.properties
configuration and so the explicit settings for them in the smoketest are no longer required.Motivation for the change:
This change is helpful because users may want to...
How to manually test: