Skip to content

Commit d3ede46

Browse files
docs: Add a note about the client code migration (#1656)
1 parent a8f111b commit d3ede46

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.appium/java-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.appium/java-client)
44
[![Javadocs](https://www.javadoc.io/badge/io.appium/java-client.svg)](https://www.javadoc.io/doc/io.appium/java-client)
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f365c5e9458b42bf8a5b1d928d7e4f48)](https://www.codacy.com/app/appium/java-client)
65
[![Build Status](https://travis-ci.org/appium/java-client.svg?branch=master)](https://travis-ci.org/appium/java-client)
76

87
This is the Java language binding for writing Appium Tests, conforms to [Mobile JSON Wire Protocol](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md)
@@ -17,6 +16,12 @@ This is the Java language binding for writing Appium Tests, conforms to [Mobile
1716

1817
[WIKI](https://github.com/appium/java-client/wiki)
1918

19+
## v8 Migration
20+
21+
Since version 8 Appium Java Client had several major changes, which might require to
22+
update your client code. Make sure to follow the [v7 to v8 Migration Guide](https://github.com/appium/java-client/blob/master/docs/v7-to-v8-migration-guide.md)
23+
in order to streamline the migration process.
24+
2025
## How to install latest java client Beta/Snapshots
2126

2227
Java client project is available to use even before it is officially published to maven central. Refer [jitpack.io](https://jitpack.io/#appium/java-client)

0 commit comments

Comments
 (0)