This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch 3913-grid.fixes
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 20b95695618 CAUSEWAY-3913: reapply changes to JaxbUtils (works now)
add 1bd01cf9799 CAUSEWAY-3913: only entity/viewmodel require a grid facet
No new revisions were added by this update.
Summary of changes:
.../apache/causeway/applib/layout/grid/Grid.java | 20 ++
.../layout/grid/bootstrap/BSClearFixHidden.java | 7 +-
.../layout/grid/bootstrap/BSClearFixVisible.java | 20 +-
.../applib/layout/grid/bootstrap/BSCol.java | 51 ++--
.../layout/grid/bootstrap/BSElementAbstract.java | 7 +-
.../applib/layout/grid/bootstrap/BSGridDto.java | 18 +-
.../applib/layout/grid/bootstrap/BSRow.java | 28 +-
.../applib/layout/grid/bootstrap/BSRowContent.java | 8 +-
.../applib/layout/grid/bootstrap/BSTab.java | 13 +-
.../applib/layout/grid/bootstrap/BSTabGroup.java | 27 +-
.../metamodel/facets/object/grid/BSGridFacet.java | 16 ++
.../facets/object/grid/GridFacetFactory.java | 45 ++-
.../services/grid/GridSystemServiceAbstract.java | 2 +-
.../services/grid/bootstrap/GridConverter.java | 11 +-
...hPdfJsViewer_IntegTest.dump_facets.approved.xml | 19 +-
..._MixinDomain_IntegTest.dump_facets.approved.xml | 19 +-
.../MetaModelRegressionTest.verify.approved.xml | 310 ++++-----------------
17 files changed, 235 insertions(+), 386 deletions(-)