ru-fix / completable-reactor

CompletableReactor framework makes it easier to create business flows that have concurrently running parts and complex execution branching.
https://ru-fix.github.io/completable-reactor
MIT License
12 stars 2 forks source link

idea plugin fix for 2020.2 #37

Closed elost closed 3 years ago

elost commented 3 years ago

Starting with idea 2020.2 javafx is deprecated. For plugins to work with javafx it is now required to install JavaFX Runtime for Plugins plugin.

See release notes and plugin description for details.