The dependency on cglib was replaced by the dependency on cglib-nodep. FIX #418
The casting to the weaker interface HasIdentity instead of class RemoteWebElement was added. It is the internal refactoring of the TouchAction. #432. Thanks to @asolntsev for the contribution.
The setValue method was moved to MobileElement. It works against text input elements on Android.
The dependency on org.springframeworkspring-context v4.3.2.RELEASE was added
The dependency on org.aspectjaspectjweaver v1.8.9 was added
ENHANCEMENT: The alternative event firing engine. The feature request: #242.
Implementation: #437. Also new WIKI chapter was added.
ENHANCEMENT: Convenient access to specific commands for each supported mobile OS. Details: #445
dependencies and plugins were updated
ENHANCEMENT: YouiEngineDriver was added. Details: appium server #6215, #429, #448. It is just the draft of the new solution that is going to be extended further. Please stay tuned. There are many interesting things are coming up. Thanks to You I Engine team for the contribution.
@Kyle
Hi. It seems your project has another dependency on Spring. And that dependency is much older than the version which we use. This older dependency has not contain this class
Please chech artefacts which your project depends on. When you find some Spring artefact v < 4.3.2 please remove it from your dependency declaration or add it to exclusion.
This situation looks like common dependency conflict generally.