Elektron SDK and maven repository EMA is out of sync

I came across ema jar in maven repository and verified with ElektronSDK jar examples. I assume source code pushed in maven repository should be same as ElektronSDK.

I were looking at examples available in Elektron-sdk examples/series 200. I could notice Consumer.java has import statements like this:

  1. import com.thomsonreuters.ema.access.GenericMsg;
  2. import com.thomsonreuters.ema.access.RefreshMsg;
  3. import com.thomsonreuters.ema.access.StatusMsg;
  4. import com.thomsonreuters.ema.access.UpdateMsg;

jars available in maven repository doesn't have these packages. We cloud locate these packages in UPA jars but methods put in example like msg.payload() doesn't exist in ema jar.

Does anyone came across this scenario?

Best Answer

  • after investigation i could find the classes are available in 3.2.0.2 and methods could be found in msg interface

Answers

  • Very strange. jars available Elektron SDK ema-3.2.1.0 has these packages where as jars available in maven doesn't.

  • Can anyone explain methods available in series 200 updatemessage.payload(), refreshmesage.payload() servicename() from where these classes have been imported.. as methods are not available in elektron-sdk/java/core

  • I could notice classes mentioned below exist in ema-3.2.1.0 jars in elektron-sdk but not in maven repository:

    1. import com.thomsonreuters.ema.access.GenericMsg;
    2. import com.thomsonreuters.ema.access.RefreshMsg;
    3. import com.thomsonreuters.ema.access.StatusMsg;
    4. import com.thomsonreuters.ema.access.UpdateMsg;
  • Replying back to my thread. Classes are available in jars untill 3.2.0.2 these classes are not available in 3.2.1.0