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
drop the unchecked suppressions that the warning fixes left behind
`HelmTest` uses the static, non-deprecated `Serialization.unmarshal` with
a Jackson `TypeReference`, so the `KubernetesSerialization` constant and
two `@SuppressWarnings("unchecked")` go away.
`ClusterConnectionReconcilerErrorTest` uses the reified `mock()` of
Mockito 5, which needs no suppression and no temporary variable.
Copy file name to clipboardExpand all lines: operator/src/test/java/it/aboutbits/postgresql/crd/clusterconnection/ClusterConnectionReconcilerErrorTest.java
0 commit comments