You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/24 13:37:13 UTC

[causeway] branch master updated (464c7192f3 -> 6070a1b747)

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 464c7192f3 causeway logo asf candidates
     add 482e51140d CAUSEWAY-3330: adds composite value RO test case
     add b979444638 CAUSEWAY-3330: provide the proper utility for transport of {@link ValueDecomposition} over REST
     add e634fad9fc CAUSEWAY-3330: render comp. val. RO with type="ValueDecomposition[base64/zlib]"
     new 6070a1b747 Merge pull request #1452 from apache/3330-RO.composite.values

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:
 .../applib/value/semantics/ValueDecomposition.java | 12 ++-
 .../applib/value/CalendarEventSemantics.java       |  2 +-
 .../causeway/testdomain/rest/RestServiceTest.java  | 92 +++++++++-------------
 .../testdomain/jdo/JdoInventoryResource.java       |  8 +-
 .../testdomain/util/rest/RestEndpointService.java  | 19 +++++
 .../applib/dtos/ScalarValueDtoV2.java              | 67 +++++++++++++---
 .../client/src/main/java/module-info.java          |  1 +
 .../client/ActionParameterListBuilder.java         | 10 +++
 .../restfulobjects/client/ResponseDigest.java      |  9 +++
 .../restfulobjects/client/ResponseDigester.java    | 18 +----
 .../restfulobjects/client/RestfulClient.java       | 11 +++
 ...ntentNegotiationServiceOrgApacheCausewayV2.java | 45 +++++++----
 .../JsonValueEncoderServiceDefault.java            | 12 +++
 .../viewer/resources/JsonParserHelper.java         |  4 +-
 14 files changed, 209 insertions(+), 101 deletions(-)


[causeway] 01/01: Merge pull request #1452 from apache/3330-RO.composite.values

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/causeway.git

commit 6070a1b7474e9c05e0915c9cad660709542644dc
Merge: 464c7192f3 e634fad9fc
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Feb 24 14:37:08 2023 +0100

    Merge pull request #1452 from apache/3330-RO.composite.values
    
    CAUSEWAY-3330: Composite value type support for RO

 .../applib/value/semantics/ValueDecomposition.java | 12 ++-
 .../applib/value/CalendarEventSemantics.java       |  2 +-
 .../causeway/testdomain/rest/RestServiceTest.java  | 92 +++++++++-------------
 .../testdomain/jdo/JdoInventoryResource.java       |  8 +-
 .../testdomain/util/rest/RestEndpointService.java  | 19 +++++
 .../applib/dtos/ScalarValueDtoV2.java              | 67 +++++++++++++---
 .../client/src/main/java/module-info.java          |  1 +
 .../client/ActionParameterListBuilder.java         | 10 +++
 .../restfulobjects/client/ResponseDigest.java      |  9 +++
 .../restfulobjects/client/ResponseDigester.java    | 18 +----
 .../restfulobjects/client/RestfulClient.java       | 11 +++
 ...ntentNegotiationServiceOrgApacheCausewayV2.java | 45 +++++++----
 .../JsonValueEncoderServiceDefault.java            | 12 +++
 .../viewer/resources/JsonParserHelper.java         |  4 +-
 14 files changed, 209 insertions(+), 101 deletions(-)