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.1 to 4.1.1 #411

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 23, 2020

Bumps hazelcast from 4.1 to 4.1.1.

Release notes

Sourced from hazelcast's releases.

v4.1.1

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

New Features

  • Node Aware Partition Grouping: Added the support of partition grouping mechanism in the Hazelcast discovery plugin for Kubernetes. You can create partition groups according to the name of the node which is provided by this plugin and on which the containers/pods run. See the NODE_AWARE section of the IMDG Reference Manual for more information.

Enhancements

  • Introduced a configuration property to ignore errors during enabling the XXE protection. This protection works with JAXP 1.5 (Java 7 Update 40) and newer. When an older JAXP implementation is added to the classpath, e.g., Xerces and Xalan, an exception is thrown. The newly introduced property, namely hazelcast.ignoreXxeProtectionFailures, allows you to ignore those exceptions. See the System Properties appendix of the IMDG Reference Manual for more information.
  • Updated the Hazelcast Kubernetes plugin dependency to 2.2.1. #17928
  • Separated the hazelcast-sql Maven module into hazelcast-sql-core and hazelcast-sql. #17922
  • Implemented the IMap.entrySet() method for the partition ID set. #17886

Fixes

  • Fixed an issue where the clients were opening two connections to the same member when the member is behind a private network. #17888
  • Fixed an issue where the Javadoc of release methods for session-aware semaphore structure was incorrectly addressing "threads" instead of "Hazelcast instances". #17827
  • Fixed an issue where the Hazelcast Java client was not able to resolve the new address of a restarted member, e.g., for a setup in Docker environment. #17062
Commits
  • ea2f67b version update for 4.1.1 release
  • 27af558 Workaround for missing hazelcast-sql-javadoc.jar
  • 5a1c67c Fix broken sources produced by the "shade" plugin (#17987)
  • 35b48c6 Adding the release notes for IMDG OS 4.1.1.
  • 866678c prepare release 4.1.1
  • dbedc22 revert adding removeLogger
  • a64039a [BACKPORT 4.1.z] The hazelcast-sql module split (#17922)
  • 97d0e0e Downgrade surefire plugin to resolve OOM issues in 3.0.0-M4
  • df75a3b [BACKPORT] Add remove logger method to LoggingService and LoggerFactory inter...
  • 5ebc51c Implement IMap.entrySet() on a PartitionIdSet (#17886)
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 23, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/com.hazelcast-hazelcast-4.1.1 branch from 696796c to 5af20fa Compare December 30, 2020 12:09
@marcosbarbero marcosbarbero merged commit 95e11ff into master Dec 30, 2020
@marcosbarbero marcosbarbero deleted the dependabot/maven/com.hazelcast-hazelcast-4.1.1 branch December 30, 2020 14:14
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.

1 participant