-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This plugin cannot be used in a Grails 4 project yet. There is an error on app startup:
java.lang.NoClassDefFoundError: org/springframework/boot/actuate/health/DataSourceHealthIndicator
at grails.plugin.appinfo.GrailsAppinfoGrailsPlugin$_doWithSpring_closure1.doCall(GrailsAppinfoGrailsPlugin.groovy:67)
Grails 4 now uses Spring Boot 2 and I think DataSourceHealthIndicator has changed packages to org.springframework.boot.actuate.jdbc. Obviously, there may be other, as yet unknown, issues as well when upgrading the plugin to Grails 4.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels