I have a Grails 4.0.3 rest api in production running since last year without major problems.
Unfortunately since last week It is in trouble because of some RabbitMQ request in the queue. My applicaion tries to read the queue and this message is show in the application log.
CMBID cannot start processing queue plt.cmbid.requests because of No signature of method: java.util.Date.format() is applicable for argument types: (String) values: [yyyy-MM-dd] Possible solutions: from(java.time.Instant), getAt(java.lang.String), parse(java.lang.String), print(java.io.PrintWriter), print(java.lang.Object)
I started investigating this problem and I saw some devs saying that it is possible to be the Groovy version, but I don't remember where I can check it out.
Could you help me?
Thanks!