-
Sub-task
-
Resolution: Done
-
Major
-
10.0.0.Final
-
None
-
DataGrid Sprint #30
The client prints out the version of Infinispan at startup. Unfortunately for the client the VERSION String is computed at runtime on each invocation. Unfortunately in native mode we don't have the package implementation version available. Instead we should write this version to a static variable that is readable during native runtime. Note this is already handled for the server as it is written to a static variable.