Ema 3.2.1.0 has few classes removed compared to 3.2.0.2

Noticed these classes are not available any more in version 3.2.1.0.

Is there any major change in EMA API?

  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;

Best Answer

Answers

  • I found that EMA 3.2.1.0 in the Maven Repository also has those classes.

    <dependency>
    <groupId>com.thomsonreuters.ema</groupId>
    <artifactId>ema</artifactId>
    <version>3.2.1.0</version>
    </dependency>