vFabric GemFire Native Client 7.0.1 Release Notes
What's in the Release NotesThe release notes cover the following topics: What's New in vFabric GemFire Native Client 7.0.1You can now use SQLite as a persistence manager in your vFabric GemFire native client applications. The native client distribution includes a persistence manager that uses the open-source SQLite library. SQLite implements a self-contained transactional SQL database. It does not require its own server or separate configuration, and the source code for SQLite is in the public domain. To configure SQLite as a persistence manager, see PersistenceManager. To build and install SQLite, see Installing the SQLite Persistence Manager. This release also includes the features documented in What's New in vFabric GemFire Native Client 7.0.0. Resolved IssuesThe following bugs have been fixed in vFabric GemFire Native Client 7.0.1:
Known IssuesThe following bug is a known issue with vFabric GemFire Native Client 7.0.1: Bug #430: Difference in ClassID type/range between .NET, C++ and Java. The difference in the ClassId type/range between C++, .NET and Java can clash and cause undefined behavior. Workaround: Use class IDs well within the signed integer range to avoid undefined behaviour between C++, .NET and Java APIs. |