Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.0
-
None
-
None
-
None
Description
For master branch, we use a lot of java 8 features in async client, like lambda, stream, default method and so on. And java 8 support Optional, we can update some method to use Optional instead of Nullable parameter.