-
Bug
-
Resolution: Done
-
Major
-
JDG 7.0.0 ER8
-
None
11.6. Hot Rod C++ Client
-------------
- Rephrase the note about "new addition" because the C++ client is not new anymore.
- Remove Linux 5 as the client is supported only on Red Hat Enterprise Linux 6, 64-bit and Red Hat Enterprise Linux 7, 64-bit
The Hot Rod C++ client is available as a Technology Preview on 64-bit Windows with Visual Studio 2010.
->
The Hot Rod C++ client is available as a Technology Preview on 64-bit Windows with Visual Studio 2015.
11.6.2. Hot Rod C++ Client Prerequisites
--------------
The prerequisites have to be changed and they're specific for RHEL6, RHEL7 and windows:
RHEL 6, 64-bit:
- C++ 03 compiler with support for shared_ptr TR1 (GCC 4.0+).
RHEL 7, 64-bit
- C++ 11 compiler (GCC 4.8.1).
Windows 7 x64
- C++ 11 compiler (Visual Studio 2015, Microsoft Visual C++ 2013 Redistributable Package for the x64 platform)
11.6.4. Using Protobuf in RHEL 7
---------------------
point 4. is empty, please remove
11.6.4. - Alan needs to check this.
11.7. Hot Rod C# Client
--------------------------
- Rephrase the note about "new adition" again
- Change the following statement:
The Hot Rod C# client is compatible with 32-bit and 64-bit operating systems on which the .NET Framework is supported by Microsoft. The .NET Framework 4.0 is a prerequisite along with the supported operating systems to use the Hot Rod C# client.
->
The Hot Rod C# client is compatible with 64-bit operating systems on which the .NET Framework is supported by Microsoft. The .NET Framework 4.5 is a prerequisite along with the supported operating systems to use the Hot Rod C# client.
11.9. Interoperability Between Hot Rod C++ and Hot Rod Java Client
--------------
This chapter needs to be rewritten later, IMO. We have a new tech. preview feature in the C++ client - Remote Query. It is now much easier to store structured data via
C++ client and read back via Java client or vice versa. Anyway, the changes we should do now are following:
- and the Java C++ client
->
and the HotRod Java client - Let's remove the whole paragraph starting with "Although it is neither enforced..."
- Let's remove the sentence starting with "For information about how the C++ client..."
11.10. Compatibility Between Server and Hot Rod Client Versions
-------------------
Table 11.47 : the hotrod protocol version should be changed in the following way:
Hot Rod 2.5
->
Hot Rod 2.5 and older
Also, the title should be changed:
Hot Rod client and server compatibility
->
Hot Rod protocol and server compatibility
Admin Guide - C.14. MassIndexer
There's a note about "Infinispan Query Guide" which doesn't exist anymore. The content was moved to Developer Guide. Let's point users there.