This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3892 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 2ce1090010e147e3575e4b5b412d8c057202c767 Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 2 06:41:03 2025 +0100 CAUSEWAY-3892: re-enables graphql in v4 --- core/pom.xml | 3 +-- mavendeps/webapp/pom.xml | 9 ++++----- viewers/graphql/test2/pom.xml | 2 -- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 85b99fce05f..32f90759e76 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -73,8 +73,7 @@ <module>../viewers/commons</module> <module>../viewers/restfulobjects</module> <module>../viewers/wicket</module> - <!-- TODO CAUSEWAY-3892 - <module>../viewers/graphql</module> broken on current Spring Boot 4 Snapshot --> + <module>../viewers/graphql</module> <module>../persistence/commons</module> <module>../persistence/jdbc</module> diff --git a/mavendeps/webapp/pom.xml b/mavendeps/webapp/pom.xml index d62e3186af4..59dfbcfd91c 100644 --- a/mavendeps/webapp/pom.xml +++ b/mavendeps/webapp/pom.xml @@ -82,11 +82,10 @@ <artifactId>causeway-core-runtimeservices</artifactId> </dependency> -<!-- opinionated, whether to add or not--> -<!-- <dependency>--> -<!-- <groupId>org.apache.causeway.viewer</groupId>--> -<!-- <artifactId>causeway-viewer-graphql-viewer</artifactId>--> -<!-- </dependency>--> + <dependency> + <groupId>org.apache.causeway.viewer</groupId> + <artifactId>causeway-viewer-graphql-viewer</artifactId> + </dependency> <dependency> <groupId>org.apache.causeway.viewer</groupId> diff --git a/viewers/graphql/test2/pom.xml b/viewers/graphql/test2/pom.xml index cc80146106e..95a48a1ddfa 100644 --- a/viewers/graphql/test2/pom.xml +++ b/viewers/graphql/test2/pom.xml @@ -38,8 +38,6 @@ <maven.install.skip>true</maven.install.skip> <maven.deploy.skip>true</maven.deploy.skip> - <!-- as a minimum requirement of - org.springframework.graphql:spring-graphql-test:1.2.4 --> <maven.compiler.release>17</maven.compiler.release>
