RTC SCM - API changed/removed in 7.x
When our client version was upgraded to 7.x from 6.0.6.1 , some of our SCM components was showing compilation error. When we checked in detailed, we came to know there were API changed.
In 6.x below API was supported from IBM - when there is an incoming subcomponent additions, incoming subcomponent removals or both.
SubcomponentCommonUtils.readSubcomponentData().
In 7.x, we don’t see this method anymore. This method is removed. Instead in eclipse it suggest for SubcomponentCommonUtils.parseSubcomponentData().
Our concern as follow:
1. Was there any documented circulated to notify such API change across topics.
2. Which method we need to use instead of SubcomponentCommonUtils.readSubcomponentData() method.
Accepted answer
Hello Geetha,
In 6.x below API was supported from IBM - when there is an incoming subcomponent additions, incoming subcomponent removals or both.