You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the recent changes to remove hazelcast-all, I see that we have modified the Dockerfile.
That change caused 4.y.z workflows to fail, as they were using hazelcast-all.jar, but the Dockerfile now tries to use hazelcast.jar.
I think we should make this Dockerfile somehow versioned to solve this issue (maybe create a new branch for the 4.y.z and use that branch in the workflow files on the Hazelcast side).
After the recent changes to remove
hazelcast-all
, I see that we have modified the Dockerfile.That change caused 4.y.z workflows to fail, as they were using
hazelcast-all.jar
, but the Dockerfile now tries to usehazelcast.jar
.I think we should make this Dockerfile somehow versioned to solve this issue (maybe create a new branch for the 4.y.z and use that branch in the workflow files on the Hazelcast side).
An example failed run: https://github.com/hazelcast/hazelcast/runs/3179147921
The text was updated successfully, but these errors were encountered: