jdaugherty commented on PR #15649:
URL: https://github.com/apache/grails-core/pull/15649#issuecomment-4445099319
From Walter's comment in slack:
- Set follow=true on Logback ConsoleAppender in both H5 and H7
dbmigration test logback.groovy. Without this Logback caches the
System.out reference at initialisation time (before Spock's
StandardStreamsCapturer wraps it), so Liquibase log output misses
the @OutputCapture listener. follow=true makes Logback re-resolve
System.out on every write, matching the currently-active capture
stream. This fixes GroovyChangeLogSpec CI failures in the Groovy
Joint Validation Build where the Groovy snapshot changes the
transitive classpath and Liquibase switches to the SLF4J backend.
Isn't this a much better change?
--
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]