-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserPasswordEncoderListener.groovy: 8: unable to resolve class grails.events.annotation.gorm.Listener #996
Comments
Should be fixed when 6.1.2 is released. Can be worked around by adding: implementation 'org.grails.plugins:events:5.0.2'
implementation 'org.grails.plugins:async:5.0.2' Related grails/grails-core#13324 and grails/grails-core#13331 |
Fantastic. This works for now. Thanks.
…On Fri, Jan 5, 2024 at 1:27 AM Mattias Reichel ***@***.***> wrote:
Should be fixed when 6.1.2 is released.
Can be worked around by adding:
implementation 'org.grails.plugins:events:5.0.2'
implementation 'org.grails.plugins:async:5.0.2'
Related grails/grails-core#13324
<grails/grails-core#13324> and
grails/grails-core#13331
<grails/grails-core#13331>
—
Reply to this email directly, view it on GitHub
<#996 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APFVNCG7FWPQ3D3FIRFA3YDYM6MLJAVCNFSM6AAAAABBNT27DOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZYGE4DQNBWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It is still a problem in Grails 6.2.2. Fortunately, matrei's workaround is still a solution. |
The actual problem is in |
org.grails.plugins:spring-security-core:6.1.2 has been released |
Expected Behavior
application should run with
./gradlew bootRun
Actual Behaviour
./gradlew bootRun fails with:
UserPasswordEncoderListener.groovy: 8: unable to resolve class grails.events.annotation.gorm.Listener
Steps To Reproduce
sdk use grails 6.1.1
sdk use groovy 3.0.11
sdk use java 11.0.21-sem
grails create-app test
cd test
create file grails-app/conf/spring/resources.groovy
with content:
beans = {
}
./gradlew runCommand "-Pargs=s2-quickstart me.test.main User Role"
will complete
but:
./gradlew bootRun
fails
Environment Information
linux 22.04
sdk use grails 6.1.1
sdk use groovy 3.0.11
sdk use java 11.0.21-sem
Example Application
No response
Version
6.1.1
The text was updated successfully, but these errors were encountered: