C++ Plug-in
- reconnect with server catching ipc::CacheExpired exception
- support cache of rdb objects (performance improvements)
- use get methods allowing to read referenced objects (performance
improvements)
- distinguish situations when get(name,object) method fails because
of wrong parameters (e.g. wrong cardinality or name) and when the
relationship is not set (i.e. points to null)
Java Plug-in
RdbConfig Headers and Classes
The rdbconfig package now is a pure config plug-in and user should not to use
any rdbconfig API explicitly. By this reason all rdbconfig headers are not
installing anymore. For more information see release notes of the
config package.
The following files cannot be included anymore by user's code:
- rdbconfig/RdbConfigObject.h
- rdbconfig/RdbConfiguration.h
The following classes cannot be used anymore explicitly by user's code:
- RdbConfiguration
- RdbConfigObject