redis / redis-om-spring

Spring Data Redis extensions for better search, documents models, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

com.redis.om.spring.ops.json.JSONOperationsImpl is using JSONArray.isEmpty() method which does not exist

shannonantony opened this issue · comments

commented

Hi @bsbodden , I am getting Runtime exception since

com.redis.om.spring.ops.json.JSONOperationsImpl is using JSONArray.isEmpty() method which does not exist

please let me know if I am missing anything.

thanks

Jay

It's likely a dependency you are pulling that's bringing an old version of the JSON jar
Screenshot 2024-04-21 at 11 33 38 AM

It should be this version:

Screenshot 2024-04-21 at 11 40 24 AM