strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
140 stars 89 forks source link

Update json-path to version 2.8.0 - introduces a breaking change #196

Closed mstruk closed 1 year ago

mstruk commented 1 year ago

Previous versions of json-path had a bug in evaluation of queries that tested equality against null.

Some queries that used to evaluate to false now evaluate to true and vice-versa. This was a known issue that is described in README.md together with a description of how to properly avoid using null in queries.

This version bump is needed to address CVEs.