After upgrading from Grails 3.3.9 to 4 there are several packages missing. E.g. unable to resolve class org.springframework.security.provisioning.JdbcUserDetailsManager
. Has anyone any ideas? I've done all the steps from here: https://docs.grails.org/4.0.0.M1/guide/upgrading.html.
It seems that Gradle 5 can not load all the dependencies in the plugin. With Grails 3.3.9 and Gradle Wrapper 3.5 everything worked fine.
Thanks for any advices.
Asked
Active
Viewed 137 times
0

David Brown
- 3,021
- 3
- 26
- 46

Voland
- 1
- 1
-
I'd imagine, that many plugins won't work without migration. Most of the underlyting spring libs had major version jumps. – cfrick Mar 07 '19 at 09:34
-
@cfrick Spring-security-core 4 M1 is for Grails 4. Many plugins I've tested did not need migration (some did of course). – erichelgeson Mar 07 '19 at 14:51
-
Please check https://github.com/grails/grails-core/issues/11154 – Rahul Mahadik Mar 07 '19 at 17:55