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
com.redhat.devtools.intellij.common.utils.function.TriConsumer is only used by intellij-tekton. Tekton cannot use latest intellij-common 1.9.4 because it cannot bump to the same kubernetes-client 6.12.0 (see redhat-developer/intellij-tekton#668 (comment))
We can therefore remove com.redhat.devtools.intellij.common.utils.function.TriConsumer. In Jetbrains platform there's a class com.intellij.util.TriConsumer which is missing the method andThen though:
TriConsumer triggers incompatibility warnings in jetbrains marketplace.
intellij-tekton is using it but it cannot bump to latest common version
bcs of the outdated kubernetes-client that it needs to use
(see redhat-developer/intellij-tekton#668).
Signed-off-by: Andre Dietisheim <[email protected]>
TriConsumer triggers incompatibility warnings in jetbrains marketplace.
intellij-tekton is using it but it cannot bump to latest common version
bcs of the outdated kubernetes-client that it needs to use
(see redhat-developer/intellij-tekton#668).
Signed-off-by: Andre Dietisheim <[email protected]>
related to #224
com.redhat.devtools.intellij.common.utils.function.TriConsumer
is only used by intellij-tekton. Tekton cannot use latest intellij-common 1.9.4 because it cannot bump to the same kubernetes-client 6.12.0 (see redhat-developer/intellij-tekton#668 (comment))We can therefore remove
com.redhat.devtools.intellij.common.utils.function.TriConsumer
. In Jetbrains platform there's a classcom.intellij.util.TriConsumer
which is missing the methodandThen
though:The text was updated successfully, but these errors were encountered: