dependabot[bot] opened a new pull request, #1311: URL: https://github.com/apache/tomee/pull/1311
Bumps [org.hdrhistogram:HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) from 2.1.12 to 2.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/HdrHistogram/HdrHistogram/releases">org.hdrhistogram:HdrHistogram's releases</a>.</em></p> <blockquote> <h2>HdrHistogram-2.2.2</h2> <p><a href="https://github.com/HdrHistogram/HdrHistogram/commit/c655bfa1654158157605cf30987c4e5e5d8c7b2b">Revert moditect plugin use and use Automatic-Module-Name instead</a></p> <p>Fixes <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/issues/206">HdrHistogram/HdrHistogram#206</a></p> <h2>HdrHistogram-2.2.1</h2> <h2>High Level changes</h2> <ul> <li> <p>Changes to Java SE versions support:</p> <ul> <li>Moves earliest supported Java SE version to Java 8 (Java 7 no longer supported starting 2.2.x)</li> <li>Builds and tests on Java SE 8, 11, 17, and 21. Produces Java SE 8 (source, target, release) artifacts.</li> <li>Packaging (mvn package) requires Java SE 11 or above. Will still produce Java SE 8 compatible jars, but also includes module info.</li> </ul> </li> <li> <p>Adds API to abstract histogram snapshot sources via IntervalHistogramProvider (see <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/185">HdrHistogram/HdrHistogram#185</a>)</p> </li> <li> <p>Adds explicit module info using the moditect maven plugin (see <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/205">HdrHistogram/HdrHistogram#205</a>)</p> </li> </ul> <h2>What's Changed</h2> <ul> <li>Fix top level shifting while populating context by <a href="https://github.com/alexvictoor"><code>@alexvictoor</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/165">HdrHistogram/HdrHistogram#165</a></li> <li><a href="https://redirect.github.com/HdrHistogram/HdrHistogram/issues/168">#168</a>: fixing chart display by <a href="https://github.com/Eubehi"><code>@Eubehi</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/169">HdrHistogram/HdrHistogram#169</a></li> <li>Handle IndexOutOfBoundsException properly on Java 8 by <a href="https://github.com/ygree"><code>@ygree</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/180">HdrHistogram/HdrHistogram#180</a></li> <li><a href="https://redirect.github.com/HdrHistogram/HdrHistogram/issues/181">#181</a> specify Automatic-Module-Name attribute for JPMS compatibility by <a href="https://github.com/vladimir-bukhtoyarov"><code>@vladimir-bukhtoyarov</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/182">HdrHistogram/HdrHistogram#182</a></li> <li>Adding API to abstract histogram snapshot sources by <a href="https://github.com/franz1981"><code>@franz1981</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/185">HdrHistogram/HdrHistogram#185</a></li> <li>grammatical correction by <a href="https://github.com/njmsaikat"><code>@njmsaikat</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/189">HdrHistogram/HdrHistogram#189</a></li> <li>add license file to jar by <a href="https://github.com/tobi5775"><code>@tobi5775</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/199">HdrHistogram/HdrHistogram#199</a></li> <li>Add module-info via moditect by <a href="https://github.com/bowbahdoe"><code>@bowbahdoe</code></a> in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/205">HdrHistogram/HdrHistogram#205</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexvictoor"><code>@alexvictoor</code></a> made their first contribution in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/165">HdrHistogram/HdrHistogram#165</a></li> <li><a href="https://github.com/Eubehi"><code>@Eubehi</code></a> made their first contribution in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/169">HdrHistogram/HdrHistogram#169</a></li> <li><a href="https://github.com/ygree"><code>@ygree</code></a> made their first contribution in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/180">HdrHistogram/HdrHistogram#180</a></li> <li><a href="https://github.com/njmsaikat"><code>@njmsaikat</code></a> made their first contribution in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/189">HdrHistogram/HdrHistogram#189</a></li> <li><a href="https://github.com/tobi5775"><code>@tobi5775</code></a> made their first contribution in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/199">HdrHistogram/HdrHistogram#199</a></li> <li><a href="https://github.com/bowbahdoe"><code>@bowbahdoe</code></a> made their first contribution in <a href="https://redirect.github.com/HdrHistogram/HdrHistogram/pull/205">HdrHistogram/HdrHistogram#205</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/HdrHistogram/HdrHistogram/compare/HdrHistogram-2.1.12...HdrHistogram-2.2.1">https://github.com/HdrHistogram/HdrHistogram/compare/HdrHistogram-2.1.12...HdrHistogram-2.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/3ae7ae18d81887484974011c1c7a2bdc9178ab09"><code>3ae7ae1</code></a> [maven-release-plugin] prepare release HdrHistogram-2.2.2</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/c655bfa1654158157605cf30987c4e5e5d8c7b2b"><code>c655bfa</code></a> Revert moditect plugin use and use Automatic-Module-Name instead</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/64fbddc4de661ce1d02f04cd7819cd649054b19e"><code>64fbddc</code></a> Update maven.yml</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/40f7173ec3fb80a1cebbae2c201314470adac06e"><code>40f7173</code></a> Update maven.yml</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/2d36573d7cb56c9ddba843aaf9cfa42978b334a0"><code>2d36573</code></a> Prepare for 2.2.2-SNAPSHOT</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/3d26bfe2c3dcfa9bfab85169bc251393adf5b4eb"><code>3d26bfe</code></a> Update maven.yml</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/05ea4e1f8bd3f623eeac1ebc7511e3cf9e56115d"><code>05ea4e1</code></a> [maven-release-plugin] prepare release HdrHistogram-2.2.1</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/501359b357fc23d8a7a1b74228ed9fd759cf0168"><code>501359b</code></a> Javadoc warning cleanup</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/2b676dc50591dfc0ee2bba37e0740ce943ad2d5e"><code>2b676dc</code></a> Javadoc warning cleanup</li> <li><a href="https://github.com/HdrHistogram/HdrHistogram/commit/afa36a3c95ee23baa062ee4eb5c915e603ad1b19"><code>afa36a3</code></a> Ensures building for Java SE release when compiling on newer JDK versions</li> <li>Additional commits viewable in <a href="https://github.com/HdrHistogram/HdrHistogram/compare/HdrHistogram-2.1.12...HdrHistogram-2.2.2">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: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org