jamesfredley commented on PR #16011:
URL: https://github.com/apache/grails-core/pull/16011#issuecomment-5052666363

   Pushed `116b0efab3`: flipped `legacyCommandSupport` default from **true → 
false** everywhere.
   
   **Code**
   - `GrailsExtension.legacyCommandSupport` convention is now `Boolean.FALSE` 
when `grailsLegacyCommandSupport` is unset
   - Javadoc / plugin property docs describe opt-in (`= true`), not opt-out
   
   **Docs**
   - Upgrade guide §35 / §35.1 and What's New: default `false`, enable 
examples, consumer checklist
   
   **Tests / fixtures**
   - `CliAutoDiscoverySpec`: default-false, explicit false, explicit true, and 
`cliAutoProvision=false` still wins when legacy is opted in
   - `grails-test-examples/legacy-commands` opts in with `grails { 
legacyCommandSupport = true }`
   
   **PR description** updated to match (default-off bridge, opt-in migration 
note).
   


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