Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump hazelcast.version from 4.2.4 to 4.2.5 #7934

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2022

Bumps hazelcast.version from 4.2.4 to 4.2.5.
Updates hazelcast from 4.2.4 to 4.2.5

Release notes

Sourced from hazelcast's releases.

v4.2.5

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

Enhancements

  • Introduced a system property for allowing you to audit that all the Hazelcast instances running in your environment have the instance tracking file name set correctly in the configuration. See the note in Instance Tracking documentation. #19929
  • Enabled XXE (XML External Entity Reference) protection for XMLInputFactory. The issue was reported through https://huntr.dev/bounties/d63972a2-b910-480a-a86b-d1f75d24d563/. #20942
  • The probe level for most of the network related statistics has been changed to "DEBUG" to decrease the pressure on Management Center; now they are not sent to Management Center by default. If you want to see these statistics, you need to set the "hazelcast.metrics.debug.enabled" property to "true. #21275

Fixes

  • Fixed an issue where the statistics like puts and removals were not increasing when these operations are executed through Transactional interface. #21105
  • Fixed an issue where Hazelcast clients, which have only the IP address of a member to connect (but the member also has a hostname), were not able to connect to the cluster. #20631
  • Hazelcast’s memcached implementation was interpreting the number values and parameters for incr and decr wrongly (numbers were being converted into byte arrays instead of decimals). This has been fixed by making these commands' implementations strictly follow the memcached protocol specification. #19676
  • Fixed an issue where the totalPublishes statistics for the Reliable Topic data structure were always generated as 0. #19656
  • Fixed an issue where the map.clear and cache.clear methods were evicting all entries in all near caches of all the maps in a cluster, not only the map on which these methods are called. #19501
  • Fixed an issue where map entries were never evicted or expired: ** Let's say you have a map whose entries have both time-to-live and maximum idle durations configured. ** You are periodically reading the entries at times shorter than these durations. In this case, the entries were not evicted or expired according to their time-to-live or maximum idle duration configurations. You can set the per-entry-stats-enabled property to true to fix this. #19483

Removed/Deprecated Features

The following system properties have been deprecated:

  • hazelcast.client.statistics.enabled
  • hazelcast.client.statistics.period.seconds
Commits

Updates hazelcast-all from 4.2.4 to 4.2.5

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.4 to 4.2.5.

Updates `hazelcast` from 4.2.4 to 4.2.5
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.2.4...v4.2.5)

Updates `hazelcast-all` from 4.2.4 to 4.2.5

---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.hazelcast:hazelcast-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2022
@dependabot dependabot bot added this to the 10.0.x milestone Apr 28, 2022
@joakime joakime merged commit e35580c into jetty-10.0.x May 3, 2022
@dependabot dependabot bot deleted the dependabot/maven/jetty-10.0.x/hazelcast.version-4.2.5 branch May 3, 2022 20:40
# for free to join this conversation on GitHub. Already have an account? # 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