Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 9,10 and 11 Support RoadMap #7021

Closed
SurPatidar opened this issue Mar 12, 2019 · 3 comments
Closed

Java 9,10 and 11 Support RoadMap #7021

SurPatidar opened this issue Mar 12, 2019 · 3 comments

Comments

@SurPatidar
Copy link

SurPatidar commented Mar 12, 2019

🐛 Bug Report

Selenium Standalone server hub and node not working with Java 11 and getting the org.openqa.selenium.WebDriverException: Cannot define class using reflection exception.

Could you please provide the Selenium Roadmap to support Java 11?

Environment

OS: Windows
Browser: Chrome
Browser version: 72
Browser Driver version: ChromeDriver
Language Bindings version: java 11.0.2
Selenium Grid version (if applicable): 3.9

@barancev
Copy link
Member

Can you reproduce the issue with the latest selenium server version?

@SurPatidar
Copy link
Author

Thanks @barancev , i tried with 3.141.59 version and it is working fine . As per the 3.141.59 dependency , it showing that net.bytebudy jar version upgraded and support to Java 11.

Can you confirm that 3.141.59 officially support to Java 11 ? We checked multiple article and tickets but not able to found that Selenium officially support to Java 11.

Can you or your team also mentioned the same on https://seleniumhq.org site to avoid the confusion?

Thanks for you support..

@shs96c
Copy link
Member

shs96c commented May 14, 2019

Selenium supports Java 11 already. The standalone jar is designed to be used out-of-process, but the maven dependencies (certainly in the clients) have module definitions and can be used with the Java Module System. If you find problems with these module definitions, please raise an issue.

@shs96c shs96c closed this as completed May 14, 2019
@lock lock bot locked and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants