Update dependency com.hazelcast:hazelcast-spring to v5.5.0 #160
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.2.4
->5.5.0
Release Notes
hazelcast/hazelcast (com.hazelcast:hazelcast-spring)
v5.5.0
Compare Source
For the full release notes for this release, see https://docs.hazelcast.com/hazelcast/5.5/release-notes/5-5-0.
v5.4.0
Compare Source
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.4.0 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
New Features
Breaking Changes
MergingValue
interface within the SPI package now requires thegetDeserializedValue()
method to be defined within implementations, replacing thegetValue()
definition. [#25942]if you are using Maven to install the connector, you must add
<classifier>jar-with-dependencies</classifier>
to yourpom.xml
. Also removed the permissions for MongoDB connector. [#25744], [#25701]SecurityInterceptor
checks were reviewed and unified into a single place - classcom.hazelcast.security.SecurityInterceptorConstants
. Some client messages have the method name changed to reflect their purpose better. Some client messages are newly covered bySecurityInterceptor
checks now. [#25020]hazelcast
.The previous name,
hazelcast-service-port
, caused member auto-discovery for embedded deployments to fail. [#24834], [#24705], [#24688]Enhancements
SQL/Jet Engine
GenericMapStore
. [#25878]CancellationException
toCancellationByUserException
when the user cancels a job before it is initialized. [#25383]__key
filters. [#25105]EXPLAIN PLAN
statement outputs for all physical joins. [#24899]javax.jms
tojakarta.jms
in Hazelcast distributions. [#24804]stream()
method to the SQL service to return the stream of result rows. [#24525]hashCode()
method ofKeyedWindowResult
with that ofMap.Entry
. #697getPartitionAssignment()
method when the partition pruning is not used. #486forceTotalParallelismOne ()
on random members without permissions. #227Connectors
DataSerializable
serialization to Mongo connector. [#25197]Data Structures
getItemAtPositionOrNull()
method. [#25672]IMap.localValues()
andIMap.localValues(Predicate)
methods for a faster access to locally owned values in maps. [#24763]deleteAsync()
for maps to asynchronously remove a provided map entry key. [#23509]setManagementEnabled()
method. [#22575]getCPObjectInfos()
method to create a snapshot of all existing CP objects for a given service on the group leader. #615getCPGroupIds()
method to the CP Subsystem API to allow listing all data structures within a CP group. #591ADVANCED_CP
feature is present in the Hazelcast Platform Enterprise license, to enable CPMap. #157Enterprise WAN Replication
IMap
/ICache
Evictions. [#24941]Enterprise Security
CacheCreateConfig
andGetSemaphoreType
tasks. [#25529]Storage
Networking
demoteLocalDataMember()
method to convert members holding data to lite members, enabling a cluster to be alive while there is no data in it. [#24617]Serialization
ByKey
plans. [#25631]Cloud
Metrics and Logs
MethodHandle
instead of reflection. [#25279]status
anduserCancelled
flags to job metrics. [#24716]size
andsizeBytes
metrics for CPMap. See CP Subsystem Metrics. #6807connectionHealth
andfailedTransmitCount
metrics to WAN Replication. See WAN Replication Metrics. #848ucn
. #745, #625Events and Listeners
onCancel()
method to the reliable message listener to trigger a notification when the listener is cancelled for any reason. #286REST API
RestConfig
tag under the serverConfig
; it allows configuration of the new REST API server. #508Distribution
common.bat
has been updated to not include excessive spaces in parameters.hz-cli.bat
andhz-start.bat
have been updated to reference thecommon.bat
script with correct paths.hz-start.bat
has been updated to remove double quote expansion forCLASSPATH
.#165
[#25607], [#25555], [#25576], [#22407]
pom.xml
to use JDK 17, as it requires at minimum JDK 17. #436Enterprise Licensing
API Documentation
Fixes
JetClassLoader
, were likely to cause deadlocks. [#25379]ClientConfigXmlGenerator
didn't support thehazelcast-cloud
configuration. [#25155]getDistributedObjects()
was returning inconsistent results when multiple members simultaneously join to the cluster. [#25114]java.util.UUID
. [#25073]AggregateOperations.maxBy()
was not checking if the incoming element is null, which can happen if some members did not have any items to process. In this case, the comparator was invoked with the null value which was invalid. #895JobStatusListener
is offloaded to the event striped executor; now, this offloading is waited to finish. #673NATIVE
entries in a split-brain scenario. #480ANALYZE INSERT INTO
SQL statement did not generate metrics. #444Removed/Deprecated Features
Contributors
We would like to thank the contributors from our open source community who worked on this release:
v5.3.8
Compare Source
This document lists the new features, enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.8 release. The numbers in the square brackets refer to issues in Hazelcast's public and internal GitHub repositories.
Fixes
** Fix CVE-2022-3171 vulnerabilities in protobuf-java 3.19.4 and hadoop-shaded-protobuf_3_7-1.1.1 [#22541]
** Fix CVE-2023-2976 vulnerability in hadoop-shaded-guava-1.1.1.jar (shaded: com.google.guava:guava:30.1.1-jre) [#24981]
** Fix CVE-2024-36114 vulnerability in aircompressor-0.21 [#26354]
v5.3.7
Compare Source
This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.7 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
Enhancements
[#1207], [#1208], [#1209]
v5.3.6
Compare Source
This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.6 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
Fixes
v5.3.5
This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.5 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
NOTE: Due to an error in the tooling, the Platform releases 5.3.3 and 5.3.4 needed to be skipped numerically.
Enhancements
CancellationException
toCancellationByUserException
in case the user cancels a job before it is initialized. [#25452]hazelcast
.Previously, the name was
hazelcast-service-port
causing the member auto-discovery (for embedded deployments) to fail. [#24834]Fixes
Removed/Deprecated Features
v5.3.2
Compare Source
This document lists the enhancements and fixed issues for Hazelcast Platform 5.3.2 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
Enhancements
Fixes
hazelcast
.Previously, the name was
hazelcast-service-port
causing the member auto-discovery (for embedded deployments) to fail. [#25228]getDistributedObjects()
was returning inconsistent results when multiple members are simultaneously joining to the cluster. [#25153]FROZEN
state. [#25081]v5.3.1
Compare Source
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.3.1 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
Enhancements
jackson-core
dependency to 2.15.2. [#24727]Fixes
v5.3.0
Compare Source
This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.3.0 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
WARNING: The minimal supported Java version is 11 starting with this release of Hazelcast Platform.
New Features
Breaking Changes
DataLinkFactory
interface asDataConnection
. [#24224]TO_ROW
function as it is obsolete, you can useCAST (udtObj AS JSON)
instead. [#23808]__sql.catalog
and__jet.*
) cannot be created anymore. [#24282]coordinator.hazelcast.cloud
toapi.viridian.hazelcast.com
.The default configuration now connects to https://viridian.hazelcast.com/sign-in?next=/ instead of Hazelcast Cloud.
If you want to continue accessing your Hazelcast Cloud clusters, you need to set the
hazelcast.client.cloud.url
property tohttps://coordinator.hazelcast.cloud
in your configuration. [#23290]Enhancements
Cloud
service-dns
(DNS lookup mode) specified to a Kubernetes cluster.This was causing the requests to be unsuccessful and the application not to start. This mechanism has been improved by creating Kubernetes client only for the DNS lookup mode. [#23883]
for each member's pod. The discovery plugin now matches only the private IP per endpoint, ignoring the port values. [#23766]
Storage
NOTE: Tiered Storage feature is still in BETA stage.
Distribution
ScriptFactory
dependency must be explicitly added to the application. [#23355]com.hazelcast.shaded
). [#23124]Networking
keep-count
,keep-idle-seconds
, andkeep-interval-seconds
.You can set these options using either the advanced network configurations or Hazelcast system properties.
See Configuring TCP Keep-Alive. [#24050]
SQL Engine
CREATE MAPPING
statement for Compact Serialization now supports nullable primitives. [#24300]GET_DDL
function. [#23595]SHOW DATA CONNECTIONS
andSHOW RESOURCES
statements to show the connections and resources created by theCREATE CONNECTIONS
statement. [#24028], [#23844]You can also configure this strategy dynamically. [#23535], [#23954]
attributes
anduser_defined_types
tables toinformation_schema
. [#23267]TO_CHAR
function which is capable of formatting dates, timestamps, and numbers. [#22529]JSON=VARCHAR
comparison. [#22746]Jet Engine
This has been fixed by introducing a single data connection which can be reused for all job instances. [#23472], [#23849]
JobStatusListener
as an alternative to repeatedly retrieve a job status via theJob.getStatus()
method. [#23193]to distinguish the user-cancelled jobs from the failed ones. [#22924]
flock
to guard all the concurrentpip
executions (upgradingpip
andprotobuf
versions) in the Jet-to-Python script. [#22829]Security
keyMaterialDuration
which allows using a configurable timeout for caching keyStores and trustStores.See [TLS Configuration] for the details on how to configure this property. [#23307]
Serialization
UndefinedErrorCodeException
. [#22765]WAN Replication
/hazelcast/rest/wan/sync/progress
which allows tracking the WAN synchronization progress. [#22958]Connectors
externalName()
method. [#23772]the
$function
aggregation method is not supported by the Atlas Serverless instances. In this case, this newly introduced option can be used to to query such instances in one processor. See the option's https://github.com/hazelcast/hazelcast/blob/master/hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/mongodb/Options.java#L77. [#24198]jdbc:
name inConnectorPermission
.The newly introduced checks get the JDBC URL from existing connection metadata and check if the permission is granted. If want to grant a
ConnectorPermission
to all JDBC URLs, you may use wildcards, e.g.,
jdbc:*
. [#23716]DataConnection
for Kafka consumers and producers, and for MongoDB [#23886], [#23837]Metrics
Other Enhancements
external-data-store
configuration element asdata-connection
. [#24224]testConnection
method forJdbcDataConnection
). [#23405]Fixes
map.clear()
was timing out when the map is configured with a generic map store. [#24534]SELECT COUNT(DISTINCT COLUMN)
query for maps was producing incorrect results. [#24464]DELETE FROM
orUPDATE
functions, when used with fully-qualified names, was failing in a JDBC table. [#23476]lastAccessTime
andexpirationTime
was not updated when an entry is accessed viaexecuteOnEntries
. [#23926]made by the user was not being reflected. [#23848]
SELECT
query was returning duplicated rows for the mappings in AWS S3 bucket. [#23723]** Not detecting the intent correctly whenever the cluster is shutdown, so the cluster was not restarted successfully.
** Extensive amount of Kubernetes API calls were being logged when Automatic State Management feature is enabled. [#23538]
mapUsingServiceAsync
was losing items when there are no watermarks. [#23271]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.