Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hazelcast from 4.2 to 5.0 #463

Merged
merged 3 commits into from
Oct 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2021

Bumps hazelcast from 4.2 to 5.0.

Release notes

Sourced from hazelcast's releases.

v5.0

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

Hazelcast 5.0 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 in https://docs.hazelcast.com/hazelcast/5.0/.

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

New Features

  • Jet Streaming Engine: Hazelcast now incorporates the streaming engine, which was formerly and separately known as Hazelcast Jet.

  • SQL Engine: We have added the support of following operators to our SQL engine: ** INSERT ** UPDATE ** DELETE ** ORDER BY ** GROUP BY ** JOIN ** CASE See https://docs.hazelcast.com/hazelcast/5.0/sql/sql-overview.html. Related issue and PRs: #18940, #18910, #18898, #18734, #18663, #18569, #18479, #18483, #18422, #18067

  • Persistence: This allows individual members and whole clusters to recover faster by persisting map entries and JCache data on disk. Members can use persisted data to recover during restarts. See https://docs.hazelcast.com/hazelcast/5.0/storage/persistence.html.

  • Compact Serialization Format (Preview Feature): We have introduced a new serialization format (CompactSerializer), which is in its beta stage currently. This format requires much less storage space, provides better latency and throughput, and supports more extensive type sets: ** It supports schema evolution of a class and does not require any version to be specified explicitly. ** On common use cases where the field types of an object are natively supported via this compact format, Java DTO classes are automatically serialized without requiring a serializer (CompactSerializer) to be implemented. ** Your classes do not need to implement an interface like Portable. Once you enable the compact serialization, the classes not matching to any other serialization methods are serialized in this new format.

    See the https://docs.hazelcast.com/hazelcast/5.0/serialization/compact-serialization.html. Related PR: #19017

  • Security for Jet Engine Jobs: The Jet engine allows you to upload custom code as well as access data outside of Hazelcast such as files on the device that's running a member. You can secure your Hazelcast member against malicious uses of the Jet API. See https://docs.hazelcast.com/hazelcast/5.0/pipelines/job-security.html.

... (truncated)

Commits
  • 1e16b35 version update for 5.0 release
  • dbaeffe [5.0] Use hazelcast.jar's NOTICE file as the the distribution NOTICE (#19610)
  • b14040f Adding 5.0 release notes.
  • 6f13572 Remove ClassLoader if InitOperation fails before ExecutionContext is added (#...
  • 46ec0c8 Security Vulnerability Fixes (#19582)
  • 245ceaf Fix failure in SplitBrainTest (#19579)
  • 36d8530 Fixes HttpRestEndpointGroupsTest
  • 4412899 prepare release 5.0
  • fecd4a6 Make serializable classes less fragile to small build and implementation chan...
  • 9f18acd Revert hostnames fix PR (#19553)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/com.hazelcast-hazelcast-5.0 branch 2 times, most recently from beab350 to 792f2f3 Compare October 14, 2021 10:44
@coveralls
Copy link

coveralls commented Oct 14, 2021

Coverage Status

Coverage remained the same at 93.777% when pulling 3b849c0 on dependabot/maven/com.hazelcast-hazelcast-5.0 into c21f22b on master.

Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2 to 5.0.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.2...v5.0)

---
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>
@dependabot dependabot bot force-pushed the dependabot/maven/com.hazelcast-hazelcast-5.0 branch from 792f2f3 to 71d8fe2 Compare October 14, 2021 15:20
dependabot bot and others added 2 commits October 15, 2021 09:15
Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2 to 5.0.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.2...v5.0)

---
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>
….com:marcosbarbero/spring-cloud-zuul-ratelimit into dependabot/maven/com.hazelcast-hazelcast-5.0
@marcosbarbero marcosbarbero merged commit af9cf94 into master Oct 15, 2021
@marcosbarbero marcosbarbero deleted the dependabot/maven/com.hazelcast-hazelcast-5.0 branch October 15, 2021 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants