-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
ClasscastException on Observable Command Call #987
Comments
@lukaseichler there is open issue for it. |
@dmgcodevil Thanks for the fast reply. This there a there a timeline for this? I want to use javanic outside of Spring Cloud and it doesn't seem possible because of this issue and the ctw-jar not being available in maven central. |
@lukaseichler you don't need ctw-jar if you're not using compile time weaving. PL with fix for observable is going to be close by the end of the week I guess (note it will not include collapser feature for observable commands). |
@lukaseichler please use >= 1.4.25 version, class cast error should go away. |
This should be fixed now |
When I try to call a method that is annotated with
@HystrixCommand
and returns aObservableResult
I get the following exception:java.lang.ClassCastException: rx.subjects.ReplaySubject cannot be cast to com.netflix.hystrix.contrib.javanica.command.ObservableResult
.Hystrix/javanic version:
1.4.21
rxjava-Version:
1.0.14
aspectJ-Version: `1.8.7``
WeavingMode: LoadTime
The text was updated successfully, but these errors were encountered: