You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/01/25 10:07:47 UTC

[isis] branch ISIS-2947 updated (cc7edab -> 7347376)

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

danhaywood pushed a change to branch ISIS-2947
in repository https://gitbox.apache.org/repos/asf/isis.git.


 discard cc7edab  ISIS-2947: some more stuff
 discard 33dcb46  ISIS-2947: adds link in home page to graphiql
 discard 4648468  ISIS-2947: surfaces a field on top-level 'Query' for all `@DomainService`'s.
 discard c641861  ISIS-2947: sets up schema only after metamodel fully introspected.
 discard f7879e8  ISIS-2947: surfaces dummy domain, integrated to isis interaction
 discard 23accbb  ISIS-2947: springboot graphql now called from demo app (and so fails, as no schemas defined).
 discard c03f951  ISIS-2947: experimenting, inlining spring boot 2.7.0-M1 stuff
 discard 2d6c485  ISIS-2947: adds a tiny bit more, adds workaround for running demo app
 discard d8bfc55  ISIS-2947: adds dependency on spring-graphql ; adds skeleton WebModuleGraphql.
 discard 4e7f464  ISIS-2947: adds scaffolding and devnotes.adoc for graphql
     add 7930e04  ISIS-2878 kroviz entry amended to index.html
     add 054b02b  ISIS-2878 gradle clean jar -> kroviz/build/libs/kroviz-2.0.0-SNAPSHOT.jar with all files in /resources/static/
     add f7b77d0  ISIS-2878 kroviz jar with path /static/ added as dependency, but reference kroviz/index.html yields a http 404
     add c9ff9ae  ISIS-2878 kroviz jar with path /public, kroviz/index.html now yields a valid reponse
     add ccf1e5f  ISIS-2878 additional null checks required (runtime only !!!) - else access from Tabulator.js would fail
     add 425f49c  ISIS-2878 kroviz jar integrated in demo
     add 4bc681a  ISIS-2878 clean added to gradle invocation
     add caee01e  ISIS-2878 build added to gradle invocation, extra execution for rename
     add d963073  ISIS-2878 set version for exec-maven-plugin
     add 31c0b32  ISIS-2878 specify name and version in copy command
     add d4ed98d  Merge pull request #817 from apache/ISIS-2878
     add 9b8cd6b  Bump spring-boot-starter-quartz from 2.6.2 to 2.6.3
     add 9403579  Merge pull request #838 from apache/dependabot/maven/master/org.springframework.boot-spring-boot-starter-quartz-2.6.3
     add bc55cad  Bump spring-boot from 2.6.2 to 2.6.3
     add 4dc9376  Bump vaadin-maven-plugin from 22.0.2 to 22.0.3
     add 1180dfa  Merge pull request #837 from apache/dependabot/maven/master/com.vaadin-vaadin-maven-plugin-22.0.3
     add 09a448d  ISIS-2944: improves MM validation message on conflicting domain-include semantics
     add 299ef3b  ISIS-2944: [Demo] fixes DomainChangeRecord to pass MM-validation
     add aa644a9  ISIS-2944: [Metamodel] further improve validation message
     add 2090862  ISIS-2944: enables test ProperMemberSupportDiscovery.WhenAnnotationOptional
     add 339f8f1  ISIS-2944: [Metamodel] even further improve validation msg
     add a3af0b3  ISIS-2944: adds orphaned method detection tests
     add 96663bb  ISIS-2944: fixes orphaned member support detection when using Introspection.ANNOTATION_REQUIRED
     add 0d3e4e5  ISIS-2878 fix nightly build failure, caused by ignored/fixed  project.version
     add aa3e215  Bump checker-qual from 3.21.0 to 3.21.1
     add a91118f  Merge pull request #839 from apache/dependabot/maven/master/org.checkerframework-checker-qual-3.21.1
     add 20116e1  Bump vaadin-maven-plugin from 22.0.3 to 22.0.4
     add 8d5f3af  Merge pull request #840 from apache/dependabot/maven/master/com.vaadin-vaadin-maven-plugin-22.0.4
     add 65ec019  Merge remote-tracking branch 'origin/master'
     add 8f4c8f5  ISIS-2947: adds scaffolding and devnotes.adoc for graphql
     add 9b852e5  ISIS-2947: adds dependency on spring-graphql ; adds skeleton WebModuleGraphql.
     add 463ccb6  ISIS-2947: adds a tiny bit more, adds workaround for running demo app
     add 29ab2db  ISIS-2947: experimenting, inlining spring boot 2.7.0-M1 stuff
     add 2f5ab09  ISIS-2947: springboot graphql now called from demo app (and so fails, as no schemas defined).
     add 8eb2145  ISIS-2947: surfaces dummy domain, integrated to isis interaction
     add 595d39e  ISIS-2947: sets up schema only after metamodel fully introspected.
     add b943989  ISIS-2947: surfaces a field on top-level 'Query' for all `@DomainService`'s.
     add 07a31c3  ISIS-2947: adds link in home page to graphiql
     add 7347376  ISIS-2947: some more stuff

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cc7edab)
            \
             N -- N -- N   refs/heads/ISIS-2947 (7347376)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../applib/mixins/system/DomainChangeRecord.java   |   5 +-
 .../isis/commons/internal/reflection/_Reflect.java |   8 +-
 .../progmodel/ProgrammingModelConstants.java       |  14 ++-
 ...tionEnforcesMetamodelContributionValidator.java |  43 ++++---
 .../_OrphanedSupportingMethodValidator.java        |   4 +-
 .../specloader/specimpl/FacetedMethodsBuilder.java |   3 +-
 core/pom.xml                                       |   4 +-
 examples/demo/domain/pom.xml                       |  54 +++++----
 examples/demo/pom.xml                              |   5 +
 examples/demo/vaadin/pom.xml                       |   2 +-
 .../common/src/main/resources/static/index.html    |  15 ++-
 incubator/clients/kroviz/build.gradle.kts          |  11 +-
 incubator/clients/kroviz/pom.xml                   |  96 ++++++++++-----
 .../isis/client/kroviz/core/event/LogEntry.kt      |   7 +-
 incubator/pom.xml                                  |   4 +-
 isis-parent/pom.xml                                |   2 +-
 .../DomainModelTest_usingBadDomain.java            | 133 +++++++++++++++++++--
 .../DomainModelTest_usingGoodDomain.java           |  16 +--
 .../OrphanedMemberSupportDetection.java}           |  50 +++-----
 .../MemberDetection.java}                          |  78 +-----------
 .../model/good/ProperMemberSupportDiscovery.java   | 118 +-----------------
 starters/pom.xml                                   |   4 +-
 tooling/pom.xml                                    |   2 +-
 23 files changed, 336 insertions(+), 342 deletions(-)
 copy regressiontests/stable/src/main/java/org/apache/isis/testdomain/model/{good/ProperMemberOverloadingWhenInherited.java => bad/OrphanedMemberSupportDetection.java} (62%)
 copy regressiontests/stable/src/main/java/org/apache/isis/testdomain/model/{good/ProperMemberSupportDiscovery.java => base/MemberDetection.java} (73%)