grails-views icon indicating copy to clipboard operation
grails-views copied to clipboard

Open Test Issues for Grails 7 (grails-views 4.0.x)

Open jamesfredley opened this issue 1 year ago • 0 comments

Tests are disabled in .github/gradle.yml.

Current Issues:

The interface XXX cannot be implemented more than once with different arguments.

implements ContainerRenderer<C, T> was causing Render<T> to be implement more than once. It is currently removed from class AbstractJsonViewContainerRenderer<C,T>

  • https://github.com/grails/grails-views/pull/581/files#diff-b2646b6110b34798952582e9a501678112c0ed5d810ac556902857099652a31e

org.grails.plugins.views-json currently commented out to move forward This was resolved on gorm-mongodb, but could not be resolved following the documentation on grails-views or grails-async (not needed on grails async tests). This PR will allow for a 4.0.0-SNAPSHOT which might help.

An exception occurred applying plugin request [id: 'org.grails.plugins.views-json']
> Failed to apply plugin 'org.grails.plugins.views-json'.
   > Could not create task ':examples-functional-tests-plugin:compileGsonViews'.
      > Could not create task of type 'JsonViewCompilerTask'.
         > java.lang.InstantiationException (no error message)

Domain Inheritance (commented for now):

  • https://github.com/grails/grails-views/pull/581/files#diff-772c74b6220f27b5c33ecf692a2d3cfa2a58522552f3b6cda2459cd28c988fec
  • https://github.com/grails/grails-views/pull/581/files#diff-bf15eb842428b308b40a0f307701e937a17196d59e26a6da7d6ab2da09a15641

Remaining failing tests

jamesfredley avatar Sep 10 '24 03:09 jamesfredley