jdaugherty commented on code in PR #15649:
URL: https://github.com/apache/grails-core/pull/15649#discussion_r3212087449
##########
grails-data-hibernate5/dbmigration/src/test/groovy/org/grails/plugins/databasemigration/liquibase/GroovyChangeLogSpec.groovy:
##########
@@ -56,9 +56,18 @@ databaseChangeLog = {
when:
command.handle(getExecutionContext(DbmUpdateCommand))
- then:
+ then: 'all change-set closures executed in the documented order'
+ // Per-changeset Liquibase log lines (e.g. confirmation message) are
+ // emitted via Liquibase's LogService whose default implementation
+ // depends on classpath state (Slf4jLogService vs JavaLogService) and
Review Comment:
Shouldn't we fix the classpath? Isn't this a much larger issue?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]