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 5f80b1b801 CAUSEWAY-3676: adds test to download from URL
discard e5cffada53 CAUSEWAY-3676: adds support for retrieving blob bytes via
rest controller;
add 70816cbccc Merge pull request #2208 from apache/CAUSEWAY-3676
add 1e0b3896a8 CAUSEWAY-3676: backports deprecation fix from spring6
add d32504e4c9 CAUSEWAY-3676: test pom cleanup
add 7cb4100507 Bump com.github.jnr:jnr-posix from 3.1.18 to 3.1.19
add 376751db3c Merge pull request #2213 from
apache/dependabot/maven/master/com.github.jnr-jnr-posix-3.1.19
add 420ce8a3fa Bump com.github.jnr:jnr-enxio from 0.32.16 to 0.32.17
add ca0b60de8b Merge pull request #2214 from
apache/dependabot/maven/master/com.github.jnr-jnr-enxio-0.32.17
add c6ce78ad2e Bump com.github.jnr:jnr-ffi from 2.2.15 to 2.2.16
add e28defaf2b Merge pull request #2212 from
apache/dependabot/maven/master/com.github.jnr-jnr-ffi-2.2.16
add 2e7f45800c CAUSEWAY-2445: disable breaking tests for isis build
new d5a6515397 CAUSEWAY-3676: adds support for retrieving blob bytes via
rest controller;
new 5aa9317523 CAUSEWAY-3676: adds test to download from URL
new 4f83e1478e CAUSEWAY-3676: scrubs bookmarks for repeatability; removes
the ugly 'gqlv_' part of the default prefixes
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 (5f80b1b801)
\
N -- N -- N refs/heads/CAUSEWAY-3676 (4f83e1478e)
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 3 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:
.../core/config/CausewayConfiguration.java | 4 ++--
valuetypes/asciidoc/ui/pom.xml | 6 +++---
.../model/domain/GqlvAssociationDatatype.java | 6 ++----
.../model/domain/GqlvCollectionDatatype.java | 1 -
.../graphql/model/domain/GqlvMetaCssClass.java | 7 +++----
.../viewer/graphql/model/domain/GqlvMetaGrid.java | 7 +++----
.../graphql/model/domain/GqlvMetaIconName.java | 7 +++----
.../graphql/model/domain/GqlvMetaLayout.java | 7 +++----
.../graphql/model/domain/GqlvPropertyDatatype.java | 8 --------
.../graphql/model/domain/GqlvPropertySet.java | 12 +++++------
.../model/marshallers/ScalarMarshallerObject.java | 16 +++------------
.../graphql/model/types/TypeMapperDefault.java | 22 ++++++++------------
viewers/graphql/test/pom.xml | 15 +++-----------
...ayViewerGraphqlTestModuleIntegTestAbstract.java | 16 ++++++++++++++-
.../e2e/queryandmutations/Admin_IntegTest.java | 6 ++----
.../queryandmutations/Calculator_IntegTest.java | 6 ++----
.../DepartmentMutating_IntegTest.java | 4 ----
...Department_IntegTest.find_all_departments._.gql | 2 +-
...nt_IntegTest.find_all_departments.approved.json | 12 +++++------
...d_department_and_add_staff_member_choices._.gql | 3 +--
...ment_and_add_staff_member_choices.approved.json | 9 +++-----
...est.find_department_and_add_staff_members._.gql | 3 +--
..._department_and_add_staff_members.approved.json | 9 +++-----
...Mutating_IntegTest.change_department_name._.gql | 2 +-
.../DeptHeadMutating_IntegTest.java | 4 ----
.../queryandmutations/StaffMutating_IntegTest.java | 3 ---
...Mutating_IntegTest.staff_member_edit_name._.gql | 2 +-
...gTest.create_staff_member_with_department._.gql | 4 ++--
...eate_staff_member_with_department.approved.json | 4 ++--
...member_by_name_and_download_photo.approved.json | 2 +-
.../e2e/queryandmutations/Staff_IntegTest.java | 12 +++++------
..._IntegTest.list_all_staff_members.approved.json | 10 ++++-----
.../test/e2e/scenario/Calculator_IntegTest.java | 1 -
...IntegTest.find_department_and_change_name._.gql | 2 +-
...t.find_department_and_change_name.approved.json | 2 +-
.../test/e2e/scenario/Department_IntegTest.java | 1 -
.../schema/GqlSchemaQuery_print_IntegTest.java | 3 ---
.../integration/GraphQlSourceForCauseway.java | 24 ++--------------------
38 files changed, 93 insertions(+), 171 deletions(-)