hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
151 stars 59 forks source link

[TRACKING ISSUE] Java util optional serialization support [API-1598] #784

Open ghost opened 3 years ago

ghost commented 3 years ago

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<NotACheapValue> calculateNotACheapValue(SomeParametersUsedInConstruction p)
github-actions[bot] commented 2 years ago

Internal Jira issue: API-1598