Aklakan opened a new issue, #3016:
URL: https://github.com/apache/jena/issues/3016

   ### Change
   
   This is a maintenance task for the custom service executor plugin system.
   
   * For bulk requests: Align argument order of `ServiceExec.exec` with 
`ServiceExecutorBulk.createExecution` such that one can write 
`customServicePlugin.createExecution(newOp, input, execCxt, Service::exec)` 
where `customServicePlugin` accepts an `ServiceExecutorBulk` argument for where 
to forward the requests it generates to.
   * For single-binding requests: Add the corresponding `ServiceExec.exec` 
method.
   * Add test cases where a service executor plugin wants to have it processed 
by starting the chain over using `ServiceExec.exec` rather than forwarding the 
request to the remainder of the chain. I had intended this feature when writing 
the plugin system, but it was never tested.
   
   
   ### Are you interested in contributing a pull request for this task?
   
   Yes


-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to