gaussianrecurrence opened a new pull request #700:
URL: https://github.com/apache/geode-native/pull/700


    - In order to allow that factory logic looks into the application space
      for symbols, `library-name` field has been made optional.
    - This removes the need to create shared library for in order to define
      custom factories like cache loaders, cache writers, cache listeners,
      partition resolvers or persistance managers whenever the cache is
      instantiated declaratively.
    - Whenever library-name is not specified a handle to the executable is
      obtained.
    - Take into account that for OS like Linux, Mac... in addition to exporting
      the symbols in the application, you would need to specify `-rdynamic`
      option while compiling.
    - Documentation has been updated.
   
   ---
   
   **NOTE**. Take a look into the Jira issue for additional context.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to