You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/30 04:32:38 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #989: build(deps): bump hazelcast from 3.12.13 to 5.3.1

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

   Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 3.12.13 to 5.3.1.
   <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.3.1</h2>
   <p>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.</p>
   <h2>Enhancements</h2>
   <ul>
   <li>Updated the version of <code>jackson-core</code> dependency to 2.15.2. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/24727">#24727</a></li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>Fixed an issue where submitting a job was failing when it is done using Hazelcast Command-Line Client (CLC). <a href="https://redirect.github.com/hazelcast/hazelcast/issues/24704">#24704</a></li>
   <li>Fixed an issue where the REST calls were failing for Hazelcast clusters with TLS v1.3 configured, and deployed on Kubernetes. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/24623">#24623</a></li>
   <li>Fixed various issues in Health Monitor including incorrect metric names. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/24636">#24636</a></li>
   </ul>
   <h2>v5.3.0</h2>
   <p>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.</p>
   <h2>New Features</h2>
   <ul>
   <li><strong>Connector for Kafka Connect source (BETA)</strong>: Import data from an external system directly into a Hazelcast data pipeline without the need of a Kafka cluster.</li>
   <li><strong>Connector for MongoDB (BETA)</strong>: Read and write from/to MongoDB via this connector and execute SQL queries on Mongo collections directly from Hazelcast.</li>
   <li><strong>Partition-Aware SQL Client</strong>: Send the SQL commands only to the members having the relevant data, which reduces the network hops and improves the query performances.</li>
   <li><strong>Data connection support in SQL</strong>: data connections and mappings using them can be managed using SQL commands.</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Renamed the <code>DataLinkFactory</code> interface as <code>DataConnection</code>. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/24224">#24224</a></li>
   <li>Removed the <code>TO_ROW</code> function as it is obsolete, you can use <code>CAST (udtObj AS JSON)</code> instead. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/23808">#23808</a></li>
   <li>SQL mappings for internal maps (<code>__sql.catalog</code> and <code>__jet.*</code>) cannot be created anymore. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/24282">#24282</a></li>
   <li>Changed the default cloud coordinator URL from <code>coordinator.hazelcast.cloud</code> to <code>api.viridian.hazelcast.com</code>.
   The default configuration now connects to <a href="https://viridian.hazelcast.com/sign-in?next=/">https://viridian.hazelcast.com/sign-in?next=/</a> instead of Hazelcast Cloud.
   If you want to continue accessing your Hazelcast Cloud clusters, you need to set the <code>hazelcast.client.cloud.url</code> property to <code>https://coordinator.hazelcast.cloud</code> in your configuration. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/23290">#23290</a></li>
   </ul>
   <h2>Enhancements</h2>
   <h3>Cloud</h3>
   <ul>
   <li>Hazelcast was sending requests to Kubernetes API when deploying an application with embedded Hazelcast and <code>service-dns</code> (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. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/23883">#23883</a></li>
   <li>When advanced networking is enabled, the Kubernetes discovery plugin might have been discovering several endpoints (per each port)
   for each member's pod. The discovery plugin now matches only the private IP per endpoint, ignoring the port values. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/23766">#23766</a></li>
   <li>Added support of link:<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.%5BIMDSv2%5E%5D">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. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/23545">#23545</a></li>
   <li>Added the support of discovering ECS and EC2 members on AWS. See xref:deploy:deploying-on-aws.adoc[Deploying a Cluster on Amazon AWS]. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/22411">#22411</a></li>
   </ul>
   <h3>Storage</h3>
   <ul>
   <li>Added support of generating suggested Data Definition Language (DDL) for a map with High-Density Memory Store and having no indexes. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/24054">#24054</a></li>
   <li>Disk tier option of Tiered Storage is now disabled by default. <a href="https://redirect.github.com/hazelcast/hazelcast/issues/23747">#23747</a></li>
   </ul>
   <p>NOTE: Tiered Storage feature is still in BETA stage.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/43757ea12fdf9de80bb67d8900ba2519d45b8bbc"><code>43757ea</code></a> Upgrade version to 5.3.1</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/3e88b1782593d16569d28977ee36c00baf38c4a9"><code>3e88b17</code></a> Reduce the size of entries because test is timing out [HZ-2361] (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24728">#24728</a>) (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24">#24</a>...</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/41048ed2427cf397b12c8da0f8bcc0ec4686bbcb"><code>41048ed</code></a> Adding Platform OS 5.3.1 RN.</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/77d71404169cb8c8fe429706408ca6f8b20e8c37"><code>77d7140</code></a> Prepare release 5.3.1</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/d839fd21ff4de4264b779a28ce1900557a7f8a8c"><code>d839fd2</code></a> Bump jackson.version to 2.15.2 [5.3.z] (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24727">#24727</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/b0d80409e87776c57e66311058005cdb989a2ba2"><code>b0d8040</code></a> Bump hadoop.version from 3.3.4 to 3.3.5 [5.3.z] (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24690">#24690</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/91fb39fa7bad73081398fc32368067788155bc9e"><code>91fb39f</code></a> Fix leading zero calculation [HZ-2492] [5.3.z] (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24674">#24674</a>) (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24704">#24704</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/4da3953b67b49884a3ef672aa75ee1592ddfb01a"><code>4da3953</code></a> Bump dependency-check-maven to 8.2.1 [5.3.z] (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24651">#24651</a>)</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/0345c7ed48d0fc6632e0d5d9cc6ec89ae86bb2dd"><code>0345c7e</code></a> Use actual config filename in DefaultAddressPicker error message [HZ-2420] (#...</li>
   <li><a href="https://github.com/hazelcast/hazelcast/commit/2c1abc86e125f7c2f2c1f9fa0a45985c825307e8"><code>2c1abc8</code></a> Fix HealthMonitor related issues [5.3.z] (<a href="https://redirect.github.com/hazelcast/hazelcast/issues/24636">#24636</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/hazelcast/hazelcast/compare/v3.12.13...v5.3.1">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.3.1)](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] dependabot[bot] closed pull request #989: build(deps): bump hazelcast from 3.12.13 to 5.3.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #989: build(deps): bump hazelcast from 3.12.13 to 5.3.1
URL: https://github.com/apache/shiro/pull/989


-- 
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 #989: build(deps): bump hazelcast from 3.12.13 to 5.3.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #989:
URL: https://github.com/apache/shiro/pull/989#issuecomment-1614205968

   Looks like com.hazelcast:hazelcast is no longer being updated by Dependabot, so this is no longer needed.


-- 
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