The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/improve-gh-ci-speed has failed.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
8b101ca016bea6cf200c5b73a116268a372c0414 / James Fredley 
<[email protected]>
Fix MIME type lookup isolation for parallel test execution

HttpServletRequestExtension.getMimeTypes() was using servlet context
attributes to look up the application context, which can be polluted
when tests run in parallel due to GrailsUnitTest using static fields.

Now prioritizes GrailsWebRequest.lookup() (thread-local) before falling
back to WebApplicationContextUtils, matching HttpServletResponseExtension
behavior and ensuring test isolation.

Report URL: https://github.com/apache/grails-core/actions/runs/21320024235

With regards,
GitHub Actions via GitBox

Reply via email to