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/causeway.git
from 64263ab218 CAUSEWAY-3743: adds TimeZoneChoiceProvider SPI to customize
zone choices
add 209229019f CAUSEWAY-3741 - Enables hyphen in namespace
add fcdeddcaa2 Merge branch 'master' of https://github.com/apache/causeway
add e7dada6fd4 Test for hyphenated object name being converted to
camelCase for graphql
new 7e0ab963e3 Merge pull request #2410 from bkalbfus/master
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:
.../viewer/graphql/model/domain/TypeNames.java | 12 +-
...{Calculator.java => CalculatorNameVariant.java} | 4 +-
...torNameVariant_IntegTest.each.hyphenated._.gql} | 2 +-
...ariant_IntegTest.each.hyphenated.approved.json} | 2 +-
...t.java => CalculatorNameVariant_IntegTest.java} | 2 +-
viewers/graphql/test/src/test/resources/schema.gql | 1278 ++++++++++++++++++++
6 files changed, 1294 insertions(+), 6 deletions(-)
copy
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/domain/calc/{Calculator.java
=> CalculatorNameVariant.java} (98%)
copy
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/calc/{Calculator_IntegTest.each.add_doubles._.gql
=> CalculatorNameVariant_IntegTest.each.hyphenated._.gql} (72%)
copy
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/calc/{Calculator_IntegTest.each.add_doubles.approved.json
=> CalculatorNameVariant_IntegTest.each.hyphenated.approved.json} (76%)
copy
viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/calc/{Calculator_IntegTest.java
=> CalculatorNameVariant_IntegTest.java} (95%)