hazelcast / hazelcast/hazelcast-cpp-client
[TRACKING ISSUE] Java util optional serialization support
Open
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
The tracking issue for the Java side PR.
**Java util optional serialization support**
See https://github.com/hazelcast/hazelcast/pull/17934 for details.
---
In relation to https://github.com/payara/Payara/issues/5026 I prepared pull request, that should add serialization support of java.util.Optional.
Motivation:
```
@CacheResult(name = "not-a-cheap-value-cache")
Optional calculateNotACheapValue(SomeParametersUsedInConstruction p)
```
Contributor guide
Assessment
This issue has not been assessed yet.