jamesfredley commented on PR #15557: URL: https://github.com/apache/grails-core/pull/15557#issuecomment-4723681770
## Workaround status pass - two open Groovy tickets re-checked, description refreshed Re-checked the two remaining open upstream tickets against their JIRA discussion and our in-tree workaround code/comments, and refreshed the description to match the current tree. **The two open tickets - our workaround already matches the JIRA-recommended form, so there is no better fix to import:** - **[GROOVY-12063](https://issues.apache.org/jira/browse/GROOVY-12063)** (open) - `ConstrainedProperty.DEFAULT_MESSAGES`. The ticket's own *Workarounds* section recommends a literal map / fully-qualified references; we already build the map with a Groovy map literal (`.asUnmodifiable()`), which is exactly that. Guarded by `DefaultMessageResolutionSpec` (iterates the whole bundle). Nothing better available until the upstream resolution lands. - **[GROOVY-11985](https://issues.apache.org/jira/browse/GROOVY-11985)** (open; apache/groovy#2529 not yet merged) - `Validateable.resolveDefaultNullable()` / `BeanPropertyAccessorFactory`. The ticket documents the `Method.invoke` reflection shim as *the* workaround, which is what we use. Drops as soon as #2529 merges and a fixed snapshot publishes. **@matrei's tickets actioned:** - **[GROOVY-12089](https://issues.apache.org/jira/browse/GROOVY-12089)** (`@Entity` + `@Sortable` null-exceptions NPE) - **Resolved/Fixed, fix-version 5.0.7** (apache/groovy#2611). The `@Sortable` fixtures are already restored and the `processVariableScopes` proxy fallback is gone (all creation sites pass `EMPTY_ARRAY` consistently). Now cited in the AST-level-fixes section instead of "needs an upstream ticket filed". - **[GROOVY-12091](https://issues.apache.org/jira/browse/GROOVY-12091)** (open; bounded generic trait setter stays abstract) - the `ClassPropertyFetcherTests.TestTrait` `<F extends Serializable>` -> `<T>` workaround now cites the ticket (was "No ticket filed"). - **[GROOVY-12062](https://issues.apache.org/jira/browse/GROOVY-12062)** - already removed in an earlier commit; no further action. **Net remaining workarounds, all now tracked:** GROOVY-12063 (open), GROOVY-11985 (open), GROOVY-12041 (open, `g.taglib` STC), GROOVY-12091 (open), plus the Spock 2.4 `$tt__` per-iteration-context limitation. The "No ticket filed" rows are gone. Assisted-by: claude-code:claude-4.8-opus -- 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]
