dependabot[bot] opened a new pull request, #1097:
URL: https://github.com/apache/axis-axis2-java-core/pull/1097

   Bumps `rhino.version` from 1.8.1 to 1.9.0.
   Updates `org.mozilla:rhino` from 1.8.1 to 1.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mozilla/rhino/releases";>org.mozilla:rhino's 
releases</a>.</em></p>
   <blockquote>
   <h2>Rhino 1.9.0</h2>
   <p>This release represents about a year of work on Rhino by a growing team 
of contributors.</p>
   <p>Some of the improvements include:</p>
   <ul>
   <li>Compatibility improvements in areas like destructuring and spread 
syntax.</li>
   <li>Performance improvements from 10 to 30% in benchmarks like Delta Blue, 
Earley-Boyer, and Crypto in both interpreted and compiled mode</li>
   <li>Better support for generics and other things when Java integration is 
used.</li>
   </ul>
   <p>Some other improvements:</p>
   <p>JavaScript Language Updates:</p>
   <ul>
   <li>ES6+: Significant advancements in destructuring, spread syntax for
   arrays/objects, Symbol API, and improved let/const scoping.
   TypedArray.from/of and BigInt.asUintN/asIntN fixes.</li>
   <li>RegExp: New features like named capture groups, lookbehind
   assertions, and Unicode mode support.</li>
   <li>Future ES (ES2024/2025): Early implementation of proposals such as
   Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and
   new Set methods.</li>
   </ul>
   <p>Core Engine Enhancements:</p>
   <ul>
   <li>Major Refactoring: Extensive migration of built-in objects to a
   lambda-based architecture and a comprehensive overhaul of the
   interpreter bytecodes for better performance and maintainability.</li>
   <li>Concurrency &amp; Interop: Continued focus on thread safety improvements
   and enhanced Java interoperability, including better generics
   support.</li>
   </ul>
   <p>Going forward -- we have lots of plans for Rhino, including some changes 
that may
   affect compatibility for projects that embed Rhino into larger frameworks. 
We think
   that these changes will be worth it because they will unlock better language
   compatibility and performance.</p>
   <p>As such, the next version going forward will be 2.0.0-SNAPSHOT.</p>
   <p>16 different contributors gave their time and energy to Rhino 1.9.0.</p>
   <p>Thanks to everyone who <strong>contributed!</strong></p>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/mio-19";><code>@​mio-19</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1790";>mozilla/rhino#1790</a></li>
   <li><a href="https://github.com/ZZZank";><code>@​ZZZank</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1804";>mozilla/rhino#1804</a></li>
   <li><a href="https://github.com/focJSi";><code>@​focJSi</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1830";>mozilla/rhino#1830</a></li>
   <li><a href="https://github.com/balajirrao";><code>@​balajirrao</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1828";>mozilla/rhino#1828</a></li>
   <li><a href="https://github.com/anivar";><code>@​anivar</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1978";>mozilla/rhino#1978</a></li>
   <li><a 
href="https://github.com/dilbertKocik";><code>@​dilbertKocik</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/2065";>mozilla/rhino#2065</a></li>
   <li><a href="https://github.com/zhurvla";><code>@​zhurvla</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/2073";>mozilla/rhino#2073</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mozilla/rhino/compare/Rhino1_8_0_Release...Rhino1_9_0_Release";>https://github.com/mozilla/rhino/compare/Rhino1_8_0_Release...Rhino1_9_0_Release</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md";>org.mozilla:rhino's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Rhino 1.9.0</h1>
   <h2>December 22, 2025</h2>
   <p>This release represents about a year of work on Rhino by a growing team 
of contributors.</p>
   <p>Some of the improvements include:</p>
   <ul>
   <li>Compatibility improvements in areas like destructuring and spread 
syntax.</li>
   <li>Performance improvements from 10 to 30% in benchmarks like Delta Blue, 
Earley-Boyer, and Crypto in both interpreted and compiled mode</li>
   <li>Better support for generics and other things when Java integration is 
used.</li>
   </ul>
   <p>Some other improvements:</p>
   <p>JavaScript Language Updates:</p>
   <ul>
   <li>ES6+: Significant advancements in destructuring, spread syntax for
   arrays/objects, Symbol API, and improved let/const scoping.
   TypedArray.from/of and BigInt.asUintN/asIntN fixes.</li>
   <li>RegExp: New features like named capture groups, lookbehind
   assertions, and Unicode mode support.</li>
   <li>Future ES (ES2024/2025): Early implementation of proposals such as
   Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and
   new Set methods.</li>
   </ul>
   <p>Core Engine Enhancements:</p>
   <ul>
   <li>Major Refactoring: Extensive migration of built-in objects to a
   lambda-based architecture and a comprehensive overhaul of the
   interpreter bytecodes for better performance and maintainability.</li>
   <li>Concurrency &amp; Interop: Continued focus on thread safety improvements
   and enhanced Java interoperability, including better generics
   support.</li>
   </ul>
   <p>Going forward -- we have lots of plans for Rhino, including some changes 
that may
   affect compatibility for projects that embed Rhino into larger frameworks. 
