You signed in with another tab or window.Reloadto refresh your session.You signed out in another tab or window.Reloadto refresh your session.You switched accounts on another tab or window.Reloadto refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
As a minor feature request for the next DS version, it would useful to allow Optional as a supported field/parameter type for an optional service reference. For example:
@ Reference
Optional<LogService> optLog;
It could be inferred from the type that the reference has cardinality 0..1 rather than 1..1. When the service is unavailable, the field would be bound to Optional.empty rather than null.
Original bug ID:BZ#226
From: Neil Bartlett <[email protected]>
Reported version: R7
The text was updated successfully, but these errors were encountered: