You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "kirklund (GitHub)" <gi...@apache.org> on 2018/12/17 20:13:21 UTC

[GitHub] [geode] kirklund opened pull request #3010: GEODE-6176: Make FunctionService testable with internal delegates

Introduce new FunctionExecutionService interfaces:
* FunctionExecutionService (User API)
* InternalFunctionExecutionService

Implement new interfaces with a traditional class to be instantiated:
* FunctionExecutionServiceImpl

Collapse FunctionServiceManager into FunctionExecutionServiceImpl

Change static API classes to delegate to private instance of
FunctionExecutionServiceImpl:
* FunctionService (User API) -- only has private internal changes
* InternalFunctionService -- now extends FunctionService

This should allow unit tests to avoid using PowerMock.


[ Full content available at: https://github.com/apache/geode/pull/3010 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] kirklund closed pull request #3010: GEODE-6176: Make FunctionService testable with internal delegates

Posted by "kirklund (GitHub)" <gi...@apache.org>.
[ pull request closed by kirklund ]

[ Full content available at: https://github.com/apache/geode/pull/3010 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org