jamesfredley opened a new pull request, #15965:
URL: https://github.com/apache/grails-core/pull/15965

   ## Summary
   
   Removes the `jodd-wot` test dependency from `grails-fields` by replacing its 
only usage with direct Spock string assertions against the rendered field 
output.
   
   ## Changes
   
   | Area | Change |
   | --- | --- |
   | `grails-fields` tests | Removed `jodd.lagarto.dom.jerry.Jerry` imports and 
helper usage in `DefaultFieldTemplateSpec`. |
   | `grails-fields` dependencies | Removed `org.jodd:jodd-wot` from test 
dependencies. |
   | Root properties | Removed the now-unused `joddWotVersion` property. |
   
   ## Verification
   
   | Check | Result |
   | --- | --- |
   | `rg -n "jodd|jodd-wot"` | No matches. |
   | `./gradlew.bat :grails-fields:test --tests 
"grails.plugin.formfields.DefaultFieldTemplateSpec"` | Passed. |
   | `./gradlew.bat :grails-fields:test` | Passed. |
   
   ## Checklist
   
   - [x] Searched for `jodd-wot` / `jodd` references.
   - [x] Replaced test usage with plain Spock assertions.
   - [x] Removed unused dependency/version wiring.
   - [x] Verified affected module tests pass.
   


-- 
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]

Reply via email to