We think
   that these changes will be worth it because they will unlock better language
   compatibility and performance.</p>
   <p>As such, the next version going forward will be 2.0.0-SNAPSHOT.</p>
   <p>Thanks to everyone who contributed!</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/mozilla/rhino/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.mozilla:rhino-xml` from 1.8.1 to 1.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mozilla/rhino/releases";>org.mozilla:rhino-xml's 
releases</a>.</em></p>
   <blockquote>
   <h2>Rhino 1.9.0</h2>
   <p>This release represents about a year of work on Rhino by a growing team 
of contributors.</p>
   <p>Some of the improvements include:</p>
   <ul>
   <li>Compatibility improvements in areas like destructuring and spread 
syntax.</li>
   <li>Performance improvements from 10 to 30% in benchmarks like Delta Blue, 
Earley-Boyer, and Crypto in both interpreted and compiled mode</li>
   <li>Better support for generics and other things when Java integration is 
used.</li>
   </ul>
   <p>Some other improvements:</p>
   <p>JavaScript Language Updates:</p>
   <ul>
   <li>ES6+: Significant advancements in destructuring, spread syntax for
   arrays/objects, Symbol API, and improved let/const scoping.
   TypedArray.from/of and BigInt.asUintN/asIntN fixes.</li>
   <li>RegExp: New features like named capture groups, lookbehind
   assertions, and Unicode mode support.</li>
   <li>Future ES (ES2024/2025): Early implementation of proposals such as
   Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and
   new Set methods.</li>
   </ul>
   <p>Core Engine Enhancements:</p>
   <ul>
   <li>Major Refactoring: Extensive migration of built-in objects to a
   lambda-based architecture and a comprehensive overhaul of the
   interpreter bytecodes for better performance and maintainability.</li>
   <li>Concurrency &amp; Interop: Continued focus on thread safety improvements
   and enhanced Java interoperability, including better generics
   support.</li>
   </ul>
   <p>Going forward -- we have lots of plans for Rhino, including some changes 
that may
   affect compatibility for projects that embed Rhino into larger frameworks. 
We think
   that these changes will be worth it because they will unlock better language
   compatibility and performance.</p>
   <p>As such, the next version going forward will be 2.0.0-SNAPSHOT.</p>
   <p>16 different contributors gave their time and energy to Rhino 1.9.0.</p>
   <p>Thanks to everyone who <strong>contributed!</strong></p>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/mio-19";><code>@​mio-19</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1790";>mozilla/rhino#1790</a></li>
   <li><a href="https://github.com/ZZZank";><code>@​ZZZank</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1804";>mozilla/rhino#1804</a></li>
   <li><a href="https://github.com/focJSi";><code>@​focJSi</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1830";>mozilla/rhino#1830</a></li>
   <li><a href="https://github.com/balajirrao";><code>@​balajirrao</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1828";>mozilla/rhino#1828</a></li>
   <li><a href="https://github.com/anivar";><code>@​anivar</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/1978";>mozilla/rhino#1978</a></li>
   <li><a 
href="https://github.com/dilbertKocik";><code>@​dilbertKocik</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/2065";>mozilla/rhino#2065</a></li>
   <li><a href="https://github.com/zhurvla";><code>@​zhurvla</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mozilla/rhino/pull/2073";>mozilla/rhino#2073</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mozilla/rhino/compare/Rhino1_8_0_Release...Rhino1_9_0_Release";>https://github.com/mozilla/rhino/compare/Rhino1_8_0_Release...Rhino1_9_0_Release</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md";>org.mozilla:rhino-xml's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Rhino 1.9.0</h1>
   <h2>December 22, 2025</h2>
   <p>This release represents about a year of work on Rhino by a growing team 
of contributors.</p>
   <p>Some of the improvements include:</p>
   <ul>
   <li>Compatibility improvements in areas like destructuring and spread 
syntax.</li>
   <li>Performance improvements from 10 to 30% in benchmarks like Delta Blue, 
Earley-Boyer, and Crypto in both interpreted and compiled mode</li>
   <li>Better support for generics and other things when Java integration is 
used.</li>
   </ul>
   <p>Some other improvements:</p>
   <p>JavaScript Language Updates:</p>
   <ul>
   <li>ES6+: Significant advancements in destructuring, spread syntax for
   arrays/objects, Symbol API, and improved let/const scoping.
   TypedArray.from/of and BigInt.asUintN/asIntN fixes.</li>
   <li>RegExp: New features like named capture groups, lookbehind
   assertions, and Unicode mode support.</li>
   <li>Future ES (ES2024/2025): Early implementation of proposals such as
   Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and
   new Set methods.</li>
   </ul>
   <p>Core Engine Enhancements:</p>
   <ul>
   <li>Major Refactoring: Extensive migration of built-in objects to a
   lambda-based architecture and a comprehensive overhaul of the
   interpreter bytecodes for better performance and maintainability.</li>
   <li>Concurrency &amp; Interop: Continued focus on thread safety improvements
   and enhanced Java interoperability, including better generics
   support.</li>
   </ul>
   <p>Going forward -- we have lots of plans for Rhino, including some changes 
that may
   affect compatibility for projects that embed Rhino into larger frameworks. 
We think
   that these changes will be worth it because they will unlock better language
   compatibility and performance.</p>
   <p>As such, the next version going forward will be 2.0.0-SNAPSHOT.</p>
   <p>Thanks to everyone who contributed!</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/mozilla/rhino/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to