Skip to content

fixed compatibility with intelij 2025.3#422

Open
rockstarhamster wants to merge 1 commit into
valb3r:masterfrom
rockstarhamster:bugfix/compatibility-fix
Open

fixed compatibility with intelij 2025.3#422
rockstarhamster wants to merge 1 commit into
valb3r:masterfrom
rockstarhamster:bugfix/compatibility-fix

Conversation

@rockstarhamster

@rockstarhamster rockstarhamster commented Feb 17, 2026

Copy link
Copy Markdown

fixed compatibility with intelij 2025.3

@valb3r

valb3r commented Feb 18, 2026

Copy link
Copy Markdown
Owner

@rockstarhamster Thanks for contribution. What was the issue with IJ 2025.3 ? On MacOs plugins work perfectly fine on 2025.3, can you please clarify which issue this MR solves

Comment thread build.gradle
}

ext {
intellijPlatformVersion = '2024.3.5'

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is recommended to have platform version to be one major version less from current, current is 2025.3.2

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is 2024.3.5?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could u pls share recommendation which u mean?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it is 2024.3.5 for now until they don't release 2026

@rockstarhamster

Copy link
Copy Markdown
Author

@rockstarhamster Thanks for contribution. What was the issue with IJ 2025.3 ? On MacOs plugins work perfectly fine on 2025.3, can you please clarify which issue this MR solves

Plugin is working for IntelliJ IDEA 2025.3.2 Build #IU-253.30387.90, built on January 22, 2026 and there is no claims from intelij about compatibility, but "View Bpmn Diagram" option is absent and looks like intelij can't recognize bpmn,bpmn20 files as flowable diagrams. I made fix I have provided and built local plugin version and using it. Something like that

@valb3r

valb3r commented Mar 4, 2026

Copy link
Copy Markdown
Owner

As for missing bpmn,bpmn20 - is should be solvable with:
https://github.com/valb3r/flowable-bpmn-intellij-plugin?tab=readme-ov-file#q-my-files-for-activitiflowable-engine-have-bpmn-extension-and-not-bpmn20xml-how-can-i-open-them

I guess it could something with configuration storage in IJ as it breaks often, so your fix might be valid as bumping library version might help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants