Update dependency io.appium:java-client to v8 - autoclosed #1383
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.
This PR contains the following updates:
6.1.0
->8.0.0
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
appium/java-client
v8.0.0
Compare Source
8.0.0
AppiumDriverLocalService
. #1618org.owasp.dependencycheck
was updated to 7.0.0.org.springframework:spring-context
was updated to 5.3.16.actions/setup-java
was updated to 3.actions/checkout
was updated to 3.io.github.bonigarcia:webdrivermanager
was updated to 5.1.0.org.aspectj:aspectjweaver
was updated to 1.9.8.org.slf4j:slf4j-api
was updated to 1.7.36.com.github.johnrengelman.shadow
was updated to 7.1.2.v7.6.0
Compare Source
7.6.0
org.openqa.selenium.html5.Location
. #1526org.owasp.dependencycheck
was updated to 6.3.2.org.projectlombok:lombok
was updated to 1.18.22.com.github.johnrengelman.shadow
was updated to 7.1.0.actions/setup-java
was updated to 2.3.1.io.github.bonigarcia:webdrivermanager
was updated to 5.0.3.org.springframework:spring-context
was updated to 5.3.10.org.slf4j:slf4j-api
was updated to 1.7.32.com.google.code.gson:gson
was updated to 2.8.8.gradle
was updated to 7.1.1.commons-io:commons-io
was updated to 2.11.0.org.aspectj:aspectjweaver
was updated to 1.9.7.org.eclipse.jdt:ecj
was updated to 3.26.0.'junit:junit
was updated to 4.13.2.v7.5.1
Compare Source
org.owasp.dependencycheck
was updated to 6.1.2.org.eclipse.jdt:ecj
was updated to 3.25.0.v7.5.0
Compare Source
BOUND_ELEMENTS_BY_INDEX
Setting was added. #1418org.apache.commons:commons-lang3
was updated to 3.12.0.org.springframework:spring-context
was updated to 5.3.4.org.owasp.dependencycheck
was updated to 6.1.0.io.github.bonigarcia:webdrivermanager
was updated to 4.3.1.org.eclipse.jdt:ecj
was updated to 3.24.0.org.projectlombok:lombok
was updated to 1.18.16.jcenter
repository was removed.v7.4.1
Compare Source
7.4.1
selenium-java
dependency. #1417gradle
was updated to 6.7.1.v7.4.0
Compare Source
buildToolsVersion
,enforceAppInstall
,ensureWebviewsHavePages
,webviewDevtoolsPort
, andremoteAppsCacheLimit
. #1326mobile
implementation. #1332v7.3.0
Compare Source
[ENHANCEMENTS]
- Add support for logging custom events on the Appium Server. #1262
- Update Appium executable detection implementation. #1256
- Avoid through NPE if any setting value is null. #1241
- Settings API was improved to accept string names. #1240
- Switch
runAppInBackground
iOS implementation in sync with other platforms. #1229- JavaDocs for AndroidMobileCapabilityType was updated. #1238
- Github Actions were introduced instead of TravisCI. #1219
getSystemBars
API. #1216getSession
call for capabilities values retrieval [W3C Support]. #1204v7.2.0
Compare Source
7.2.0
org.seleniumhq.selenium:selenium-java
was reverted to stable version 3.141.59. #1209org.projectlombok:lombok:1.18.8
was introduced. #1193videoFilters
property was added to IOSStartScreenRecordingOptions. #1180Selendroid
automationName was deprecated. #1198v7.1.0
Compare Source
[ENHANCEMENTS]
TRACK_SCROLL_EVENTS
,ALLOW_INVISIBLE_ELEMENTS
,ENABLE_NOTIFICATION_LISTENER
,NORMALIZE_TAG_NAMES
andSHUTDOWN_ON_POWER_DISCONNECT
Android Settings were added.KEYBOARD_AUTOCORRECTION
,MJPEG_SCALING_FACTOR
,MJPEG_SERVER_SCREENSHOT_QUALITY
,MJPEG_SERVER_FRAMERATE
,SCREENSHOT_QUALITY
and
KEYBOARD_PREDICTION
iOS Settings were added.GET_MATCHED_IMAGE_RESULT
,FIX_IMAGE_TEMPLATE_SCALE
,SHOULD_USE_COMPACT_RESPONSES
,ELEMENT_RESPONSE_ATTRIBUTES
andDEFAULT_IMAGE_TEMPLATE_SCALE
settings were added for both Android and iOS #1166, #1156 and #1120io.appium.java_client.ExecutesDriverScript
was added. #1165tvOS
platform support was added. #1142io.appium.java_client. FindsByAndroidDataMatcher
was added. #1106io.appium.java_client.MobileBy.ByAndroidDataMatcher
was added. #1106GSM_SIGNAL
. #1115[DEPENDENCY UPDATES]
org.seleniumhq.selenium:selenium-java
was updated to 4.0.0-alpha-1.org.aspectj:aspectjweaver
was updated to 1.9.4.org.apache.httpcomponents:httpclient
was updated to 4.5.9.cglib:cglib
was updated to 3.2.12.org.springframework:spring-context
was updated to 5.1.8.RELEASE.io.github.bonigarcia:webdrivermanager
was updated to 3.6.1.org.eclipse.jdt:ecj
was updated to 3.18.0.com.github.jengelman.gradle.plugins:shadow
was updated to 5.1.0.checkstyle
was updated to 8.22.gradle
was updated to 5.4.dependency-check-gradle
was updated to 5.1.0.org.slf4j:slf4j-api
was updated to 1.7.26.org.apache.commons:commons-lang3
was updated to 3.9.v7.0.0
Compare Source
io.appium.java_client.FindsByAndroidViewTag
was added. #996io.appium.java_client.MobileBy.ByAndroidViewTag
was added. #996io.appium.java_client.FindsByImage
was added. #990io.appium.java_client.MobileBy.ByImage
was added. #990io.appium.java_client.FindsByCustom
was added. #1041io.appium.java_client.MobileBy.ByCustom
was added. #1041Selendroid
for android andUIAutomation
for iOS is deprecated. #1034 and #1074videoScale
andfps
screen recording options are introduced for iOS. #1067NORMALIZE_TAG_NAMES
setting was introduced for android. #1073threshold
argument was added to OccurrenceMatchingOptions. #1060org.openqa.selenium.internal.WrapsElement
replaced byorg.openqa.selenium.WrapsElement
. #1053IMAGE_MATCH_THRESHOLD
,FIX_IMAGE_FIND_SCREENSHOT_DIMENSIONS
,FIX_IMAGE_TEMPLATE_SIZE
,CHECK_IMAGE_ELEMENT_STALENESS
,UPDATE_IMAGE_ELEMENT_POSITION
andIMAGE_ELEMENT_TAP_STRATEGY
setting was introduced for image elements. #1011org.seleniumhq.selenium:selenium-java
was updated to 3.141.59.com.google.code.gson:gson
was updated to 2.8.5.org.apache.httpcomponents:httpclient
was updated to 4.5.6.cglib:cglib
was updated to 3.2.8.org.apache.commons:commons-lang3
was updated to 3.8.org.springframework:spring-context
was updated to 5.1.0.RELEASE.io.github.bonigarcia:webdrivermanager
was updated to 3.0.0.org.eclipse.jdt:ecj
was updated to 3.14.0.org.slf4j:slf4j-api
was updated to 1.7.25.jacoco
was updated to 0.8.2.checkstyle
was updated to 8.12.gradle
was updated to 4.10.1.org.openpnp:opencv
was removed.