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.version from 4.0.1 to 4.0.3 #5549

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps hazelcast.version from 4.0.1 to 4.0.3.
Updates hazelcast from 4.0.1 to 4.0.3

Release notes

Sourced from hazelcast's releases.

v4.0.3

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

Enhancements

  • Added the declarative configuration support for the client load balancer. #17482
  • Added public classes to expose the member and client side caching provider implementations without referring to internal classes. #17421
  • Updated the Hazelcast Kubernetes dependency to 2.0.2. #17255
  • Added the ability to set the expiration times for entries when using entry processors. #17175

Fixes

  • Fixed NullPointerException when using IMap with HASH indexes. #17527
  • Fixed the rendering of diagnostics in case there is an exception inside a diagnostics plugin. #17502
  • Increased the dependency versions for Jackson and SnakeYAML to mitigate the security vulnerabilities. #17510
  • Fixed the propagation of exception from a function registered on a not-yet completed CompletionStage. #17520
  • Fixed a race condition when overwriting CacheManager during JCache creation. #17292
  • Fixed the NATIVE memory leak when using IMap.executeOnKeys() from an IMDG client. #17274
  • Resolved a performance issue when using PagingPredicate in combination with JDK8. #17211
  • Fixed the client behavior when cluster encounters a split-brain. In some cases, the client was unable to reconnect to the cluster, even after the cluster is healed. #17148
  • Improved disposing of off-heap memory when metrics are being used. #17145

4.0.2

This document includes the new features, enhancements and fixed issues for Hazelcast IMDG v4.0.2, Open Source edition release.

Enhancements

  • Introduced the ConfigRecognition API that determines if a provided declarative configuration is recognized by the rules defined in a given implementation. Along with the API the following three implementations are added:

    • MemberConfigRecognizer for recognizing member XML and YAML configurations

    • ClientConfigRecognizer for recognizing client XML and YAML configurations

    • ClientFailoverConfigRecognizer for recognizing failover client XML and YAML configurations

      #17093

  • Introduced WAN throttling mechanism: this prevents the WAN consumers from getting overloaded by the WAN producers if transferring the WAN events takes less time than processing them in the target cluster. This can be the case with WAN synchronization if the network latency is low enough. It can be configured using the following properties:

    • hazelcast.wan.consumer.invocation.threshold

    • hazelcast.wan.consumer.ack.delay.backoff.init

    • hazelcast.wan.consumer.ack.delay.backoff.max

    • hazelcast.wan.consumer.ack.delay.backoff.multiplier

... (truncated)

Commits
  • 7a29c3a version update for 4.0.3 release
  • 59ae831 Adding IMDG OS 4.0.3 release notes.
  • 9d7a39a prepare release 4.0.3
  • d717127 Merge pull request #17523 from mmedenjak/4.0.3-revert-17249
  • 98d4642 Check map's nullity inside functor (#17527)
  • 2627c41 Fixed split-brain healing procedure for indexes (#17525)
  • f0b6d48 Fixes AbstractInvocationFuture#thenApply (#17520)
  • 9e8aeae Revert "Recover exceptions wrapped in same class correctly"
  • fe3201c Revert "Add caller stacktrace to rethrown RuntimeException (#17249)"
  • ad4a7e4 [BACKPORT] Remove warnings for old client stats format (#17513)
  • Additional commits viewable in compare view

Updates hazelcast-all from 4.0.1 to 4.0.3

Release notes

Sourced from hazelcast-all's releases.

v4.0.3

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

Enhancements

  • Added the declarative configuration support for the client load balancer. #17482
  • Added public classes to expose the member and client side caching provider implementations without referring to internal classes. #17421
  • Updated the Hazelcast Kubernetes dependency to 2.0.2. #17255
  • Added the ability to set the expiration times for entries when using entry processors. #17175

Fixes

  • Fixed NullPointerException when using IMap with HASH indexes. #17527
  • Fixed the rendering of diagnostics in case there is an exception inside a diagnostics plugin. #17502
  • Increased the dependency versions for Jackson and SnakeYAML to mitigate the security vulnerabilities. #17510
  • Fixed the propagation of exception from a function registered on a not-yet completed CompletionStage. #17520
  • Fixed a race condition when overwriting CacheManager during JCache creation. #17292
  • Fixed the NATIVE memory leak when using IMap.executeOnKeys() from an IMDG client. #17274
  • Resolved a performance issue when using PagingPredicate in combination with JDK8. #17211
  • Fixed the client behavior when cluster encounters a split-brain. In some cases, the client was unable to reconnect to the cluster, even after the cluster is healed. #17148
  • Improved disposing of off-heap memory when metrics are being used. #17145

4.0.2

This document includes the new features, enhancements and fixed issues for Hazelcast IMDG v4.0.2, Open Source edition release.

Enhancements

  • Introduced the ConfigRecognition API that determines if a provided declarative configuration is recognized by the rules defined in a given implementation. Along with the API the following three implementations are added:

    • MemberConfigRecognizer for recognizing member XML and YAML configurations

    • ClientConfigRecognizer for recognizing client XML and YAML configurations

    • ClientFailoverConfigRecognizer for recognizing failover client XML and YAML configurations

      #17093

  • Introduced WAN throttling mechanism: this prevents the WAN consumers from getting overloaded by the WAN producers if transferring the WAN events takes less time than processing them in the target cluster. This can be the case with WAN synchronization if the network latency is low enough. It can be configured using the following properties:

    • hazelcast.wan.consumer.invocation.threshold

    • hazelcast.wan.consumer.ack.delay.backoff.init

    • hazelcast.wan.consumer.ack.delay.backoff.max

    • hazelcast.wan.consumer.ack.delay.backoff.multiplier

... (truncated)

Commits
  • 7a29c3a version update for 4.0.3 release
  • 59ae831 Adding IMDG OS 4.0.3 release notes.
  • 9d7a39a prepare release 4.0.3
  • d717127 Merge pull request #17523 from mmedenjak/4.0.3-revert-17249
  • 98d4642 Check map's nullity inside functor (#17527)
  • 2627c41 Fixed split-brain healing procedure for indexes (#17525)
  • f0b6d48 Fixes AbstractInvocationFuture#thenApply (#17520)
  • 9e8aeae Revert "Recover exceptions wrapped in same class correctly"
  • fe3201c Revert "Add caller stacktrace to rethrown RuntimeException (#17249)"
  • ad4a7e4 [BACKPORT] Remove warnings for old client stats format (#17513)
  • Additional commits viewable in compare view

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.0.1 to 4.0.3.

Updates `hazelcast` from 4.0.1 to 4.0.3
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.0.1...v4.0.3)

Updates `hazelcast-all` from 4.0.1 to 4.0.3
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.0.1...v4.0.3)

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 Nov 2, 2020
@olamy olamy merged commit e4ce8bc into jetty-11.0.x Nov 2, 2020
@olamy olamy deleted the dependabot/maven/jetty-11.0.x/hazelcast.version-4.0.3 branch November 2, 2020 09:29
@janbartel
Copy link
Contributor

@olamy but the hazelcast module was not updated to download the new version jars!

@olamy
Copy link
Member

olamy commented Nov 2, 2020

good catch.
grhhhh definitely need a plugin to avoid such issues

This was referenced Mar 6, 2021
This was referenced Mar 10, 2021
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.

None yet

2 participants