You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/05/19 18:09:25 UTC

[isis] branch 3059-SpringBoot_2_7_0 updated (86efa396bb -> 0cf1560a91)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch 3059-SpringBoot_2_7_0
in repository https://gitbox.apache.org/repos/asf/isis.git


    from 86efa396bb ISIS-3059: Bump Spring Boot 2.6.7 -> 2.7.0
     add ae7201a5f8 ISIS-3059: Spring's graph-ql version now managed by Spring's BOM
     add 0cf1560a91 ISIS-3059: purge cloned spring graph-ql pre-release classes

No new revisions were added by this update.

Summary of changes:
 incubator/viewers/graphql/pom.xml                  |   6 -
 .../viewer/IsisModuleIncViewerGraphqlViewer.java   |  18 +-
 .../viewer/spring/GraphQlAutoConfiguration.java    | 146 --------------
 .../viewer/spring/GraphQlCorsProperties.java       | 160 ----------------
 .../graphql/viewer/spring/GraphQlProperties.java   | 210 ---------------------
 .../spring/GraphQlSourceBuilderCustomizer.java     |  40 ----
 .../spring/GraphQlWebMvcAutoConfiguration.java     | 200 --------------------
 .../spring/InvalidSchemaLocationsException.java    | 103 ----------
 8 files changed, 14 insertions(+), 869 deletions(-)
 delete mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/spring/GraphQlAutoConfiguration.java
 delete mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/spring/GraphQlCorsProperties.java
 delete mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/spring/GraphQlProperties.java
 delete mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/spring/GraphQlSourceBuilderCustomizer.java
 delete mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/spring/GraphQlWebMvcAutoConfiguration.java
 delete mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/spring/InvalidSchemaLocationsException.java