redhat-developer / intellij-quarkus

IntelliJ Quarkus Tools
Eclipse Public License 2.0
113 stars 43 forks source link

fix: log YAML parsing errors as warning to avoid popup #1296

Closed fbricon closed 5 months ago

fbricon commented 5 months ago

Since 2022.3 apparently, log events with error severity now bubble up as error popups in a user's face.

This PR fixes #1282 until we drop SnakeYAML for good, but most likely other places where a log.error is met will have the same issue

sonarcloud[bot] commented 5 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

4.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud