-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Guava Cache class forbid to put null values into the cahe.
To still allow null values to be stored, the implementation of Ametys Cache with Guava library wrap all values inside an Optional object.
However, some functions used Optional.get() instead of Optional.orElse(null), and therefore throw an exception if the value is null
- Conditionne
-
RUNTIME-3277 Migrate UserHelper to new cache system
- Closed
-
RUNTIME-3280 Migrate PopulationContextHelper to new cache system
- Closed
- Dépend de
-
RUNTIME-3268 Centralized cache management
- Closed