helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.5k stars 566 forks source link

4.x: Methods to retrieve optional typed entity #8939

Closed tomas-langer closed 3 months ago

tomas-langer commented 3 months ago

Resolves #8827

Provide entity methods that return optional (empty if there is no entity) Updated javadoc that was not aligned with behavior (behavior is correct) Added test