MobileTestFramework
MobileTestFramework copied to clipboard
Bump io.appium:java-client from 9.0.0 to 9.2.2
trafficstars
Bumps io.appium:java-client from 9.0.0 to 9.2.2.
Release notes
Sourced from io.appium:java-client's releases.
v9.2.2
9.2.2
- [BUG FIX]
v9.2.1
9.2.1
- [REFACTOR]
- Replace private usages of Guava Collections API with Java Collections API #2136
- Remove usages of Guava's
@VisibleForTestingannotation #2138. Previously opened internal API marked with@VisibleForTestingannotation is private now:
io.appium.java_client.internal.filters.AppiumUserAgentFilter#containsAppiumNameio.appium.java_client.service.local.AppiumDriverLocalService#parseSlf4jContextFromLogMessage- [DEPENDENCY CHANGE]
- Bump minimum supported Selenium version from
4.17.0to4.19.0#2142v9.2.0
9.2.0
- [ENHANCEMENTS]
- [BUG FIX]
- [DEPENDENCY CHANGE]
- Bump SLF4J from
2.0.11to2.0.12#2115- [DOCUMENTATION]
- Improve release steps #2107
v9.1.0
9.1.0
- [ENHANCEMENTS]
- Introduce better constructor argument validation for the
AppiumFieldDecoratorclass. #2070- Add
toStringtoAppiumClientConfig. #2076- Perform listeners cleanup periodically. #2077
- Add non-W3C context, orientation and rotation management endpoints removed from Selenium client. #2093
- Add non-W3C Location-management endpoints deprecated in Selenium client. #2098
- [BUG FIX]
- [DEPRECATION]
- Deprecate custom functional interfaces. #2055
- [REFACTOR]
- [DEPENDENCY CHANGE]
- Bump minimum supported Selenium version from
4.14.1to4.17.0.
... (truncated)
Changelog
Sourced from io.appium:java-client's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
9.2.2
- [BUG FIX]
9.2.1
- [REFACTOR]
- Replace private usages of Guava Collections API with Java Collections API #2136
- Remove usages of Guava's
@VisibleForTestingannotation #2138. Previously opened internal API marked with@VisibleForTestingannotation is private now:
io.appium.java_client.internal.filters.AppiumUserAgentFilter#containsAppiumNameio.appium.java_client.service.local.AppiumDriverLocalService#parseSlf4jContextFromLogMessage- [DEPENDENCY CHANGE]
- Bump minimum supported Selenium version from
4.17.0to4.19.0#21429.2.0
- [ENHANCEMENTS]
- [BUG FIX]
- [DEPENDENCY CHANGE]
- Bump SLF4J from
2.0.11to2.0.12#2115- [DOCUMENTATION]
- Improve release steps #2107
9.1.0
- [ENHANCEMENTS]
- Introduce better constructor argument validation for the
AppiumFieldDecoratorclass. #2070- Add
toStringtoAppiumClientConfig. #2076- Perform listeners cleanup periodically. #2077
- Add non-W3C context, orientation and rotation management endpoints removed from Selenium client. #2093
- Add non-W3C Location-management endpoints deprecated in Selenium client. #2098
- [BUG FIX]
- [DEPRECATION]
- Deprecate custom functional interfaces. #2055
- [REFACTOR]
- Use Java 9+ APIs instead of outdated/3rd-party APIs. #2048
... (truncated)
Commits
a5ed8d3release: v9.2.2 (#2148)51170c1test: Add unit tests for AndroidKeyEvent(#2147)3dfe243fix: Fix building of Android key event parameters (#2145)bc39a23fix: Fix building of Android geo location parameters (#2146)f0aad8arelease: v9.2.1 (#2143)5f9ba62refactor: Remove usages of Guava's@VisibleForTesting(#2138)48f0d4fbuild: Bump Checkstyle from10.12.1to10.14.2(#2132)b510eaabuild: bump Gradle from8.5to8.7(#2140)60d5f24chore: Bump minimum Selenium version to4.19.0(#2142)a60a7ccbuild: Restore execution of lost tests (#2139)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)