Addressed issue #100 and EAP7-1394
Hi @yersan, could you please help me with this? I'm not sure why the GitHub Action is failing...apparently, it requires golang 1.19 but, for some reason, the Action runs golang 1.17 :confused:
Hi @jmfinelli , it should be fixed with https://github.com/wildfly/wildfly-operator/pull/279
Hi @jmfinelli , it should be fixed with #279
Thanks @yersan, I will re-run all checks for this PR :-)
Hello @jmfinelli , FYI, we have updated the libraries and SDK and adjusted some loggers under the tx tests. This has generated some conflicts with your PR.
Hello @jmfinelli , FYI, we have updated the libraries and SDK and adjusted some loggers under the tx tests. This has generated some conflicts with your PR.
Thanks for your message @yersan. Strangely enough, I just rebased my branch on top of main and I didn't get any conflict :confused: Let's see what errors the CI will report
UPDATE: Saw the conflict...and fixed it. Thanks @yersan
@jmfinelli Could you rebase this one on top of the latest main? thanks!
@jmfinelli CRD and generated openapi are out of sync with your changes. You have to sync them, for example, using
make buildbefore pushing up the PR
make build executed and PR updated. Thanks @yersan!
Thanks @jmfinelli