Nariman
Nariman
it looks like TestStrategy was not included in the git... where can we get it?
ok. but now it is different cointrader/src/main/java/org/cryptocoinpartners/module/MockTicker.java:[14,11] package jep does not exist
jep jar downloaded by maven contains java files (source code) but not compiled class files.
ok. cointrader/repo/org/python/pypi/jep/3.6.1/jep-3.6.1.jar contains source files and not class files As of my understanding, org/python/pypi/jep package requires native libraries for proper operation However, in the local mavev "repo" there is only...
I also think that in `private static final String BAGGAGE_SPANID_KEY = "reporter.spanId";` reporter.span**I**d must be reporter.span**i**d cause the default one is reporter.spanid. with reporter.span**I**d the "baggage" contains two values with...