Results 13 issues of Pavel Bodiachevskii

### Why do we need this improvement? I have already wrote basic tests for bindings and AsyncAPI v3.0.0 definitions Now, it's time to tune them up I expect next: -...

enhancement
bounty

### Why do we need this improvement? To be sure that our definitions are working like expected ### How will this change help? see above ### Screenshots _No response_ ###...

enhancement

### What happened? ### Plugin verification is totally broken configuration: ```gradle pluginVerification { failureLevel = listOf( VerifyPluginTask.FailureLevel.INVALID_PLUGIN, VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS, VerifyPluginTask.FailureLevel.NOT_DYNAMIC, VerifyPluginTask.FailureLevel.COMPATIBILITY_WARNINGS, ) ides { ides(listOf( "2022.3", "2022.3.1", "2022.3.2", "2022.3.3", "2023.1", "2023.1.1",...

bug