]
Galder Zamarreño updated ISPN-5013:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.2.0.Final
Resolution: Done
Server-side scripting using JSR-223 (javax.script)
--------------------------------------------------
Key: ISPN-5013
URL:
https://issues.jboss.org/browse/ISPN-5013
Project: Infinispan
Issue Type: Feature Request
Components: Core, Server
Affects Versions: 7.0.2.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 7.2.0.Beta1, 7.2.0.Final
Implement a scripting manager which stores custom scripts in a dedicated cache. These
scripts will be invoked with a user-specified binding (i.e. a set of named parameters).
This component should support all known "code" extension points: simple, tasks,
distexec, map/reduce, listeners, etc.
The script type should be supported by the available JSR-223 scripting engines