You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/01/15 08:54:32 UTC

[isis] branch 2263-Update_RO_spec updated (230d671 -> 179b3a6)

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

ahuber pushed a change to branch 2263-Update_RO_spec
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 230d671  ISIS-2263: revert ui.yml to its former untainted state
     add 179b3a6  ISIS-2263: JaxbAdapters: add support for bute[] and Clob

No new revisions were added by this update.

Summary of changes:
 .../UrlEncodingServiceWithCompression.java         |  14 ---
 .../org/apache/isis/applib/util/JaxbAdapters.java  | 133 ++++++++++++++++-----
 .../apache/isis/applib/util/JaxbAdaptersTest.java  | 106 ++++++++++++++++
 .../isis/core/commons/internal/base/_Bytes.java    |  20 +++-
 4 files changed, 226 insertions(+), 47 deletions(-)
 create mode 100644 api/applib/src/test/java/org/apache/isis/applib/util/JaxbAdaptersTest.java