benwatson528 / intellij-avro-parquet-plugin

A Tool Window plugin for IntelliJ that displays Avro and Parquet files and their schemas in JSON.
Apache License 2.0
43 stars 9 forks source link

Fixing log4j clash #91

Closed benwatson528 closed 2 years ago

benwatson528 commented 2 years ago
  1. Fixing an slf4j clash that prevented the plugin working on EAP 221.*.
  2. Updating the plugin to use the new gradle-intellij-plugin which includes converting the build files to Kotlin.
  3. Requiring Java 11 and IntelliJ 2020.3 as a minimum.