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
This class belongs to commons-lang-2.6 jar but in our project we are using comons-lang3-3.4.
By other hand, archaius-core depends on commons-lang-2.6 but the second version (archaius2-core) depends on commons-lang3.
Is there any plan to release a version of Hystrix which depends on archaius2-core?
Thanks
The text was updated successfully, but these errors were encountered:
We do eventually plan to get Hystrix working with Archaius2, but have not had cycles to do this work. See #252. This ends up being quite a large change, as some Archaius1 classes are exposed as public, so this necessitates a Hystrix 2.0 release.
I'm making a POC of Netflix Hystrix in our project and I received this exception:
java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableRuntimeException
This class belongs to commons-lang-2.6 jar but in our project we are using comons-lang3-3.4.
By other hand, archaius-core depends on commons-lang-2.6 but the second version (archaius2-core) depends on commons-lang3.
Is there any plan to release a version of Hystrix which depends on archaius2-core?
Thanks
The text was updated successfully, but these errors were encountered: