Join Slack
Powered by
Hello Community Have anyone implemented a success...
# questions
y
yormen
02/27/2026, 8:12 PM
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
jdaugherty
02/27/2026, 8:13 PM
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
James Fredley
02/27/2026, 9:15 PM
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
yormen
02/27/2026, 11:03 PM
Is there another option I could make use of. I guess, volunteering is my option....
j
James Fredley
02/27/2026, 11:08 PM
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
James Fredley
02/27/2026, 11:10 PM
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.
Open in Slack
Previous
Next