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/22 14:42:55 UTC

[isis] branch master updated (764e863 -> d305b8f)

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


 discard 764e863  ISIS-2158: don't log 'connection abort' when request-url ends with .css
 discard 5d3388d  ISIS-2158: supposed thread-safety fix for EntityPage serialization (2)
 discard ad1cc65  ISIS-2158: don't NPE on collectionLayoutData not found
 discard f05bb7c  ISIS-2158: supposed thread-safety fix for EntityPage serialization

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (d305b8f)
            \
             O -- O -- O   (764e863)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../layout/component/ActionLayoutDataOwner.java    |  4 +-
 .../layout/component/CollectionLayoutData.java     | 21 +++---
 .../isis/applib/layout/component/FieldSet.java     | 31 ++++-----
 .../layout/component/PropertyLayoutData.java       | 14 ++--
 .../isis/applib/layout/grid/bootstrap3/BS3Col.java | 15 ++---
 .../concurrent/_ConcurrentListWrapper.java         | 77 ----------------------
 .../commons/internal/exceptions/_Exceptions.java   | 35 ----------
 .../services/grid/GridLoaderServiceDefault.java    | 16 ++---
 .../grid/bootstrap3/GridSystemServiceBS3.java      | 20 +++---
 .../diagnostics/IsisLogOnExceptionFilter.java      |  7 --
 .../wicket/model/models/EntityCollectionModel.java |  8 ++-
 11 files changed, 57 insertions(+), 191 deletions(-)
 delete mode 100644 core/commons/src/main/java/org/apache/isis/core/commons/internal/concurrent/_ConcurrentListWrapper.java