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
Previous to this version these methods incorrectly returned a
15
+
`Collection<Map<>>` instead of `Collection<ConnectorPlugin>` and `Collection<Task>` respectively.
16
+
17
+
This release fixes these two methods to return the correct types as defined by their signatures. Any users of this library who were interacting with this incorrect return type will need to update their code for this release.
0 commit comments