Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

1.0.0-EAP-1+idea2021-snapshot

Pre-release
Pre-release
Compare
Choose a tag to compare
@Pakisan Pakisan released this 21 Jun 18:58
· 121 commits to master since this release

IDEA compatability:

  • IDEA 2021.1.*

refactor: update the way to get the schema

  • AsyncAPIJsonSchemaInspection uses ResourceUtil.getResource(ClassLoader, String, String) instead of deprecated ResourceUtil.getResource(Class, String, String)
  • AsyncAPIYamlSchemaInspection uses ResourceUtil.getResource(ClassLoader, String, String) instead of deprecated ResourceUtil.getResource(Class, String, String)

feature: svg icon

  • asyncapi.png was replaced with asyncapi.svg
  • deprecated method IconLoader.getIcon(String) was replaced with IconLoader.getIcon(String, Class)