dependabot[bot] opened a new pull request, #743:
URL: https://github.com/apache/shiro/pull/743

   Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 5.2.1 to 
5.2.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hazelcast/hazelcast/releases";>hazelcast's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.2</h2>
   <p>This document lists the new features, enhancements, fixed issues and, 
removed or deprecated features for <strong>Hazelcast Platform 5.2.2</strong> 
release. The numbers in square brackets refer to the pull requests in 
Hazelcast's GitHub repository.</p>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Changed the default cloud coordinator URL from 
<code>coordinator.hazelcast.cloud</code> to 
<code>api.viridian.hazelcast.com</code>.
   When you use the default configuration, it now connects to Hazelcast 
Viridian instead of Hazelcast Cloud, potentially leading to not being able to 
connect to the cloud cluster. If you want to use Hazelcast Cloud, you need to 
change the value of <code>hazelcast.client.cloud.url</code> property to 
<code>https://coordinator.hazelcast.cloud</code>. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23304";>#23304</a></li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Added support of <a 
href="https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-machine-images-support-instance-metadata-service-version-2-default/#:~:text=Posted%20On%3A%20Oct%203%2C%202022,depth%20against%20unauthorized%20metadata%20access.";>IMDSv2</a>
 for Hazelcast's AWS Discovery plugin.</li>
   <li>Hazelcast now allows serializing unsupported types via 
xref:serialization:compact-serialization.adoc#using-compact-serialization-with-zero-configuration[zero-configuration]
 provided that there is an explicit serializer implemented for the unsupported 
type. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23569";>#23569</a></li>
   <li>Added <code>flock</code> to guard concurrent <code>pip</code> runs. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22934";>#22934</a></li>
   <li>Added the ability of discovering ECS and EC2 clients by the Hazelcast 
members on Amazon ECS. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22630";>#22630</a></li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>Fixed an issue where excessive amount of Kubernetes API calls were being 
logged when Automatic State Management feature is enabled in a Hazelcast 
cluster running on Kubernetes. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23576";>#23576</a></li>
   <li>Fixed an issue where the JSON Query results were inconsistent, using the 
data stored as JSON via <code>HazelcastJsonValue</code>. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23453";>#23453</a></li>
   <li>Fixed an issue where the unordered <code>mapUsingServiceAsync()</code> 
was losing the last items when there are no watermarks. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23272";>#23272</a></li>
   <li>Fixed an issue where the message of an exception caused when reading a 
JDBC table column metadata was showing the data source reference instead of the 
table name. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23123";>#23123</a></li>
   <li>Fixed an issue where the recorded moment of submitted job's start time 
was causing a race condition.
   For short jobs, the job might have been completed even before recording the 
<code>startTime</code> metric; since this metric is collected after the job is 
submitted.
   Now, this metric is collected just before submitting a job. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23066";>#23066</a></li>
   <li>Fixed an issue where the offloading of map stores (which is enabled by 
default) was leading to unexpected unlocking behavior when committing 
transactions. <a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22937";>#22937</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/cee307fcf045371569ec6249ace391ff34b53ce7";><code>cee307f</code></a>
 Upgrade version to 5.2.2</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/a221adc3f62eb9f45b3757ebbd2220754e846de1";><code>a221adc</code></a>
 [CN-714] Add AWS IMDSv2 cluster to phonehome [5.2.2] (<a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23636";>#23636</a>)</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/3bf9b8e3dcb0d6e435cc16b882be67a99f008ac9";><code>3bf9b8e</code></a>
 Typo fix.</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/763137843eb45ad9851b1454e0f546625050ca45";><code>7631378</code></a>
 Added RN for Platform OS 5.2.2.</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/4c6ab001e6f6480e67b52734ab7d8b5feb69954e";><code>4c6ab00</code></a>
 Prepare release 5.2.2</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/852f83dedc0c41989de6fae58114c27f9e83cdf1";><code>852f83d</code></a>
 [CN-714] Add support of IMDSv2 for AWS Discovery plugin (<a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23591";>#23591</a>)</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/3ee49cbb0927101c79e043fd7453e552704ba95c";><code>3ee49cb</code></a>
 Run step if met with preconditions (<a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23566";>#23566</a>)
 [5.2.z] (<a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23583";>#23583</a>)</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/af032b312bc7d88f399bc4dac8650da5dd816ce4";><code>af032b3</code></a>
 Enhance error handling in KubernetesClient [5.2.z] (<a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23576";>#23576</a>)</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/cd3150703b0b6f9eba715759af80bdf207eef0a4";><code>cd31507</code></a>
 [5.2.z] Allow serializing an unsupported type with reflective serializer if 
t...</li>
   <li><a 
href="https://github.com/hazelcast/hazelcast/commit/a43b66809cad8db3a54737d2026e4b3e6091370d";><code>a43b668</code></a>
 Do not process JoinMessages from left members [HZ-1713] [5.2.z] (<a 
href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/23502";>#23502</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hazelcast/hazelcast/compare/v5.2.1...v5.2.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.hazelcast:hazelcast&package-manager=maven&previous-version=5.2.1&new-version=5.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@shiro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to