fix(deps): update dependency com.hazelcast:hazelcast to v5.2.1 #2205
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.1.3
->5.2.1
Release Notes
hazelcast/hazelcast
v5.2.1
Compare Source
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.2.1 releases. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
Enhancements
Fixes
map.set()
when map store offloading is enabled. [#22603]v5.2.0
Compare Source
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.2.0 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
New Features
MapStore
orMapLoader
interfaces.There are cases when some CP members should not act as a leader. For example, a member with high load would not be a good leader, or, in a WAN deployment, members in a primary datacenter may be preferred in order to minimize the latency between the clients and leader. You can transfer the leadership using the
cp-member-priority
configuration element. See Configuring Leadership Priority.Breaking Changes
BETA
annotations from the compact serialization andGenericRecord
related classes, i.e., they are stable. Now, compact serialization is enabled by default; theenabled
attribute within thecompact-serialization
configuration block does not exist anymore. [#21997]Enhancements
Performance
offload
element to map store configuration. It is used to offload map store and loader operations for each map in the cluster. This way, a map store operation does not block the next operations by blocking a partition thread indefinitely. Partition threads are one of the most important shared resources in a cluster; this offloading enables faster completion of the operations in these threads.See Offloading MapStore and MapLoader Operations. [#21651]
SQL Engine
Distribution
hazelcast-hibernate53
dependency from the main Hazelcast Platform distribution as it is not needed anymore. [#22282]Serialization
Added support of
List
,ArrayList
,Set
,HashSet
,Map
, andHashMap
for the zero-config serializers. [#21980]Added a check to the array of
Compact
andGenericRecord
object fields, that does not allow different item types and schemas in such fields. [#21958]Moved the
GenericRecord
andGenericRecordBuilder
interfaces to the newserialization.genericrecord
package. [#21955]In case there is a field type that is not supported by the reflective serializer, now Hazelcast fails with an exception; all JDK classes are now excluded from the zero-config serialization, meaning, they cannot be used as types, field types, or array component types in the reflective serializers. [#21918]
Hazelcast now does not provide methods to read a default value in case of a missing field in the data. Instead, the following method has been introduced in
CompactReader
to check the existence of a field with its name and kind.+FieldKind getFieldKind(String fieldName);
You can use this method for fields that have changed or have a potential to change in the future. [#21876]
Moved the
type-name
andclass
configuration elements into thecompact-serialization
block. Removed theregistered-classes
element. [#21861]Renamed the
cloneWithBuilder()
method asnewBuilderWithClone()
in theGenericRecord
class. [#21730]Added support for
char
fields in the compact serialization format. With this,char
,char[]
,Character
, andCharacter[]
fields are now supported in the reflective compact serializers. [#21054]Configuration
For this purpose,
AwsConfig
is extended with an additionalexecutorServiceSupplier
field that allows to specify what executor service to be used. [#21075]Other Enhancements
service-label-name
,service-label-value
,pod-label-name
, andpod-label-value
. [#22277]See https://docs.hazelcast.org/docs/5.2.0/javadoc/com/hazelcast/map/ExtendedMapEntry.html#setValueWithoutChangingExpiryTime-V-. [#22199]
newValue()
andoldValue()
, to compare values before and after an update of a record.ParsingException
and you don't have to deal with those possible exceptions.String
with class name, to make the code more strongly-typed.[#21536]
DEBUG
. When you need these metrics, you can use thehazelcast.metrics.debug.enabled
] property. [#21232]hazelcast.disable.docker.tests
property to ignore the tests that require Docker to run (by setting it tofalse
). [#21087]hazelcast/rest/config/tcp-ip/member-list
) is introduced for getting and updating the member list at runtime.This improves the split-brain recovery under even certain corner cases and ensures that the cluster recovery from split-brain in every cluster setup can be initially formed. [#20552]
Fixes
IS NULL
condition was being ignored when there is another condition for the same column. [#22238]IMap.get()
call was blocked whenNoNodeAvailableException
is thrown from the MapStore. [#22168]ClearBackupOperation
in maps was being reported as a slow operation on the members which was causing the entire cluster to be frozen. [#22082][#21705]
NullPointerException
was thrown around theCREATE JOB
statement which is using Kafka Sink connector when Kafka has no records yet. Now, it produces an appropriate log message. [#21460]max-idle-seconds
configuration has the value ofInteger.MAX_VALUE
. [#21409]REPLICA_NOT_SYNC
state during such health checks. [#21145]expired when you want to get this entry at 01:01:6.01 AM (should have been expired at 01:01:6.99 AM). [#21018]
SingleProtocolEncoder
; while one method of this interface is called from the input thread, another one is called from the output thread which was causing the race. [#20991]hazelcast-5.x.jar
could not be detected using Gradle. The reason was/META-INF/MANIFEST.MF
not being the first or second entry in the JAR file; now this manifest file is the second entry. [#20969]JSON_QUERY
with expression filter in SQL was not producing a result when the data source contains internal array(s). [#20761]java.util.Map
, theCREATE MAPPING
statement was failing. [#20256]Contributors
We would like to thank the contributors from our open source community
who worked on this release:
v5.1.5
Compare Source
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.5 releases. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.
Fixes
NullPointerException
was thrown around theCREATE JOB
statement which is using Kafka Sink connector when Kafka has no records yet. Now, it produces an appropriate log message. [#22697]v5.1.4
Compare Source
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.4 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.
Enhancements
hazelcast-jet-cdc-mysql
module from the Hazelcast Platform Enterprise distributions due to licensing.You need to manually download this module if you have the Enterprise edition. See xref:pipelines:cdc.adoc#step-4-start-hazelcast[Capture Changes from MySQL] for details. #5312
is refreshed periodically in the recent Kubernetes versions. A new token reader has been implemented to get the token value periodically. [#22394]
service-label-name
,service-label-value
,pod-label-name
, andpod-label-value
. [#22401]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.