-
The FactoryBuilder convenience class we provide doesn't support instantiating static inner classes.
``` java
Exception in thread "main" java.lang.RuntimeException: Failed to create an instance of com…
-
## From Spec Leads + Terracotta
> The EntryProcessor functionality seems strange in two ways. Firstly, and most fundamentally this seems like a feature that doesn't belong on a cache, but would inste…
-
Removing unformatted version.
-
There's no use of the ri-common outside the ri-implementation.
Given this we should merge the ri-common into the ri-implementation to reduce the number of artifacts we need to build, distribute and f…
-
Discussion about possible **cool names for Converge-UI**. Since we want to have it as an independent upstream project, Converge-UI doesn't work that well.
We are also looking for name for our online …
-
I have worked with Christer Falgren on a document that attempts to surface issues that would need to be addressed in fully specifying listener support. We have not attempted to specify/solve the issue…
-
Chapter 5 specifies the use of javax.transaction.UserTransaciton (via CacheManager.getUsertTransaction() as a mechanism to manage local transactions. Ideal for global transactions, UserTransaction …
-
I propose that we limit puts so that keys and values that are put in to a cache owned by a particular CacheManager must be loadable through the ClassLoader associated with the CacheManager in question…