Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jamesfredley opened this issue Sep 10, 2024 · 0 comments
Open

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

jamesfredley opened this issue Sep 10, 2024 · 0 comments
Assignees

Comments

@jamesfredley
Copy link
Contributor

jamesfredley commented Sep 10, 2024

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 to be implement more than once. It is currently removed from class AbstractJsonViewContainerRenderer<C,T>

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

Remaining failing tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants