exasol / error-code-crawler-maven-plugin

Validator and crawler for exasol-error-codes in Java code
MIT License
1 stars 1 forks source link

Support new API of error-reporting-java 0.3.0 #24

Closed jakobbraun closed 3 years ago

jakobbraun commented 3 years ago

error-reporting-java 0.3.0 introduced an additional API for shorter messages and mitigations with parameters: message("my message: {{test}}", 2)

The crawler needs to support this new syntax