-
Notifications
You must be signed in to change notification settings - Fork 0
WIP2 LPD-28845 + LPD-31166 Pages API with REST Builder Fix #565
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
base: master
Are you sure you want to change the base?
Conversation
…L since a StackOverflowError is happening in the generated testing code. Without this commit the following tests fail: - NavigationMenuResourceTest. testGraphQLDeleteNavigationMenu - NavigationMenuResourceTest. testGraphQLGetNavigationMenu - NavigationMenuResourceTest. testGraphQLGetNavigationMenuNotFound - NavigationMenuResourceTest. testGraphQLGetSiteNavigationMenusPage - NavigationMenuResourceTest. testGraphQLPostSiteNavigationMenu testGraphQLDeleteNavigationMenu java.lang.StackOverflowError at java.lang.Class.getDeclaredFields(Class.java:1915) at com.liferay.petra.reflect.ReflectionUtil.getDeclaredFields(ReflectionUtil.java:33) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getDeclaredFields(BaseNavigationMenuResourceTestCase.java:1371) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1211) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) testGraphQLGetNavigationMenu java.lang.StackOverflowError at java.lang.reflect.Field.getAnnotation(Field.java:1120) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1199) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) testGraphQLGetNavigationMenuNotFound java.lang.StackOverflowError at java.lang.reflect.Field.getAnnotation(Field.java:1120) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1199) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) testGraphQLGetSiteNavigationMenusPage java.lang.StackOverflowError at java.lang.RuntimeException.<init>(RuntimeException.java:96) at com.liferay.petra.function.transform.TransformUtil.transform(TransformUtil.java:64) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getDeclaredFields(BaseNavigationMenuResourceTestCase.java:1370) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1211) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) testGraphQLPostSiteNavigationMenu java.lang.StackOverflowError at java.lang.RuntimeException.<init>(RuntimeException.java:96) at com.liferay.petra.function.transform.TransformUtil.transform(TransformUtil.java:64) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getDeclaredFields(BaseNavigationMenuResourceTestCase.java:1370) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1211) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210) at com.liferay.headless.delivery.resource.v1_0.test.BaseNavigationMenuResourceTestCase.getGraphQLFields(BaseNavigationMenuResourceTestCase.java:1210)
…g GraphQL since a StackOverflowError is happening in the generated testing code." This reverts commit 7dd7dcd293c6b3eab67cb1196fdd7383b8c33f04.
… within the child schemas
…rough REST builder
…lementation of the serializable interface
…ss in REST Builder
This will simplify the process to update the expected files. On a successful test run the files should be the same and git should not report any changes.
…es of the abstract class
…ad of an instance of the parent
Please resolve conflicts so we can continue reviewing and processing. Created by |
29 similar comments
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
Please resolve conflicts so we can continue reviewing and processing. Created by |
master