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 - #182

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps hazelcast from 4.2.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)

@codecov

codecov Bot commented Sep 23, 2021

Copy link
Copy Markdown

Codecov Report

Merging #182 (5f6367e) into develop (8af71d1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #182   +/-   ##
==========================================
  Coverage      80.16%   80.16%           
  Complexity       198      198           
==========================================
  Files             15       15           
  Lines            590      590           
  Branches          41       41           
==========================================
  Hits             473      473           
  Misses           101      101           
  Partials          16       16           

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 8af71d1...5f6367e. Read the comment docs.

Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2.2 to 5.0.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.2.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/gradle/com.hazelcast-hazelcast-5.0 branch from 090e2ac to 5f6367e Compare October 15, 2021 00:47
@dependabot @github

dependabot Bot commented on behalf of github Dec 17, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #210.

@dependabot dependabot Bot closed this Dec 17, 2021
@dependabot
dependabot Bot deleted the dependabot/gradle/com.hazelcast-hazelcast-5.0 branch December 17, 2021 08:16
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