The GitHub Actions job "CI" on 
grails-core.git/dependabot/gradle/grails-forge/7.0.x/org.webjars-jquery-ui-1.14.2
 has failed.
Run started by GitHub user borinquenkid (triggered by borinquenkid).

Head commit for run:
bb8a7af36515eff9d671ce308fa20403287a2e75 / Walter Duque de Estrada 
<[email protected]>
Bump jquery webjar to 3.7.1 to fix jQuery UI 1.14.2 incompatibility

jQuery UI 1.14.2 calls $.uniqueSort, which only exists in jQuery 3.0+
(it replaced the older $.unique). The plugin was still requiring
jQuery 2.1.4, so jQuery UI threw "TypeError: t.uniqueSort is not a
function" on load, aborting every other script bundled in the same
asset file - breaking DataTables pagination, form handlers,
autocomplete, and ajax login across the entire spring-security-ui
admin UI.

Confirmed via the real Testcontainers/Chrome browser console log used
by the plugin's integration tests. Verified locally: all 97 tests
across grails-test-examples-spring-security-ui-simple and -extended
now pass with no console errors.

Co-Authored-By: Claude Sonnet 5 <[email protected]>

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

With regards,
GitHub Actions via GitBox

Reply via email to