Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Bump hazelcast.version from 4.2.2 to 5.1 - #272

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hazelcast.version-5.1
Closed

Bump hazelcast.version from 4.2.2 to 5.1#272
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hazelcast.version-5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2022

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hazelcast's releases.

v5.1-BETA-1

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

New Features

  • Tiered Storage (BETA): Introduced the Tiered Storage feature which is an extension to Hazelcast Map assigning data to various types of storage media based on access patterns. It is a Hazelcast Enterprise feature and in BETA state. See the Tiered Storage section.
  • Persistence for Dynamic Configuration: You can now reload the updates made in the dynamic configuration after a cluster restart. See the Persisting Changes in Dynamic Configuration section.

Enhancements

SQL Engine

  • Added support of the following statements, operators, and functions: ** CREATE VIEW ** DROP VIEW ** EXPLAIN ** CREATE INDEX ** IMPOSE_ORDER to enhance the given input table with watermarks ** UNION ** UNION ALL ** EXISTS ** NOT EXISTS ** TUMBLE(TABLE table, DESCRIPTOR(column), window_size) to enhance the input relation with the window_start and window_end columns ** RIGHT JOIN ** Sub-queries and VALUES() execution in JOIN arguments ** JSON_ARRAY, JSON_OBJECT #20268, #20042, #19894, #19850, #19810, #19768, #19742, #19729, #19650, #19589
  • Added JSON as a supported type for the SQL engine with functions like JSON_QUERY and JSON_VALUE; they return a JSON object/array and a primitive value, respectively. #19303

Cloud Discovery Plugins

  • Added EndpointSlices support for the Kubernetes discovery plugin; now the EndpointSlices API usage is default, and the old Endpoints API is not used as a fallback if EndpointSlices are not available. #19643

Serialization

  • Updated the names of methods and fields in the Compact Serialization API to make them non-Java centric. #20257
  • Added the declarative configuration elements for Compact Serialization. #20016
  • Introduced the FieldKind class to get the field types for portable and compact serializations; previously it was FieldType. #19517

... (truncated)

Commits

Updates hazelcast from 4.2.2 to 5.1

Release notes

Sourced from hazelcast's releases.

v5.1-BETA-1

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

New Features

  • Tiered Storage (BETA): Introduced the Tiered Storage feature which is an extension to Hazelcast Map assigning data to various types of storage media based on access patterns. It is a Hazelcast Enterprise feature and in BETA state. See the Tiered Storage section.
  • Persistence for Dynamic Configuration: You can now reload the updates made in the dynamic configuration after a cluster restart. See the Persisting Changes in Dynamic Configuration section.

Enhancements

SQL Engine

  • Added support of the following statements, operators, and functions: ** CREATE VIEW ** DROP VIEW ** EXPLAIN ** CREATE INDEX ** IMPOSE_ORDER to enhance the given input table with watermarks ** UNION ** UNION ALL ** EXISTS ** NOT EXISTS ** TUMBLE(TABLE table, DESCRIPTOR(column), window_size) to enhance the input relation with the window_start and window_end columns ** RIGHT JOIN ** Sub-queries and VALUES() execution in JOIN arguments ** JSON_ARRAY, JSON_OBJECT #20268, #20042, #19894, #19850, #19810, #19768, #19742, #19729, #19650, #19589
  • Added JSON as a supported type for the SQL engine with functions like JSON_QUERY and JSON_VALUE; they return a JSON object/array and a primitive value, respectively. #19303

Cloud Discovery Plugins

  • Added EndpointSlices support for the Kubernetes discovery plugin; now the EndpointSlices API usage is default, and the old Endpoints API is not used as a fallback if EndpointSlices are not available. #19643

Serialization

  • Updated the names of methods and fields in the Compact Serialization API to make them non-Java centric. #20257
  • Added the declarative configuration elements for Compact Serialization. #20016
  • Introduced the FieldKind class to get the field types for portable and compact serializations; previously it was FieldType. #19517

... (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)

Bumps `hazelcast.version` from 4.2.2 to 5.1.

Updates `hazelcast` from 4.2.2 to 5.1
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](https://github.com/hazelcast/hazelcast/commits)

Updates `hazelcast` from 4.2.2 to 5.1
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](https://github.com/hazelcast/hazelcast/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 18, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #276.

@dependabot dependabot Bot closed this Mar 18, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/hazelcast.version-5.1 branch March 18, 2022 02:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants