networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
855 stars 325 forks source link

CI failing as Logback 1.4 requires min JDK 11 but the project still retains JDK 8 compatibility #911

Closed justin-tay closed 10 months ago

justin-tay commented 10 months ago

Logback 1.3 which is compatible with JDK 8 should probably be used instead if JDK 8 compatibility is required.

Related issue