opwvhk / avro-schema-support

Extend IntelliJ, PyCharm and other JetBrains IDEs to more easily work with Avro schemata and protocols in both IDL and JSON format.
https://plugins.jetbrains.com/plugin/15728-avro-schema-support
MIT License
19 stars 2 forks source link

Idea 2024.3 is not supported #191

Closed kortov closed 1 week ago

kortov commented 1 month ago

Description Plugin isn't compatible with the latest Idea's verision, please update the plugin

Screenshots

image

Versions:

opwvhk commented 3 weeks ago

Yes, this is (was?) a known problem. In the next release (2024.3), the JSON plugin will be a separate, bundled plugin. It should work:

I've manually set it to 243 to support 2024.3RC1. Now hoping it's allowed by JetBrains... 🤞

q3769 commented 2 weeks ago

I just upgraded IntelliJ to 2024.3 Ultimate, and the Plugin stopped working.

jmntn2000 commented 2 weeks ago

Same issue since 2024.3 update in ultimate. Wouldn't not have upgraded if I knew this plugin would not work.

opwvhk commented 2 weeks ago

Thank you both for reporting this. Unfortunately, this is not my doing: JetBrains forcibly set the until build back to 242.* (2024.2), causing the plugin to stop working. This is odd, because I've tested the plugin to work with 2024.3, and because the error in the plugin verifier is a known false positive (a bug, due to be fixed this week)...

jmntn2000 commented 2 weeks ago

Thank you both for reporting this. Unfortunately, this is not my doing: JetBrains forcibly set the until build back to 242.* (2024.2), causing the plugin to stop working. This is odd, because I've tested the plugin to work with 2024.3, and because the error in the plugin verifier is a known false positive (a bug, due to be fixed this week)...

Thank you for the update. Oh and also thank you for an awesome plugin, that I frequently use:)

opwvhk commented 2 weeks ago

Version 232.0.1 is now available, and supports 2024.3 (so far 🤞).

jmntn2000 commented 1 week ago

Working great now, thank you!