jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3341626756
##########
grails-test-suite-persistence/src/test/groovy/grails/web/databinding/GrailsWebDataBinderSpec.groovy:
##########
@@ -1806,12 +1804,21 @@ class Widget {
isNotBindable(bindable: false)
timeZone(nullable: true)
}
+
+ // Manual Comparable implementation (replaces @Sortable which conflicts
with @Entity in Groovy 5)
Review Comment:
Why are Sortable & Entity conflicting in Groovy 5? This seems like a groovy
bug or we need to document this.
--
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]