You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docsy/content/en/blog/releases/v5-release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ See [related issue](https://github.com/operator-framework/java-operator-sdk/issu
73
73
### Named event sources
74
74
75
75
The name is now directly an attribute of an `EventSource`.EventSources were also named in previous releases, but the name was not an attribute. This leads mainly to better internal structures and
76
-
solves issues out of the box. For example, when a dependent resource provides an event source, in some cases, it needs to have a specific name. In a `Reconciler` implementation simply
76
+
solves issues out of the box. For example, when a dependent resource provides an event source, in some cases, it needs to have a specific name. In a `Reconciler` implementation,
77
77
use a `List.of(event sources)` instead the `Map<String,EventSource>` as it was before:
0 commit comments