Hello Community Have anyone implemented a success...
# questions
y
Hello Community Have anyone implemented a successful Elastic search on grails here. I dont think, this has been a successful one for me: https://github.com/grails-plugins/grails-elasticsearch Thank you
j
It doesn't look liek that plugin has been updated in some time. It's still not grails 7 compatible. Have you checked the discussion forum about plugins getting updates for grails 7?
j
Since this worked on Grails 4, there is a decent chance it can work temporarily using https://grails.apache.org/docs/snapshot/guide/upgrading.html#_12_2_javax_jakarta Definitely add to https://github.com/apache/grails-core/discussions/15044 also
y
Is there another option I could make use of. I guess, volunteering is my option....
j
1. use old version with https://grails.apache.org/docs/snapshot/guide/upgrading.html#_12_2_javax_jakarta 2. take 1 hour or so to update for Grails 7 + Javax -> Jakarta. I created a 4.0.x branch to target with the PR on https://github.com/grails-plugins/grails-elasticsearch
There are a bunch of other plugins under https://github.com/grails-plugins/ which serve as examples for the upgrade. And https://github.com/grails-plugins/grails-server-timing is the new Gold standard for Grails plugins.