You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
We have multiple version of netty-handler transitively taken from spring-kafka, selenium (and maybe other).
This is problematic when executing Selenium init driver task for example : We have a class not found exception on some codec.
Environment (please complete the following information):
Chutney version: 1.4.8
Possible fixes
On some packaging, we had to fix it the hard way, add directly a maven dependency on the netty-handler artifact with version used by Selenium.
The text was updated successfully, but these errors were encountered:
Describe the bug - What is the current behavior?
We have multiple version of netty-handler transitively taken from spring-kafka, selenium (and maybe other).
This is problematic when executing Selenium init driver task for example : We have a class not found exception on some codec.
Environment (please complete the following information):
Possible fixes
On some packaging, we had to fix it the hard way, add directly a maven dependency on the netty-handler artifact with version used by Selenium.
The text was updated successfully, but these errors were encountered: