[JBoss JIRA] (ISPN-11896) Docs: Store SPI Javadoc Review
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11896?page=com.atlassian.jira.plugi... ]
Donald Naro closed ISPN-11896.
------------------------------
> Docs: Store SPI Javadoc Review
> ------------------------------
>
> Key: ISPN-11896
> URL: https://issues.redhat.com/browse/ISPN-11896
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Add doc review to SPI changes in https://github.com/infinispan/infinispan/pull/8370
> this changes how a user would add a custom store - it is the same pluggability as before, but I hope it is a bit simpler to understand, albeit possibly a bit harder to implement as they need to be non blocking when using this SPI
> existing store implementations are unaffected currently as I added an adapter that does the conversion for them. However the goal is to eventually remove the old SPIs, probably not until ISPN 14 though according to our deprecation/removal schedule
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11896) Docs: Store SPI Javadoc Review
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11896?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11896:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 11.0.0.Final
Resolution: Done
> Docs: Store SPI Javadoc Review
> ------------------------------
>
> Key: ISPN-11896
> URL: https://issues.redhat.com/browse/ISPN-11896
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Add doc review to SPI changes in https://github.com/infinispan/infinispan/pull/8370
> this changes how a user would add a custom store - it is the same pluggability as before, but I hope it is a bit simpler to understand, albeit possibly a bit harder to implement as they need to be non blocking when using this SPI
> existing store implementations are unaffected currently as I added an adapter that does the conversion for them. However the goal is to eventually remove the old SPIs, probably not until ISPN 14 though according to our deprecation/removal schedule
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11978) Java ScriptEngine
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11978:
--------------------------------------
Summary: Java ScriptEngine
Key: ISPN-11978
URL: https://issues.redhat.com/browse/ISPN-11978
Project: Infinispan
Issue Type: Enhancement
Components: Tasks
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 12.0.0.Final
Since Java 11 the Nashorn script engine has been deprecated and marked for removal.
We can use either the Java compiler API or JShell to implement a ScriptEngine for Java.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months