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

Commons-lang 3-xx libraries and framework #93

Open
Sanchiezz opened this issue Oct 21, 2015 · 1 comment
Open

Commons-lang 3-xx libraries and framework #93

Sanchiezz opened this issue Oct 21, 2015 · 1 comment

Comments

@Sanchiezz
Copy link

Hello.
I'm not sure that my message represents an issue, because I've not found any incorrect behaviour of framework classes, but one problem for newbies presents, and it takes some time to understand where is it, and how to resolve it.

The problem is next.
Impoted class org.apache.commons.lang.WordUtils from "common-lang" library presents in common-lang-2.xx versions libraries only. In 3.xx versions this class was moved into "org.apache.commons.lang3.text" package. And libraries of latest versions of Selenium Webdriver are distributed with latest libraries of "common-lang" now, there no common-lang-2.xx.jar in suite today. At the same time I haven't found any information about neccessary libraries/jars/frameworks and their versions, and other required preconditions for successful using of Htmlelements framework, and this information is not so obvious for new users.

Thank you.

Best regards,
Alexander.

@artkoshelev
Copy link
Contributor

Hi, all the required libraries/jars/frameworks explicitly or implicitly described in corresponding POM.xml. There is a common case however when some of the required libraries update their dependencies and you have two (or more) uncompatible versions in your classpath as a result.

Since you have done a lot of work investigating the problem already, it would be nice if you promote a pull-request fixing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants