Playwright now allows to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication.
You can provide client certificates as a parameter of browser.newContext() and apiRequest.newContext(). The following snippet sets up a client certificate for https://example.com:
The Apache Commons Codec component contains encoders and decoders for
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
Feature and fix release. Requires a minimum of Java 8.
Fixed Bugs
Md5Crypt now throws IllegalArgumentException on an invalid prefix. Thanks to Gary Gregory.
Changes
Bump org.apache.commons:commons-parent from 69 to 71 [#286](https://github.com/apache/commons-codec/issues/286). Thanks to Gary Gregory.
Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 [#293](https://github.com/apache/commons-codec/issues/293). Thanks to Dependabot.
Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [#292](https://github.com/apache/commons-codec/issues/292). Thanks to Dependabot.
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Codec website:
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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the maven-low-risk group with 11 updates in the / directory:
3.7.0
3.10.0
3.2.5
3.5.0
3.2.4
3.2.5
5.8.0
5.9.2
3.14.0
3.17.0
2.17.1
2.17.2
5.10.2
5.11.0
1.44.0
1.46.0
1.17.0
1.17.1
1.26.2
1.27.1
2.17.1
2.17.2
Updates
org.apache.maven.plugins:maven-javadoc-plugin
from 3.7.0 to 3.10.0Commits
487e479
[maven-release-plugin] prepare release maven-javadoc-plugin-3.10.09638a6a
[MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re...9d33925
[MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stacka11b921
[MJAVADOC-809] Align Mojo class names7c4b467
Bump org.apache.maven.plugins:maven-plugins from 42 to 43636442b
Improve ITsdbca15a
Bump org.hamcrest:hamcrest-core from 2.2 to 3.0d02bb88
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.00a850a1
[MJAVADOC-807] Simplify IT for MJAVADOC-49843e901f
Improve URL handlingUpdates
org.apache.maven.plugins:maven-surefire-plugin
from 3.2.5 to 3.5.0Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
c78365f
[maven-release-plugin] prepare release surefire-3.5.005e4681
[SUREFIRE-2227] Dynamically calculate xrefTestLocationf1a419a
[SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack5e14d4f
[SUREFIRE-2161] Align Mojo class names and output namesc0784ab
Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.179ea717
[SUREFIRE-2256] Upgrade to Parent 434648b47
add Reproducible Builds badgef64c1b3
[maven-release-plugin] prepare for next development iteration3ae062d
[maven-release-plugin] prepare release surefire-3.4.0f0de8c0
Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0Updates
org.apache.maven.plugins:maven-gpg-plugin
from 3.2.4 to 3.2.5Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
Commits
737d4ee
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.57747063
[MGPG-134] Update maven-invoker (#110)3df5f83
[MGPG-133] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.17.0 to ...58a2069
[MGPG-132] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.1 to 2...e911b43
[MGPG-131] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#108)d2b60d3
[MGPG-130] Update sigstore extension for exclusion (#109)091f388
Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0899f410
[MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)f0be6f3
[MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)7dd5166
[maven-release-plugin] prepare for next development iterationUpdates
io.github.bonigarcia:webdrivermanager
from 5.8.0 to 5.9.2Changelog
Sourced from io.github.bonigarcia:webdrivermanager's changelog.
Commits
33adaaf
[maven-release-plugin] prepare release webdrivermanager-5.9.216545fb
Update doc for release 5.9.2a973d4a
Improve logic for latest driver version detection19da22a
Fix logic to detect browser versiond6f6d2d
Improve logic to read msedgedriver latest version (#1320)3b7165a
Enable Edge test in CI63b58ff
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#1322)1158826
Bump selenium.version from 4.22.0 to 4.23.0 (#1321)44b1440
Update mirror info (Sat Jul 20 12:02:21 UTC 2024)5a460e7
Update mirror info (Fri Jul 19 12:02:27 UTC 2024)Updates
org.apache.commons:commons-lang3
from 3.14.0 to 3.17.0Updates
com.fasterxml.jackson.core:jackson-databind
from 2.17.1 to 2.17.2Commits
Updates
org.junit.vintage:junit-vintage-engine
from 5.10.2 to 5.11.0Release notes
Sourced from org.junit.vintage:junit-vintage-engine's releases.
... (truncated)
Commits
6b8e42b
Release 5.119430ece
Allow potentially unlimited maxCharsPerColumn in Csv{File}Source (#3924)0b10f86
Polish release notes4dbd0f9
Let@TempDir
fail fast withFile
annotated element and non-default file s...57f1ad4
Fix syntaxd78730a
Prioritize tasks on critical path of task graphb6719e2
Remove obsolete directoryd8ec757
Apply Spotless formatting to Gradle script pluginsdae525d
Disable caching of some Spotless tasks due to negative avoidance savingsc63d118
Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)Updates
com.microsoft.playwright:playwright
from 1.44.0 to 1.46.0Release notes
Sourced from com.microsoft.playwright:playwright's releases.
... (truncated)
Commits
40752df
chore: set version to 1.46.0 (#1647)800c2e9
fix: support ControlOrMeta action modifier (#1644)edf8174
docs: add discord link in readme (#1642)8ae6720
test: disable failing certificate tests on webkit mac (#1641)5f2540e
chore: roll driver to 1.46.0 (#1640)776e3f2
chore: serizlize java Exception <==> javascript Error (#1639)46f4ac1
chore: roll driver to 1.46.0-beta (#1638)73d2255
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to...650419c
fix: Replaced println with logMessage in DriverJar (#1627)1e8adde
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 t...Updates
commons-codec:commons-codec
from 1.17.0 to 1.17.1Changelog
Sourced from commons-codec:commons-codec's changelog.
Commits
9651097
Prepare for the next release candidate0d99b46
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec0c63e18
Prepare for the next release candidatebe06260
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#295)09ef422
Bump github/codeql-action from 3.25.11 to 3.25.12 (#294)86ef922
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec.git974cf87
Remove redundant keywords0c82238
Remove redundant keywords1e6544e
Remove redundant keywords8dcf9d1
Remove redundant keywordsUpdates
org.apache.commons:commons-compress
from 1.26.2 to 1.27.1Updates
com.fasterxml.jackson.core:jackson-annotations
from 2.17.1 to 2.17.2Commits
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 commands and options
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