grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

grails-datastore-rest-client disappeared from V7

Open Grestorn opened this issue 4 years ago • 2 comments

Since version 7, the plugin grails-datastore-rest-client has disappeared from the distribution. I realized that it might be deprecated and not being appropriately placed in grails-data-mapping, however, my current project does rely heavily on it (based on Grails 3.3.11).

I couldn't find any mentioning of it in the documentation and release notes either.

Has it moved somewhere else? Is there any easy way to get it back without changing a lot of my code?

Thx!

Grestorn avatar Apr 12 '21 13:04 Grestorn

Any news or advance in this? I have the same problem, a bit 3.3.18 app in need to migrate to grails 7...

jesusrodriguezmjp avatar Oct 10 '25 18:10 jesusrodriguezmjp

@jesusrodriguezmjp it has been removed from Grails-core and you should probably use another rest client.

But there is a version updated to work with Grails 7 https://github.com/gpc/grails-datastore-rest-client-legacy

dauer avatar Nov 17 '25 18:11 dauer