spencer
03/20/2024, 1:13 PMmattias_reichel
03/20/2024, 2:28 PMgrails-async can be found here: https://async.grails.org/snapshot/guide/index.html
Publishing of the latest release documentation has been broken after 4.0.0 but should be updated again on the next release.
grails-async should work with Grails 6. What issues are you having?spencer
03/20/2024, 2:41 PMimport static grails.async.WebPromises.*
should be
import static grails.async.web.WebPromises.*
I see this in the snapshot documentation toomattias_reichel
03/20/2024, 2:48 PM