[JBoss JIRA] (ISPN-9682) NullPointerException when put to JCache
by Andrei Arkaev (Jira)
Andrei Arkaev created ISPN-9682:
-----------------------------------
Summary: NullPointerException when put to JCache
Key: ISPN-9682
URL: https://issues.jboss.org/browse/ISPN-9682
Project: Infinispan
Issue Type: Bug
Components: JCache
Affects Versions: 9.4.1.Final, 9.4.0.Final
Reporter: Andrei Arkaev
After upgrade from 9.4.0.RC3 to 9.4.0.Final (and 9.4.1.Final too) I have an error
java.lang.NullPointerException: null
at org.infinispan.functional.impl.AbstractFunctionalMap.invokeAsync(AbstractFunctionalMap.java:127)
at org.infinispan.functional.impl.ReadWriteMapImpl.eval(ReadWriteMapImpl.java:70)
at org.infinispan.jcache.embedded.JCache.put(JCache.java:409)
Cache configuration
<local-cache
name="SomeGlobalCache"
simple-cache="true"
statistics="false"
statistics-available="false">
<transaction mode="NONE"/>
</local-cache>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months
[JBoss JIRA] (ISPN-9681) Conditional Statements for Productized Docs
by Don Naro (Jira)
Don Naro created ISPN-9681:
------------------------------
Summary: Conditional Statements for Productized Docs
Key: ISPN-9681
URL: https://issues.jboss.org/browse/ISPN-9681
Project: Infinispan
Issue Type: Enhancement
Components: Documentation-Core
Reporter: Don Naro
Assignee: Don Naro
Ensure upstream docs do not expose unsupported features in the productized docs.
Exclude statement
ifndef::productized[]
endif::productized[]
Include statement
ifdef::productized[]
endif::productized[]
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months