This message was deleted.
# questions
s
This message was deleted.
m
Yes. Add:
Copy code
implementation 'org.grails.plugins:events:5.0.2'
to your dependencies. More info: https://github.com/grails/grails-core/issues/13324
👍 2
m
That then gave me some errors about autowiring. I think I can get around it anyway, but it's annoying that a minor point release removes API.
m
It was unfortunate and not intentional to remove API. In 6.1.0 org.grails.plugins:async pulls in org.grails.plugins:events even though it does not depend on it. This dependency was removed in async:5.0.0 but has been restored in async:5.0.2 which should be included in Grails 6.1.2 to amend this.
m
Thanks! It's probably best that I hit this anyway since I could clean up some old code.
👍 1
Disregard comment about autowire issues, your include works fine. Looking forward to 6.1.2
b
Do we know when 6.1.2 will be released?
m
@billgonemad I have now heard that 6.1.2 probably will be released in the coming days.
b
great thank you!
p
I'll double check, but I think 6.1.2 Snapshot had the same issue unless already fixed in final. Thanks OP for validating this, thought I missed something. 👍🏻