-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.0 is incompatible to all IC starting with IC-2022.3 up to IC-2024.1 #749
Comments
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
…r#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
…eloper#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
…r#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
…eloper#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
* removed call to ExtensionPointName.create (redhat-developer#749) * made instantiation of PresentationFactory compatible (redhat-developer#749) * removed TriConsumer from commons to make build compatible (redhat-developer#749) * removed deprecated UtilKt.isNull0rEmpty(Collection)(redhat-developer#749) * removed deprecated EdtInvocationManager.isEventDispatchThread(redhat-developer#749) * replaced deprecated StructureTreeModel.invalidate()(redhat-developer#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
* removed call to ExtensionPointName.create (redhat-developer#749) * made instantiation of PresentationFactory compatible (redhat-developer#749) * removed TriConsumer from commons to make build compatible (redhat-developer#749) * removed deprecated UtilKt.isNull0rEmpty(Collection)(redhat-developer#749) * removed deprecated EdtInvocationManager.isEventDispatchThread(redhat-developer#749) * replaced deprecated StructureTreeModel.invalidate()(redhat-developer#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
* removed call to ExtensionPointName.create (redhat-developer#749) * made instantiation of PresentationFactory compatible (redhat-developer#749) * removed TriConsumer from commons to make build compatible (redhat-developer#749) * removed deprecated UtilKt.isNull0rEmpty(Collection)(redhat-developer#749) * removed deprecated EdtInvocationManager.isEventDispatchThread(redhat-developer#749) * replaced deprecated StructureTreeModel.invalidate()(redhat-developer#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 17, 2024
* removed call to ExtensionPointName.create (redhat-developer#749) * made instantiation of PresentationFactory compatible (redhat-developer#749) * removed TriConsumer from commons to make build compatible (redhat-developer#749) * removed deprecated UtilKt.isNull0rEmpty(Collection)(redhat-developer#749) * removed deprecated EdtInvocationManager.isEventDispatchThread(redhat-developer#749) * replaced deprecated StructureTreeModel.invalidate()(redhat-developer#749) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
that referenced
this issue
Apr 17, 2024
* removed call to ExtensionPointName.create (#749) * made instantiation of PresentationFactory compatible (#749) * removed TriConsumer from commons to make build compatible (#749) * removed deprecated UtilKt.isNull0rEmpty(Collection)(#749) * removed deprecated EdtInvocationManager.isEventDispatchThread(#749) * replaced deprecated StructureTreeModel.invalidate()(#749) Signed-off-by: Andre Dietisheim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related to #738
related to redhat-developer/intellij-common#222
The problem here is
com.redhat.devtools.intellij.common.utils.function.TriConsumer
which lives in intellij-common 1.9.4. Without it, there's only an incompatiblity toIC-2022.3
left:The text was updated successfully, but these errors were encountered: