This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git
from bc1e0613d3 ISIS-3275: remove superfluous deps (left over from
troubleshooting)
add bb003fe6c1 ISIS-3275: re-implement OutboxClient on top of RestClient
(1)
add 8d65df4883 ISIS-3275: re-implement OutboxClient on top of RestClient
(2)
add 2777a195ff ISIS-3275: re-implement OutboxClient on top of RestClient
(3)
add b7076bfafa ISIS-3275: re-implement OutboxClient on top of RestClient
(4)
add 72f653d655 ISIS-3275: re-implement OutboxClient on top of RestClient
(5)
add a7e244f5ff ISIS-3275: re-implement OutboxClient on top of RestClient
(6)
new 0ae277e4c0 ISIS-3275: merge from 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:
.../causeway/applib/client/SuppressionType.java | 8 +-
bom/pom.xml | 53 ++-----
...nthesizedMergedAnnotationInvocationHandler.java | 19 +--
.../applib/restapi/OutboxRestApi.java | 2 -
extensions/core/executionoutbox/restclient/pom.xml | 143 +++----------------
.../executionoutbox/restclient/api/Jsonable.java | 27 ----
.../restclient/api/OutboxClient.java | 156 ++++++++-------------
.../executionoutbox/restclient/api/_Jaxb.java | 92 ------------
.../restclient/api/delete/DeleteMessage.java | 30 +---
.../restclient/api/delete/IntValue.java | 7 +-
.../restclient/api/delete/StringValue.java | 7 +-
.../api/deleteMany/DeleteManyMessage.java | 27 +---
.../restclient/integtests/RestEndpointService.java | 3 +-
.../secondary/fetch/CommandFetcher.java | 20 +--
.../testdomain/util/rest/RestEndpointService.java | 29 ++--
.../client/src/main/java/module-info.java | 6 +-
.../restfulobjects/client/ResponseDigest.java | 66 +--------
.../restfulobjects/client/ResponseDigester.java | 127 +++++++++++++++++
.../restfulobjects/client/RestfulClient.java | 120 ++++++++--------
.../restfulobjects/client/RestfulClientConfig.java | 43 +++++-
.../client/RestfulClientMediaType.java | 96 +++++++++++++
21 files changed, 469 insertions(+), 612 deletions(-)
delete mode 100644
extensions/core/executionoutbox/restclient/src/main/java/org/apache/causeway/extensions/executionoutbox/restclient/api/Jsonable.java
delete mode 100644
extensions/core/executionoutbox/restclient/src/main/java/org/apache/causeway/extensions/executionoutbox/restclient/api/_Jaxb.java
create mode 100644
viewers/restfulobjects/client/src/main/java/org/apache/causeway/viewer/restfulobjects/client/ResponseDigester.java
create mode 100644
viewers/restfulobjects/client/src/main/java/org/apache/causeway/viewer/restfulobjects/client/RestfulClientMediaType.java