You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by GitBox <gi...@apache.org> on 2022/12/22 17:13:45 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #587: Bump hazelcast from 3.12.13 to 5.1.5

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

   Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 3.12.13 to 5.1.5.
   <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.1.5</h2>
   <p>This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.x releases. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.</p>
   <p>==== 5.1.5 ====</p>
   <h2>Fixes</h2>
   <ul>
   <li>Fixed a memory leak due to incomplete clean-up of backup replica sync operations. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22767">#22767</a></li>
   <li>Fixed an issue where <code>NullPointerException</code> was thrown around the <code>CREATE JOB</code> statement which is using Kafka Sink connector when Kafka has no records yet. Now, it produces an appropriate log message. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22697">#22697</a></li>
   <li>Fixed an issue where the map entries recovered from persistence were not expiring after their time-to-live durations. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22558">#22558</a></li>
   <li>Fixed an issue where replication over WAN was failing on the source cluster members, when there are multiple batch publishers configured in a single WAN replication. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22500">#22500</a></li>
   </ul>
   <p>==== 5.1.4 ====</p>
   <h2>Enhancements</h2>
   <ul>
   <li>Removed the <code>hazelcast-jet-cdc-mysql</code> module from the Hazelcast Platform Enterprise distributions due to licensing.
   You need to manually download this module if you have the Enterprise edition. See Capture Changes from MySQL for details. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/5312">#5312</a></li>
   <li>The Kubernetes discovery plugin has been enhanced to support the service token expiration. The token is time-bound and its content
   is refreshed periodically in the recent Kubernetes versions. A new token reader has been implemented to get the token value periodically. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22394">#22394</a></li>
   <li>You can now provide comma-separated lists to give multiple labels for the Kubernetes Discovery Plugin configurations <code>service-label-name</code>, <code>service-label-value</code>, <code>pod-label-name</code>, and <code>pod-label-value</code>. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22401">#22401</a></li>
   </ul>
   <p>==== 5.1.3 ====</p>
   <h2>Enhancements</h2>
   <ul>
   <li>Improved connection handling. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21641">#21641</a></li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>When the <code>hazelcast.socket.buffer.direct</code> property is enabled, clusters no longer throw exceptions in response to text protocols such as the REST API. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21700">#21700</a></li>
   </ul>
   <p>==== 5.1.2 ====</p>
   <h2>Fixes</h2>
   <ul>
   <li>Fixed an issue where a cluster could not be formed when security is enabled, various client permissions are set, and multiple members
   are started simultaneously. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21510">#21510</a></li>
   <li>Fixed an issue where a cluster was unresponsive when you perform a health check to see the members are in the safe state;
   cluster members were hanging in the <code>REPLICA_NOT_SYNC</code> state during such health checks. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21208">#21208</a></li>
   <li>Fixed an issue where the list of members in the cluster was reset to an empty list when the UUID of a cluster changes after its restart:
   this was causing startup failures since Hazelcast could not manage the events due to the empty member list after a restart. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21178">#21178</a></li>
   <li>Fixed an issue where the statistics like puts and removals were not increasing when these operations are executed through Transactional interface. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21107">#21107</a></li>
   <li>Fixed a data race in <code>SingleProtocolEncoder</code>; 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. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/20994">#20994</a></li>
   <li>Fixed an issue where the automatic module name in <code>hazelcast-5.x.jar</code> could not be detected using Gradle. The reason was
   <code>/META-INF/MANIFEST.MF</code> not being the first or second entry in the JAR file; now this manifest file is the second entry. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/20976">#20976</a></li>
   </ul>
   <p>==== 5.1.1 ====</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/3ac13a02cbba4a4558b6e975fa2c2fe63f39eb03"><code>3ac13a0</code></a> Upgrade version to 5.1.5</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/c52d6fff85d92c151115700c2c927457d43b7b4c"><code>c52d6ff</code></a> Update release_notes.txt</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/ae69538ac69e2a591baceb69f952b783e4f54d7d"><code>ae69538</code></a> Update release_notes.txt</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/1e9a306e2282689e0ea09495c22f084d865054f3"><code>1e9a306</code></a> Prepare release 5.1.5</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/5c13d3252bcb7be4e47a74d5321cb605c3294b5f"><code>5c13d32</code></a> Send response to remove offload state (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22756">#22756</a>) [5.1.z] (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22767">#22767</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/0c0f35b04cb047a7e8ec70ede52654bfdf5fb4ef"><code>0c0f35b</code></a> Convert HotRestartTriggerBackupMessageTask and ShutdownClusterMessageTask to ...</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/b7738a28c926aa5f95066d8f9301cfece8eede4e"><code>b7738a2</code></a> Adding 5.1.z release notes including 5.1.5 (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22734">#22734</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/f281d86b27f5d7ccfb1678527b459463dbb4f74d"><code>f281d86</code></a> Update woodstox-core to 6.4.0 [5.1.z] (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22706">#22706</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/49e71e9d6f583c4e9dff556d57a607861b5c8846"><code>49e71e9</code></a> Improve Jackson dependency declaration [5.1.z] (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22703">#22703</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/2c8c19e29e9fede7840c8674c7572d0b3a1007f8"><code>2c8c19e</code></a> Fix NPE when querying non-existent topic [5.1.z] (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/22697">#22697</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/hazelcast/hazelcast/compare/v3.12.13...v5.1.5">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=3.12.13&new-version=5.1.5)](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-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] bdemers closed pull request #587: Bump hazelcast from 3.12.13 to 5.1.5

Posted by GitBox <gi...@apache.org>.
bdemers closed pull request #587: Bump hazelcast from 3.12.13 to 5.1.5
URL: https://github.com/apache/shiro/pull/587


-- 
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-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] bdemers commented on pull request #587: Bump hazelcast from 3.12.13 to 5.1.5

Posted by GitBox <gi...@apache.org>.
bdemers commented on PR #587:
URL: https://github.com/apache/shiro/pull/587#issuecomment-1363427292

   @dependabot ignore major version


-- 
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-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] dependabot[bot] commented on pull request #587: Bump hazelcast from 3.12.13 to 5.1.5

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #587:
URL: https://github.com/apache/shiro/pull/587#issuecomment-1363427326

   OK, I won't notify you about version 5.x.x again, unless you re-open this PR. 😢


-- 
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-unsubscribe@shiro.apache.org

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