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

danhaywood pushed a change to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git


 discard f3cd97b0da CAUSEWAY-3676: reorg imports is all
 discard bd77ee5bb7 CAUSEWAY-3676: use addChildFieldFor where possible; removes 
'grid' from test; adds clob controller
 discard 4f83e1478e CAUSEWAY-3676: scrubs bookmarks for repeatability; removes 
the ugly 'gqlv_' part of the default prefixes
 discard 5aa9317523 CAUSEWAY-3676: adds test to download from URL
 discard d5a6515397 CAUSEWAY-3676: adds support for retrieving blob bytes via 
rest controller;
     add b28284eea1 CAUSEWAY-3404: adds annotation DisabledIfRunningWithSurefire
     add c638d193cb CAUSEWAY-3404: removes unused import in prev. commit
     new 4e63787388 CAUSEWAY-3676: adds support for retrieving blob bytes via 
rest controller;
     new f69ed4d8a9 CAUSEWAY-3676: adds test to download from URL
     new 9a2276ea4a CAUSEWAY-3676: scrubs bookmarks for repeatability; removes 
the ugly 'gqlv_' part of the default prefixes
     new 8b42a17e24 CAUSEWAY-3676: use addChildFieldFor where possible; removes 
'grid' from test; adds clob controller
     new 70e30a4e95 CAUSEWAY-3676: reorg imports is all
     new 411b81cb00 CAUSEWAY-3676: fixes integ test, adds clob as url, speeds 
up interpolation
     new 74bcab882d CAUSEWAY-3676: further removal of unnecessary work
     new 61dbe87fef CAUSEWAY-3676: experiment if can add multiple fields of 
different types; seemingly not.

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   (f3cd97b0da)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3676 (61dbe87fef)

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.

The 8 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:
 .../annotations/DisabledIfRunningWithSurefire.java |  45 ++--
 .../secondary/fetch/CommandFetcher_Test.java       |   4 +-
 .../domainmodel/MetaModelRegressionTest.java       |   2 -
 .../injecting/jpa/JpaEntityInjectingTest.java      |   4 +-
 ...actionRollbackTest_usingInteractionService.java |   7 +-
 ...actionRollbackTest_usingTransactionService.java |  10 +-
 .../jpa/JpaTransactionScopeListenerTest.java       |   4 +-
 .../testdomain/rest/JsonValueEncoderTest.java      |   1 -
 .../testdomain/rest/RestServiceStressTest.java     |   4 +-
 scripts/ci/rename-all-published-sources.jsh        |  28 +-
 .../annotations/DisabledIfRunningWithSurefire.java |  43 +--
 .../tooling/javamodel/test/AnalyzerTest.java       |   6 +-
 .../graphql/model/domain/GqlvAbstractCustom.java   |   7 +-
 .../viewer/graphql/model/domain/GqlvAction.java    |  13 +-
 .../graphql/model/domain/GqlvActionParam.java      |  18 ++
 .../graphql/model/domain/GqlvActionParams.java     |   5 +
 .../graphql/model/domain/GqlvCollection.java       |  10 +
 .../graphql/model/domain/GqlvDomainObject.java     |  11 +
 .../graphql/model/domain/GqlvDomainService.java    |   4 +
 .../viewer/graphql/model/domain/GqlvMeta.java      |  16 ++
 .../viewer/graphql/model/domain/GqlvProperty.java  |  22 +-
 .../graphql/model/domain/GqlvPropertyGetBlob.java  |  12 +
 .../graphql/model/domain/GqlvPropertyGetClob.java  |  10 +
 .../graphql/model/domain/GqlvScenarioStep.java     |   4 +
 .../model/toplevel/GqlvTopLevelMutation.java       |   4 +
 .../schema/GqlSchemaQuery_print_IntegTest.java     |  31 ---
 ...tegTest.java => GqlSchema_print_IntegTest.java} |   4 +-
 viewers/graphql/test/src/test/resources/schema.gql | 292 ++++++++++-----------
 .../wicket/viewer/wicketapp/CryptFactoryTest.java  |   5 +-
 29 files changed, 359 insertions(+), 267 deletions(-)
 copy 
api/applib/src/main/java/org/apache/causeway/applib/annotation/ParameterTuple.java
 => 
core/internaltestsupport/src/main/java/org/apache/causeway/core/internaltestsupport/annotations/DisabledIfRunningWithSurefire.java
 (53%)
 copy 
api/applib/src/main/java/org/apache/causeway/applib/annotation/ParameterTuple.java
 => 
testing/unittestsupport/applib/src/main/java/org/apache/causeway/testing/unittestsupport/applib/annotations/DisabledIfRunningWithSurefire.java
 (57%)
 delete mode 100644 
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/schema/GqlSchemaQuery_print_IntegTest.java
 rename 
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/schema/{AbstractGqlSchema_print_IntegTest.java
 => GqlSchema_print_IntegTest.java} (94%)

Reply via email to