java-client
java-client copied to clipboard
Question: which version of Java support Appium?
Description
Is it possible to change version of Java 8 to Java 11 for work project ? As i know now is support only Java 9.
@Phoenix124 Officially Java 8. Java 9 might also work as well. But we haven't incorporated any SDK changes yet.
@SrinivasanTarget thanks. But I want to migrate on the Java 11.
@Phoenix124 did you try Java 11? We have tried Java 10 on a sample project and it seemed to work.
@aaronmagi I tried, and it's working. But I want to get allure report with Java 11. And allure not work correctly with Java 11. Probably it's caused by AspectJ.
#1455 Might be related?