-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v4.9.1 #462
Merged
Release v4.9.1 #462
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the maven-low-risk group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.12.1` | `3.13.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.2` | | commons-io:commons-io | `2.15.1` | `2.16.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.1` | `2.17.0` | | [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) | `1.41.2` | `1.42.0` | | org.apache.commons:commons-compress | `1.26.0` | `1.26.1` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.16.1` | `2.17.0` | Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.12.1 to 3.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-compiler-plugin/releases">org.apache.maven.plugins:maven-compiler-plugin's releases</a>.</em></p> <blockquote> <h2>3.13.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-574">[MCOMPILER-574]</a> - Propagate cause of exception in AbstractCompilerMojo (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/232">#232</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-582">[MCOMPILER-582]</a> - Automatic detection of release option for JDK < 9 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/228">#228</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-583">[MCOMPILER-583]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/229">#229</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-577">[MCOMPILER-577]</a> - Rename parameter "forceJavacCompilerUse" (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/225">#225</a>) <a href="https://github.com/kwin"><code>@kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-570">[MCOMPILER-570]</a> - Add links to javac documentation of JDK17 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/224">#224</a>) <a href="https://github.com/kwin"><code>@kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-576">[MCOMPILER-576]</a> - Deprecate parameter "compilerVersion" (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/223">#223</a>) <a href="https://github.com/kwin"><code>@kwin</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-575">[MCOMPILER-575]</a> - Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/227">#227</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump apache/maven-gh-actions-shared from 3 to 4 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/226">#226</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-548">[MCOMPILER-548]</a> - JDK 21 throws annotations processing warning that can not be turned off (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/200">#200</a>) <a href="https://github.com/hgschmie"><code>@hgschmie</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-584">[MCOMPILER-584]</a> - Refresh page - Using Non-Javac Compilers (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/231">#231</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-585">[MCOMPILER-585]</a> - Refresh plugins versions in ITs (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/230">#230</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>subject verb agreement (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/221">#221</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/a1415aa3833df5985ecdc2b854ef516d3afbf348"><code>a1415aa</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/b2b9196f61198daddcac513d849c0d808e02c8d7"><code>b2b9196</code></a> [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/6d2ce5a46507ea6c44c2d4a81aaf183baad2784e"><code>6d2ce5a</code></a> [MCOMPILER-584] Refresh page - Using Non-Javac Compilers</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/eebad60f7500c3db44050f599d5fc13f01af116b"><code>eebad60</code></a> [MCOMPILER-585] Refresh plugins versions in ITs</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ceacf6884dc98be921f78cbb6de9a88213955471"><code>ceacf68</code></a> [MCOMPILER-582] Automatic detection of release option for JDK < 9</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/110293f730f03bd2361aafb39789055b52efe6ab"><code>110293f</code></a> [MCOMPILER-583] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/90131df544a466a7d2f35e2c1da88f56b2b9368e"><code>90131df</code></a> [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/227">#227</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/74cfc72acae4f55708bca189b2170167e83df6b3"><code>74cfc72</code></a> [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/f85aa27d7cc28664ed7cfdd19b8e250652a66471"><code>f85aa27</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/d59ef49ead31f7d85c24f98ca6747f9b3a1906a2"><code>d59ef49</code></a> extract Maven 3.3.1 specific method call</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.2</h2> <p>J<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&version=12354419">iRA link</a></p> <h1>Release Notes - Maven GPG Plugin - Version 3.2.2</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <h2>What's Changed</h2> <ul> <li>[MGPG-113] SignAndDeployFileMojo results in 401 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/82">apache/maven-gpg-plugin#82</a></li> <li>[MGPG-114] Allow max key size of 16KB by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/83">apache/maven-gpg-plugin#83</a></li> <li>[MGPG-115] Show more info about key used to sign by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/84">apache/maven-gpg-plugin#84</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2">https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2</a></p> <h2>3.2.1</h2> <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&version=12354394">JIRA link</a></p> <h1>Release Notes - Maven GPG Plugin - Version 3.2.1</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/ab97064bd26c7c81dd115948837b7b39a9733707"><code>ab97064</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.2</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/2be0a00b97105c9885c7f51f53cbc5f49720587a"><code>2be0a00</code></a> [MGPG-115] Show more info about key used to sign (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/84">#84</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/363183053da3325683ef60fafcf1ffafe4d07e31"><code>3631830</code></a> [MGPG-114] Allow max key size of 16KB (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/83">#83</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/528fab96943fcbfd0b70367b8fa388d8ac2a8bbc"><code>528fab9</code></a> [MGPG-113] SignAndDeployFileMojo results in 401 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/82">#82</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/770636b978c9c48a8d975b76807d9553e3c2c452"><code>770636b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/5b69086e7d2a48d985b6190cf75f1d0eb4ce2ecf"><code>5b69086</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.1</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/28d298c2a9049c3a8535f97100670638ce48b724"><code>28d298c</code></a> [MGPG-111] Fix dependencies (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/81">#81</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/75d8ed56a05e7e886a61a92f076506b8ffba2bd1"><code>75d8ed5</code></a> [MGPG-112] serverId def value was unintentionally dropped (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/80">#80</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/2a11a2d667a6dbe17b8f037a8b822a1b16326a73"><code>2a11a2d</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/4b23da86ebc38fb10a04e534c1043cf37e179304"><code>4b23da8</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.0</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.2">compare view</a></li> </ul> </details> <br /> Updates `commons-io:commons-io` from 2.15.1 to 2.16.0 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.17.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li> </ul> </details> <br /> Updates `com.microsoft.playwright:playwright` from 1.41.2 to 1.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright-java/releases">com.microsoft.playwright:playwright's releases</a>.</em></p> <blockquote> <h2>v1.42.0</h2> <h2>JUnit integration</h2> <blockquote> <p>[!WARNING] This feature is experimental, we are actively looking for the feedback based on your scenarios.</p> </blockquote> <p>Add new <a href="https://playwright.dev/java/docs/junit"><code>@UsePlaywright</code></a> annotation to your test classes to start using Playwright fixtures for <a href="https://playwright.dev/java/docs/api/class-page">Page</a>, <a href="https://playwright.dev/java/docs/api/class-browsercontext">BrowserContext</a>, <a href="https://playwright.dev/java/docs/api/class-browser">Browser</a>, <a href="https://playwright.dev/java/docs/api/class-apirequestcontext">APIRequestContext</a> and <a href="https://playwright.dev/java/docs/api/class-playwright">Playwright</a> in the test methods.</p> <pre lang="java"><code>package org.example; <p>import com.microsoft.playwright.Page; import com.microsoft.playwright.junit.UsePlaywright; import org.junit.jupiter.api.Test;</p> <p>import static com.microsoft.playwright.assertions.PlaywrightAssertions.assertThat; import static org.junit.jupiter.api.Assertions.assertEquals;</p> <p><a href="https://github.com/UsePlaywright"><code>@UsePlaywright</code></a> public class TestExample { void shouldNavigateToInstallationGuide(Page page) { page.navigate("<a href="https://playwright.dev/java/">https://playwright.dev/java/</a>"); page.getByRole(AriaRole.LINK, new Page.GetByRoleOptions().setName("Docs")).click(); assertThat(page.getByRole(AriaRole.HEADING, new Page.GetByRoleOptions().setName("Installation"))).isVisible(); }</p> <p><a href="https://github.com/Test"><code>@Test</code></a> void shouldCheckTheBox(Page page) { page.setContent("<input id='checkbox' type='checkbox'></input>"); page.locator("input").check(); assertEquals(true, page.evaluate("window['checkbox'].checked")); }</p> <p><a href="https://github.com/Test"><code>@Test</code></a> void shouldSearchWiki(Page page) { page.navigate("<a href="https://www.wikipedia.org/">https://www.wikipedia.org/</a>"); page.locator("input[name=&quot;search&quot;]").click(); page.locator("input[name=&quot;search&quot;]").fill("playwright"); page.locator("input[name=&quot;search&quot;]").press("Enter"); assertThat(page).hasURL("<a href="https://en.wikipedia.org/wiki/Playwright">https://en.wikipedia.org/wiki/Playwright</a>"); } } </code></pre></p> <p>In the example above, all three test methods use the same <a href="https://playwright.dev/java/docs/api/class-browser">Browser</a>. Each test uses its own <a href="https://playwright.dev/java/docs/api/class-browsercontext">BrowserContext</a> and <a href="https://playwright.dev/java/docs/api/class-page">Page</a>.</p> <p><strong>Custom options</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright-java/commit/ccffa011545e63a002d5d9ad22d403f01f303cf6"><code>ccffa01</code></a> chore: set release version to 1.42.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1512">#1512</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/91c3264c750e3d4c1c895e02d558192eb28d18ea"><code>91c3264</code></a> chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2...</li> <li><a href="https://github.com/microsoft/playwright-java/commit/419c378e0fb81983539356e4bdfa054097f68a57"><code>419c378</code></a> chore: roll 1.42.1 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1511">#1511</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/270bc9942043cd548bcd733c841c8a17c3c184f7"><code>270bc99</code></a> docs: junit fixture javadocs (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1510">#1510</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/942a281f1595a1ed8dfa8b827caec2537a8452d5"><code>942a281</code></a> chore: add missing license headers (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1508">#1508</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/3417717c62ed7e603fd4a165d9c5a40e1534599f"><code>3417717</code></a> Convert TestBrowser to use fixtures (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1506">#1506</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/f98ad20dcc801e6627f05e9e1fd76de3037be29c"><code>f98ad20</code></a> devops: mark Docker images as EOL (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1505">#1505</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/8fb21af3ff38f6e32c85f5bb270c09b1a269be43"><code>8fb21af</code></a> chore: roll 1.42.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1502">#1502</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/049493c242bcbb9ee03fcebf06c0637b9ddd7145"><code>049493c</code></a> chore: roll driver to 1.42.0-beta-1708994059000 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1501">#1501</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/be06d1e7db443540d5e1588fe2ee3f5265c393c9"><code>be06d1e</code></a> feat(junit): Added ignoreHttpsErrors option (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1500">#1500</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright-java/compare/v1.41.2...v1.42.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.commons:commons-compress` from 1.26.0 to 1.26.1 Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.16.1 to 2.17.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/FasterXML/jackson/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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes the broken lazy load iframe tests. Ref: dequelabs/axe-core-npm#1052 No QA needed. --------- Co-authored-by: michael-siek <[email protected]>
This pull request updates the version of [`axe-core`](https://npmjs.org/axe-core) to v4.9.1. This PR was opened by a robot 🤖 🎉. no qa required --------- Co-authored-by: Zidious <[email protected]> Co-authored-by: michael-siek <[email protected]>
## [4.9.1](v4.9.0...v4.9.1) (2024-05-10) ### Bug Fixes * Update axe-core to v4.9.1 ([#456](#456)) ([710c913](710c913))
michael-siek
approved these changes
May 13, 2024
Release Audit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No qa needed