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

   Bumps [neo4j-kernel](https://github.com/neo4j/neo4j) from 3.4.11 to 5.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/neo4j/neo4j/releases";>neo4j-kernel's 
releases</a>.</em></p>
   <blockquote>
   <h2>Neo4j 1.9.0 stable release</h2>
   <p>The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings 
extensive improvements in stability and performance. In addition, <em>Neo4j 1.9 
Enterprise</em> introduces auto-clustering support, with dramatically 
simplified configuration and deployment for high demand production use.</p>
   <ul>
   <li>Support for <a 
href="http://docs.neo4j.org/chunked/1.9/ha.html";>auto-clustering in <em>Neo4j 
Enterprise</em></a>, which replaces the previous Zookeeper based HA clustering, 
provides a streamlined deployment process and is much safer and more resilient 
in failure scenarios.</li>
   <li>New <a 
href="http://docs.neo4j.org/chunked/1.9/arbiter-instances.html";>neo4j-arbiter</a>
 tool, which acts as a voting instance in a Neo4j cluster but does not keep a 
data store or handle transactions.</li>
   <li>Addition of <a 
href="http://docs.neo4j.org/chunked/1.9/query-function.html";>string 
manipulation, timestamp and other functions</a> to the Cypher query 
language.</li>
   <li>Improvements to memory utilization, which reduces working memory 
requirements and improves overall performance.</li>
   <li>New <a href="http://docs.neo4j.org/chunked/1.9/ha-rest-info.html";>REST 
endpoints for inspecting cluster status information</a> (master, slave, 
etc).</li>
   <li>Correction of several concurrency and performance issues.</li>
   <li>Improvements to <a 
href="http://docs.neo4j.org/chunked/1.9/operations-backup.html";>Online 
Backup</a> in <em>Neo4j Enterprise</em>, including auto-detection of full vs 
incremental backup based on existing content at the backup location.</li>
   <li>Updates to Neo4j server webadmin, including welcome pages for new 
users.</li>
   </ul>
   <p><strong>It is recommended to upgrade all previous Neo4j installations to 
this release.</strong> Neo4j 1.9 does not require any explicit upgrade to 
persistent stores created using Neo4j 1.7 and 1.8 installations, however 
<em>current users of Neo4j Enterprise must consult the documentation and update 
the cluster configuration</em>. Please see the <a 
href="http://docs.neo4j.org/chunked/1.9/deployment.html";>deployment</a> and <a 
href="http://docs.neo4j.org/chunked/1.9/upgrade-guide.html";>cluster upgrade</a> 
sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is 
tested and supported with <a 
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html";>Oracle
 JRE 7</a>. <em>Users of previous Java versions should upgrade to <a 
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html";>Oracle
 JRE 7</a> when deploying Neo4j 1.9.</em></p>
   <p>As part of the Neo4j 1.9 release, multiple behaviours and features of 
Neo4j have been declared as deprecated, in order to help users prepare for the 
removal of these in the next major Neo4j release. A <a 
href="http://docs.neo4j.org/chunked/1.9.3/deprecations.html";>list of 
deprecations</a> can be found in the Neo4j manual.</p>
   <p>For a full summary of changes in this release, please review the 
CHANGES.TXT file contained within the distribution.</p>
   <h2>Neo4j 1.8.0 stable release</h2>
   <p>The 1.8 release of Neo4j provides extensive improvements in stability and 
performance. As an incremental service release, Neo4j 1.8 builds upon the 
previous 1.6 and 1.7 releases and provides full backward compatibility.</p>
   <p>This release includes the following corrections and improvements:</p>
   <ul>
   <li>Correction of several concurrency issues affecting performance in multi-
   threaded configurations.</li>
   <li>Correction of several concurrency issues that infrequently affect 
consistency of persisted data.</li>
   <li>Optimization of high-availability (HA) protocols to increase write 
performance.</li>
   <li>Support for zero-downtime rolling upgrades in HA clusters.</li>
   <li>Improvements to transaction distribution in HA clusters, providing 
greater resistance to branching.</li>
   <li>Configurable rotation of logical logs.</li>
   <li>Support for streamed responses to REST API requests.</li>
   <li>Support for bi-directional traversals, branch state and path expanders 
in the traversal framework.</li>
   <li>Performance improvements to several graph algorithms.<!-- raw HTML 
omitted --></li>
   <li>Support in the Cypher language for writing graph data and updating 
auto-indexes (manual indexes are not supported).</li>
   <li>Extensions to the Cypher language to allow the use of patterns as 
expressions and predicates.</li>
   <li>Correction of several issues in the Cypher parser when using collections 
and when aggregating.</li>
   <li>Improved error reporting in Cypher and more reliable statement 
parsing.</li>
   <li>Support for explicit transactions in neo4j-shell.</li>
   </ul>
   <p><strong>It is recommended to upgrade all previous Neo4j installations to 
this release.</strong> Neo4j 1.8 does not require any explicit upgrade to 
persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the 
<a href="http://docs.neo4j.org/chunked/1.8/deployment.html";>deployment section 
of the Neo4j manual</a> for more detail.</p>
   <p>For a full summary of changes in this release, please review the 
CHANGES.TXT file contained within the distribution.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/c082e80b792d46ad1b342fbf7f1facb2028344c6";><code>c082e80</code></a>
 Temporarily disable intersection scans</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/cc49046fab90efc83f18844c9928cf27eb5fbcef";><code>cc49046</code></a>
 Adding unavailable server to <code>SHOW DATABASES</code> ()</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/3686093a53c28244af348383d90ca1c2030d27f4";><code>3686093</code></a>
 Finally fixing DiagnosticsReportCommandIT</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/0515a35d2c4de28c319c7d761fbf38643fb67736";><code>0515a35</code></a>
 Disallow source code generation by default</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/c34d1a9a24662ef163c64dcee0469fdefaca6197";><code>c34d1a9</code></a>
 Update IANA to 2022g ()</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/07145d547087b18a9eb468a89e705861982910be";><code>07145d5</code></a>
 Declare dependencies explictly ()</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/fdc133af74084cf1059c042e380fb0e352665fc4";><code>fdc133a</code></a>
 Adapt test assertions to projection discarding</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/158a358e0a73dba3a38632e4e8bf809aa94040b2";><code>158a358</code></a>
 Fix typo</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/5af25334d32b766c57689b66009bb71e33642945";><code>5af2533</code></a>
 Make projection behave nice when rewriting</li>
   <li><a 
href="https://github.com/neo4j/neo4j/commit/8ee9e659260344a67e52a82718145ecc32299a7e";><code>8ee9e65</code></a>
 Fix LogicalPlanToPlanBuilderStringTest</li>
   <li>Additional commits viewable in <a 
href="https://github.com/neo4j/neo4j/compare/3.4.11...5.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.neo4j:neo4j-kernel&package-manager=maven&previous-version=3.4.11&new-version=5.3.0)](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...@tinkerpop.apache.org

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

Reply via email to