jdaugherty commented on PR #15568: URL: https://github.com/apache/grails-core/pull/15568#issuecomment-4691494170
@jamesfredley I have said it before but I am highly against module substitution to expand test coverage. For multiple reasons: 1. the dependency substitution conflicts are not immediately clear 2. we only see those in CI / its not easy to run the tests locally 3. hibernate 7 logic now is tied to hibernate 5 and can prevent us from refactoring/ evolving We should just copy tests to expand coverage. -- 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]
