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 59f04fcaff Merge remote-tracking branch 'origin/master' into spring6
add edd4dc93ec ISIS-3320: declares all framework modules under
<dependencyManagement> of causeway-bom
add 636a8e9f07 ISIS-3320: improves docs for setting up Eclipse
add 8d8e01f5b1 Merge pull request #1357 from apache/ISIS-3320
add 3aee62ab6f ISIS-3304: adds some byte IO algorithms (basically for
JUnit testing)
add 558a1ec834 ISIS-3304: fixes regression with DtoMapper
add b4e1b03f1c ISIS-3304: minor cleanup after prev. commit
new e5c9fa3632 Merge remote-tracking branch 'origin/master' into spring6
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:
.../setupguide/modules/eclipse/pages/about.adoc | 197 +--
.../applib/util/schema/InteractionDtoUtils.java | 2 +-
.../util/schema/MemberExecutionDtoUtils.java | 22 +-
.../applib/util/JaxbUtilsDtoCloneTest.java | 83 ++
bom/current-hierarchy.drawio.png | Bin 136479 -> 0 bytes
bom/pom.xml | 1288 +++++++++++++++++++-
.../causeway/commons/internal/base/_Bytes.java | 69 +-
core/pom.xml | 286 +----
.../plural/DomainObjectLayoutPluralVm.java | 19 +-
extensions/pom.xml | 391 ------
extensions/vro/cors/pom.xml | 10 -
mavendeps/pom.xml | 50 +-
.../subscriber/ExecutionSubscriberForTesting.java | 6 +-
security/shiro/pom.xml | 29 +-
.../modules/parent-pom/attachments/parent-pom.pptx | Bin 49485 -> 0 bytes
.../parent-pom/images/current-hierarchy.drawio.png | Bin 0 -> 142027 bytes
.../parent-pom/images/parent-pom.drawio.svg | 4 -
.../parent-pom/images/pom-hierarchy.drawio.png | Bin 0 -> 184350 bytes
starters/adoc/modules/parent-pom/pages/about.adoc | 4 +-
starters/pom.xml | 129 +-
testing/pom.xml | 102 --
valuetypes/markdown/pom.xml | 13 -
valuetypes/pom.xml | 131 +-
23 files changed, 1683 insertions(+), 1152 deletions(-)
create mode 100644
api/applib/src/test/java/org/apache/causeway/applib/util/JaxbUtilsDtoCloneTest.java
delete mode 100644 bom/current-hierarchy.drawio.png
delete mode 100644 starters/adoc/modules/parent-pom/attachments/parent-pom.pptx
create mode 100644
starters/adoc/modules/parent-pom/images/current-hierarchy.drawio.png
delete mode 100644
starters/adoc/modules/parent-pom/images/parent-pom.drawio.svg
create mode 100644
starters/adoc/modules/parent-pom/images/pom-hierarchy.drawio.png