Bump hazelcast from 5.1 to 5.1.3
Bumps hazelcast from 5.1 to 5.1.3.
Release notes
Sourced from hazelcast's releases.
v5.1.3
This document lists the new features, enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.1.3 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.
==== 5.1.3 Release Notes ====
- Enhancements
- Improved connection handling. hazelcast/hazelcast#21641
- Fixes
- When the
hazelcast.socket.buffer.directproperty is enabled, clusters no longer throw exceptions in response to text protocols such as the REST API. hazelcast/hazelcast#21700v5.1.2
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast 5.1.2 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.
Fixes
- Fixed an issue where a cluster could not be formed when security is enabled, various client permissions are set, and multiple members are started simultaneously. #21510
- Fixed an issue where a cluster was unresponsive when you perform a health check to see the members are in the safe state; cluster members were hanging in the
REPLICA_NOT_SYNCstate during such health checks. #21208- Fixed an issue where the list of members in the cluster was reset to an empty list when the UUID of a cluster changes after its restart: this was causing startup failures since Hazelcast could not manage the events due to the empty member list after a restart. #21178
- Fixed an issue where the statistics like puts and removals were not increasing when these operations are executed through Transactional interface. #21107
- Fixed a data race in
SingleProtocolEncoder; while one method of this interface is called from the input thread, another one is called from the output thread which was causing the race. #20994- Fixed an issue where the automatic module name in
hazelcast-5.x.jarcould not be detected using Gradle. The reason was/META-INF/MANIFEST.MFnot being the first or second entry in the JAR file; now this manifest file is the second entry. #20976v5.1.1
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.
Fixes
Commits
cb64684version update for 5.1.3 release93838b2Add release notes4ec9bfaprepare release 5.1.3f57fe22Jetty Util dependencies are upgraded to version fixing CVE-2022-2047 [5.1.z] ...d0aa92eBump AWS Java SDK version to fix CVE-2022-31159 [5.1.z] (#21858)24c12a8Export jdk.management/com.ibm.. only for OpenJ9 VM [5.1.z] (#21814)a56e6d5Make TcpServerConnection.equals more robust [HZ-1202] (5.1.z) (#21641)7e487db[5.1.z] Correctly handle the buffer copies when the dst is a direct buffer in...7bb03a5Delete DynamicConfigSlowPreJoinBouncingTest [HZ-978] (#21255) (#21656)96c368fDisable hadoop test on IBM JDK17 (backport of #21120) (#21621)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.