Skip to content

Bump hazelcast-all from 4.1 to 4.1.1 #23

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2020

Bumps hazelcast-all from 4.1 to 4.1.1.

Release notes

Sourced from hazelcast-all'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)

Bumps [hazelcast-all](https://github.com/hazelcast/hazelcast) from 4.1 to 4.1.1.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.1...v4.1.1)

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 Dec 23, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Superseded by #27.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/maven/com.hazelcast-hazelcast-all-4.1.1 branch March 15, 2021 02:01
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants