valb3r / flowable-bpmn-intellij-plugin

Flowable, Activiti, Camunda BPMN engines process editor plugin for IntelliJ. Pure Kotlin (and some Java)
https://plugins.jetbrains.com/plugin/14318-flowable-bpmn-visualizer
MIT License
157 stars 31 forks source link

Support IU-2023.* #339

Closed valb3r closed 1 year ago

valb3r commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the support of IU-2023.* is questionable due to breaking API changes on JB side. Some initial work in order to improve it is done in: https://github.com/valb3r/flowable-bpmn-intellij-plugin/tree/feature/bump-intellij

It might require raising minimum support IJ version or supporting multiple versions of plugin with different codebase

valb3r commented 1 year ago

Major compatibility blockers fixed