hazelcast / hazelcast-eureka

Hazelcast Discovery SPI Plugin for Netflix' Eureka Service Discovery V1
Other
30 stars 27 forks source link

Bump hazelcast.version from 4.2.2 to 5.0.2 #156

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps hazelcast.version from 4.2.2 to 5.0.2. Updates hazelcast from 4.2.2 to 5.0.2

Release notes

Sourced from hazelcast's releases.

v5.0.2

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

  • Updated log4j2 dependency version to 2.17.0 in Hazelcast's root pom.xml. #20234

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

... (truncated)

Commits


Updates hazelcast from 4.2.2 to 5.0.2

Release notes

Sourced from hazelcast's releases.

v5.0.2

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

  • Updated log4j2 dependency version to 2.17.0 in Hazelcast's root pom.xml. #20234

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

... (truncated)

Commits


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)
dependabot[bot] commented 2 years ago

Superseded by #164.