Hide Forgot
Allowing STL classes to be transferred across library boundary is a severe threat to the application stability as we cannot guarantee binary compatibility of the library with application - STL has fixed API but not ABI.
The fix in HRCPP-151 keeps backward API compatibility with previous releases (JDG 6.2), only deprecates several methods that have now inefficient implementation (in order to keep the API compatibility and guarantee stable ABI).
Verified that all C++ client tests pass with JDG 6.3.0 ER7
Ion Savin <isavin> updated the status of jira HRCPP-151 to Reopened
Ion Savin <isavin> updated the status of jira HRCPP-151 to Resolved