dependabot[bot] opened a new pull request, #1767: URL: https://github.com/apache/streampipes/pull/1767
Bumps [scala-xml_2.11](https://github.com/scala/scala-xml) from 1.0.5 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scala/scala-xml/releases">scala-xml_2.11's releases</a>.</em></p> <blockquote> <h2>Scala Standard XML Library v1.3.0</h2> <ul> <li>Fixes regression on Scala 2.13, issue <a href="https://redirect.github.com/scala/scala-xml/issues/392">#392</a>, concerning the collections implementation for <code>NodeSeq</code></li> <li>Publish for Scala.js 1.0</li> <li>Update Scala.js to 0.6.32</li> <li>Update Scala to 2.12.10 and 2.13.1</li> <li>Various unused public classes and methods are deprecated <ul> <li>Deprecate definitions under <code>scala.xml.persistent</code> <ul> <li><code>CachedFileStorage</code></li> <li><code>Index</code></li> <li><code>SetStorage</code></li> </ul> </li> <li>Deprecate <code>scala.xml.dtd.impl.PointedHedgeExp</code></li> <li>Deprecate <code>scala.xml.dtd.Scanner</code></li> <li>Deprecate <code>scala.xml.dtd.ContentModelParser</code></li> <li>Deprecate <code>scala.xml.dtd.ElementValidator</code></li> <li>Deprecate <code>scala.xml.factory.Binder</code></li> <li>Deprecate <code>scala.xml.parsing.ValidatingMarkupHandler</code></li> </ul> </li> </ul> <p>The items deprecated above are already deleted in the 2.0.0-M1 milestone release, which see <a href="https://github.com/scala/scala-xml/blob/v2.0.0-M1/CHANGELOG.md">https://github.com/scala/scala-xml/blob/v2.0.0-M1/CHANGELOG.md</a></p> <h2>Scala Standard XML Library v1.2.0</h2> <p>This is a small bug-fix release, but is released as 1.2.0 since it includes all the Scala 2.13 changes in preparation for the impending Scala 2.13.0 final. There is also a small breaking change to <code>scala.xml.transform.RewriteRule</code>, but it should be inconsequential.</p> <h1>Release notes</h1> <ul> <li>Various changes for 2.13.0 support <a href="https://redirect.github.com/scala/scala-xml/issues/276">#276</a>, <a href="https://redirect.github.com/scala/scala-xml/issues/256">#256</a>, <a href="https://redirect.github.com/scala/scala-xml/issues/217">#217</a></li> <li>Fix match result for attribute search of empty string <a href="https://redirect.github.com/scala/scala-xml/issues/249">#249</a></li> <li>Fix missing <code>toString</code> in <code>dtd.Decl</code> <a href="https://redirect.github.com/scala/scala-xml/issues/270">#270</a></li> <li>Remove <code>name</code> field in <code>transform.RewriteRule</code> <a href="https://redirect.github.com/scala/scala-xml/issues/129">#129</a></li> <li>Update Scala.js from 0.6.26 <a href="https://redirect.github.com/scala/scala-xml/issues/274">#274</a></li> <li>Update Scala.js from 1.0.0-M6 <a href="https://redirect.github.com/scala/scala-xml/issues/260">#260</a></li> <li>Update Scala.js to 0.6.27 and 1.0.0-M7 <a href="https://redirect.github.com/scala/scala-xml/issues/283">#283</a></li> <li>Fix license in POM file to Apache License 2.0 <a href="https://redirect.github.com/scala/scala-xml/issues/275">#275</a></li> </ul> <h1>Binary compatibility</h1> <p>This release is not backwards compatible with the last release of scala-xml, 1.1.1, because of the small change that removes the <code>name</code> field from <code>transform.RewriteRule</code>, see <a href="https://redirect.github.com/scala/scala-xml/issues/129">#129</a>. It appears to have been an unused vestigial class member in a rarely used class, so it's likely of low risk.</p> <h2>Scala Standard XML Library v1.1.1</h2> <p>This is a patch release of Scala XML that is binary and source compatible with the previous release, 1.1.0.</p> <h1>Release notes</h1> <ul> <li>Fix <a href="https://redirect.github.com/scala/scala-xml/issues/73">#73</a>, <code>Utility.trim</code> should handle whitespace between adjacent <code>Text()</code> nodes</li> <li>Fix <a href="https://redirect.github.com/scala/scala-xml/issues/160">#160</a>, support nested escaped CDATA sections</li> <li>Fix <a href="https://redirect.github.com/scala/scala-xml/issues/192">#192</a>, deprecate <code>XMLEventReader</code>, and suggest <code>javax.xml.stream.events.XMLEvent</code></li> <li>Fix <a href="https://redirect.github.com/scala/scala-xml/issues/32">#32</a> and <a href="https://redirect.github.com/scala/scala-xml/issues/209">#209</a>, out-of-memory error with <code>ConstructingParser</code></li> <li>Fix <a href="https://redirect.github.com/scala/scala-xml/issues/231">#231</a>, avoid splitting up empty elements with <code>PrettyPrinter(minimizeEmpty = true)</code></li> <li>Fix <a href="https://redirect.github.com/scala/scala-xml/issues/251">#251</a>, make invalid argument exception the same type for <code>NodeSeq.\\()</code></li> <li>Fix <a href="https://redirect.github.com/scala/scala-xml/issues/259">#259</a>, null pointer exception for DOCTYPE in <code>XhtmlParser</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/scala/scala-xml/blob/main/CHANGELOG.md">scala-xml_2.11's changelog</a>.</em></p> <blockquote> <h1>Scala XML Changes</h1> <h2>2.0.1 (2021-07-21)</h2> <p>Binary compatible with Scala XML 2.0.0.</p> <p>Published for Scala 2.12 and 2.13, Scala 3, Scala.js 1.6, and Scala Native 0.4.</p> <h3>Added</h3> <ul> <li>No new functionality.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed runtime error for <code>MarkupParser</code> on Scala 3 by changing the access modifier of internal class, <code>WithLookAhead</code> (<a href="https://redirect.github.com/scala/scala-xml/issues/542">#542</a>)</li> </ul> <h2>2.0.0 (2021-05-13)</h2> <p>Not binary compatible with Scala XML 1.3.0.</p> <p>Published for Scala 2.12, 2.13, and 3.0, Scala.js 1.5, and Scala Native 0.4.</p> <p>Artifacts are no longer published for Scala 2.11 and Scala.js 0.6.</p> <p>A number of deprecated elements have been removed from the library; see the "<a href="https://github.com/scala/scala-xml/blob/main/#Removed">Removed</a>" section below. The library's JAR byte size is about 15% smaller.</p> <h3>Added</h3> <ul> <li>Add <code>scala.xml.transform.NestingTransformer</code>, to apply a single rule recursively, to give the original behavior of <code>RuleTransformer</code>, see below.</li> <li>The <code>apiURL</code> is now published in ivy metadata so that hyperlinks exist in downstream projects that reference Scala XML in their Scaladocs.</li> <li>Declare version policy of with early-semver in Mima with sbt-version-policy plugin</li> </ul> <h3>Changed</h3> <ul> <li>Changes to the default parser settings for the JDK SAXParser, see <a href="https://github.com/scala/scala-xml/wiki/Safer-parser-defaults">Safe parser defaults</a> page on the wiki.</li> <li>The parser used by the load methods from <code>scala.xml.XML</code> and from <code>scala.xml.factory.XMLLoader</code> is now a <code>ThreadLocal</code> instance of SAXParser to reuse the parser instance and avoid repeatedly</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scala/scala-xml/commit/c60de43c42bac9119d0868566e1e9b26425fa3e4"><code>c60de43</code></a> Update to Scala.js 1.0.1</li> <li><a href="https://github.com/scala/scala-xml/commit/172ce22ca19a21cd3e4e9e7b5fad2f8b14819cf4"><code>172ce22</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala-xml/issues/418">#418</a> from lrytz/publish-backport</li> <li><a href="https://github.com/scala/scala-xml/commit/5966334e1480733f7b86cd0d7581ddb041b1410e"><code>5966334</code></a> backport new publishing scripts based on sbt-ci-release</li> <li><a href="https://github.com/scala/scala-xml/commit/003f60cd776975c05a58628297714364314f01df"><code>003f60c</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala-xml/issues/411">#411</a> from ashawley/1.3-update</li> <li><a href="https://github.com/scala/scala-xml/commit/a311d74fecf4a824c71fce97f2ca1b30859d48be"><code>a311d74</code></a> Various updates for 1.3.0</li> <li><a href="https://github.com/scala/scala-xml/commit/306fe588f4e9d7324382029e3a3655816189c082"><code>306fe58</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala-xml/issues/396">#396</a> from ashawley/issue-392</li> <li><a href="https://github.com/scala/scala-xml/commit/df7d18eb85aa7c3880b60de1c88a803f0412372b"><code>df7d18e</code></a> Add further tests of NodeSeq</li> <li><a href="https://github.com/scala/scala-xml/commit/e7239358da50da6c7fe34de071ed772fc62be698"><code>e723935</code></a> Add test of issue 392</li> <li><a href="https://github.com/scala/scala-xml/commit/bcb83f308a7cf6c635aaf93442517ef5f5765b5a"><code>bcb83f3</code></a> Fix 2.13 collections methods for NodeSeq</li> <li><a href="https://github.com/scala/scala-xml/commit/a4106594ba09643b2470c7de5159d3f27cccb49d"><code>a410659</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala-xml/issues/395">#395</a> from ashawley/empty-circle</li> <li>Additional commits viewable in <a href="https://github.com/scala/scala-xml/compare/v1.0.5...v1.3.0">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 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]
