Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Bump hazelcast from 4.2.2 to 5.0.1 - #210

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/com.hazelcast-hazelcast-5.0.1
Closed

Bump hazelcast from 4.2.2 to 5.0.1#210
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/com.hazelcast-hazelcast-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 17, 2021

Copy link
Copy Markdown
Contributor

Bumps hazelcast from 4.2.2 to 5.0.1.

Release notes

Sourced from hazelcast's releases.

v5.0.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.0.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

Hazelcast Platform is a major release which unifies the former Hazelcast IMDG and Jet products in a single solution. The changes are summarized below.

For information about upgrading from previous IMDG and Jet releases, see the Upgrade chapter at https://docs.hazelcast.com/hazelcast/latest.

To learn about the changes in previous IMDG and Jet releases, see https://docs.hazelcast.org/docs/rn/ and https://jet-start.sh/blog/.

Enhancements

Fixes

  • Fixed an issue where the hazelcast.yaml file was ignored when it is the only configuration file present in the Hazelcast setup; during startup it was looking only for the hazelcast.xml file and producing an error message saying that the configuration does not exist even though there is the yaml configuration file. Now it automatically uses hazelcast.yaml when hazelcast.xml is not available. #20004

  • Fixed an issue where the Hazelcast command line interfaces commands were outputting incorrect command names when you want to see their usages using the --help argument (#20002). For example, the command hz-start --help was outputting the following:

    Usage: hazelcast-start [-d] -d, --daemon Starts Hazelcast in daemon mode

instead of the following:

Usage: hz-start [-d]
  -d, --daemon   Starts Hazelcast in daemon mode
  • Hazelcast was executing cluster wide operations when you query the state of a member using the health check endpoint - it was causing to kill all the members in a cluster; this issue has been fixed. #19905
  • Fixed an issue where there were mismatching map configurations when phone home is enabled. #19900
  • Fixed an issue where the command hz-stop --help was not displaying the help but executing the hz-stop command. #19726
  • Hazelcast's memcached implementation was interpreting the number values and parameters for incr and decr wrongly (numbers were being converted into byte arrays instead of decimals). This has been fixed by making these commands' implementations strictly follow the memcached protocol specification. #19677
  • Fixed an issue where the totalPublishes statistics for the Reliable Topic data structure

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2.2 to 5.0.1.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.2.2...v5.0.1)

---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov

codecov Bot commented Dec 17, 2021

Copy link
Copy Markdown

Codecov Report

Merging #210 (dfe2c4f) into develop (30c1dc9) will increase coverage by 0.33%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #210      +/-   ##
=============================================
+ Coverage      79.83%   80.16%   +0.33%     
- Complexity       197      198       +1     
=============================================
  Files             15       15              
  Lines            590      590              
  Branches          41       41              
=============================================
+ Hits             471      473       +2     
+ Misses           102      101       -1     
+ Partials          17       16       -1     
Impacted Files Coverage Δ
...rc/main/java/com/adaptris/vertx/VertxWorkflow.java 74.28% <0.00%> (+0.95%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30c1dc9...dfe2c4f. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Dec 22, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #215.

@dependabot dependabot Bot closed this Dec 22, 2021
@dependabot
dependabot Bot deleted the dependabot/gradle/com.hazelcast-hazelcast-5.0.1 branch December 22, 2021 08:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants