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/20 06:57:13 UTC

[isis] branch master updated (7f33f68a49 -> e8638bdc65)

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

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


    from 7f33f68a49 ISIS-3054: purge isis-config for wicket-jquery version selection
     add 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
     new e8638bdc65 Merge pull request #946 from apache/3059-SpringBoot_2_7_0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bom/pom.xml                                        |   4 +-
 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 ----------
 starters/pom.xml                                   |   4 +-
 10 files changed, 18 insertions(+), 873 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


[isis] 01/01: Merge pull request #946 from apache/3059-SpringBoot_2_7_0

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit e8638bdc65eda6b59f6e3b08fccef877f67705fb
Merge: 7f33f68a49 0cf1560a91
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri May 20 08:57:09 2022 +0200

    Merge pull request #946 from apache/3059-SpringBoot_2_7_0
    
    ISIS-3059: Bump Spring Boot 2.6.7 -> 2.7.0

 bom/pom.xml                                        |   4 +-
 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 ----------
 starters/pom.xml                                   |   4 +-
 10 files changed, 18 insertions(+), 873 deletions(-)