You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/07/17 06:52:48 UTC

[isis] branch ISIS-2801 updated (48f4f37 -> 229c680)

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

danhaywood pushed a change to branch ISIS-2801
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 48f4f37  ISIS-2801: adds support for ClobJpaEmbeddable also
     add 229c680  ISIS-2801: polishing

No new revisions were added by this update.

Summary of changes:
 .../domain/src/main/java/demoapp/dom/menubars.layout.xml    |  7 ++++---
 .../web/src/main/java/demoapp/web/DemoAppManifestJpa.java   |  4 ++--
 .../java/demoapp/webapp/wicket/jdo/DemoAppWicketJdo.java    | 13 ++++++-------
 .../java/demoapp/webapp/wicket/jpa/DemoAppWicketJpa.java    | 13 ++++++-------
 .../persistence/jpa/applib/types/BlobJpaEmbeddable.java     |  2 ++
 .../persistence/jpa/applib/types/ClobJpaEmbeddable.java     |  2 ++
 6 files changed, 22 insertions(+), 19 deletions(-)