dependabot[bot] opened a new pull request, #149: URL: https://github.com/apache/commons-rdf/pull/149
Bumps [org.eclipse.rdf4j:rdf4j-bom](https://github.com/eclipse/rdf4j) from 3.7.7 to 4.3.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse/rdf4j/releases">org.eclipse.rdf4j:rdf4j-bom's releases</a>.</em></p> <blockquote> <p>RDF4J 4.3.5 is a patch release that fixes 5 issues.</p> <p>For a complete overview, see <a href="https://github.com/eclipse/rdf4j/milestone/98?closed=1">all issues fixed in 4.3.5</a>.</p> <h3>Acknowledgements</h3> <p>This release was made possible by contributions from Manuel Fiorelli and Håvard M. Ottestad.</p> <p>RDF4J 4.3.4 is a patch release that fixes 2 issues.</p> <p>For a complete overview, see <a href="https://github.com/eclipse/rdf4j/milestone/97?closed=1">all issues fixed in 4.3.4</a>.</p> <h4>Acknowledgements</h4> <p>This release was made possible by contributions from Håvard M. Ottestad, Matthew Nguyen, pulquero, Jerven Bolleman and Jeen Broekstra.</p> <p>RDF4J 4.3.2 is a patch release that fixes 4 issues.</p> <p>For a complete overview, see <a href="https://github.com/eclipse/rdf4j/milestone/95?closed=1">all issues fixed in 4.3.2</a>.</p> <h4>Acknowledgements</h4> <p>This release was made possible by contributions from Andreas Schwarte, Johan Van Noten, Håvard M. Ottestad and Borislav Bonev.</p> <h2>RDF4J 4.3.1</h2> <p>RDF4J 4.3 is a minor release that fixes 34 issues.</p> <p><strong>A few notable features</strong></p> <ul> <li>Solr, Lucene and Elasticsearch <ul> <li>Solr and Lucene are upgraded to 8.9.0 and Elasticsearch is upgraded to 7.15.2</li> <li>Support for <a href="https://redirect.github.com/eclipse/rdf4j/pull/4196">complex Lucene queries</a></li> <li>Support for <a href="https://redirect.github.com/eclipse/rdf4j/issues/4235">customizing the query analyzer in Lucene and Elasticsearch</a></li> </ul> </li> <li>SHACL <ul> <li>A standalone SHACL Validator</li> <li>User defined <a href="https://redirect.github.com/eclipse/rdf4j/issues/4489">SPARQL queries</a> in SHACL Constraints and Targets</li> <li>Support for sequence paths and alternate paths</li> </ul> </li> <li>Migration of more tests to Junit 5</li> <li>Remove Java EE dependency from core libraries</li> <li>Improvements to the extended query evaluation <a href="https://redirect.github.com/eclipse/rdf4j/issues/635">1</a>, <a href="https://redirect.github.com/eclipse/rdf4j/issues/3947">2</a></li> <li>Several performance improvements <a href="https://redirect.github.com/eclipse/rdf4j/issues/3798">1</a>, <a href="https://redirect.github.com/eclipse/rdf4j/pull/3799">2</a>, <a href="https://redirect.github.com/eclipse/rdf4j/issues/4435">3</a>, <a href="https://redirect.github.com/eclipse/rdf4j/issues/4212">4</a></li> </ul> <p>For a complete overview, see <a href="https://github.com/eclipse/rdf4j/milestone/89?closed=1">all issues fixed in 4.3</a>.</p> <p>There are no more planned minor releases for 4.x.x. The next planned release is 5.0.0.</p> <p>Due to a backwards compatibility bug we recommend using <code>4.3.1</code>.</p> <h2>Acknowledgements</h2> <p>This release was made possible by contributions from Andreas Schwarte, Håvard M. Ottestad, Erik Godding Boye, Jeen Broekstra, Jerven Bolleman, Bart Hanssens, Wolfgang Schell, Mike Glazer, Patrick Wyler and Antoine Willerval.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/72abc853817089be28ba980f590521cc4c45b024"><code>72abc85</code></a> release 4.3.5</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/c689a0c7303b78d4b541ff04894dcae9f380ae68"><code>c689a0c</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4714">GH-4714</a> be more defensive in case a bug results in value being null (<a href="https://redirect.github.com/eclipse/rdf4j/issues/4716">#4716</a>)</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/c8260326358b967998d15805f7227d4142a34d60"><code>c826032</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4714">GH-4714</a> be more defensive in case a bug results in value being null even thou...</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/5abd412a850bbb78984d071a6187a67ac37742f7"><code>5abd412</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4711">GH-4711</a> Improve chances that iterations are closed on time in FedX (<a href="https://redirect.github.com/eclipse/rdf4j/issues/4713">#4713</a>)</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/ab04ad71f7f39768a0d50e2db68593a5d117cf8c"><code>ab04ad7</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4711">GH-4711</a> improve interruption handling and improve closing of iterations</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/2c43e932ba9450375d6df77a9dd2b3e3582f32f4"><code>2c43e93</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4711">GH-4711</a> ParallelTaskBase waits for up to 100ms for the underlying task to fin...</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/48881cb6ab103c290fffd472420eb38438b0e260"><code>48881cb</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4705">GH-4705</a> Fix for potentially unclosed iteration in ExclusiveStatement (<a href="https://redirect.github.com/eclipse/rdf4j/issues/4706">#4706</a>)</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/a6740d3fcef8ecfe6ce7a7d496378c7a4330e226"><code>a6740d3</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4705">GH-4705</a> catch Throwable and close <code>res</code> before rethrowing</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/bc1ce6ce95fa92edf652c4ea3027a531d9c8a4a9"><code>bc1ce6c</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/3332">GH-3332</a>: DirectTypeHierarchyInferencer queries are broken and tests are missi...</li> <li><a href="https://github.com/eclipse-rdf4j/rdf4j/commit/a9abf6eb57db0f1ba8550d1b1be415c25cad0419"><code>a9abf6e</code></a> <a href="https://redirect.github.com/eclipse/rdf4j/issues/4694">GH-4694</a> Fix support for named graphs in ShaclValidator (<a href="https://redirect.github.com/eclipse/rdf4j/issues/4697">#4697</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eclipse/rdf4j/compare/3.7.7...4.3.5">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
