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 a95503b3bb Merge pull request #1230 from
apache/dependabot/maven/spring6/vaadin.version-23.2.9
add c0abfa29eb Bump vaadin.version from 23.2.8 to 23.2.9
add 50ca36b8e9 Merge pull request #1229 from
apache/dependabot/maven/master/vaadin.version-23.2.9
add e61456cc7e ISIS-3293: new revised java-doc for ViewModel
add 5b996b7bbb ISIS-3293: resolve arbitrary args for ViewModel construction
add f9f9aef6e4 ISIS-3293: revert viewmodel changes from prev. commit;
support constructor inject semantics
add e64c29c989 ISIS-3293: update java-doc
add 65e354f0e8 Bump spring-boot from 2.7.5 to 2.7.6
add 4e859bdc0b ISIS-2445: dependabot: customized label for spring6 branch
add 8057ee84f1 ISIS-2445: dependabot: customized label for master branch
add 1bc93908c3 Bump prism from 1.28.0 to 1.29.0
add 3881ffa078 Merge pull request #1232 from
apache/dependabot/maven/master/org.webjars.bowergithub.prismjs-prism-1.29.0
new 19e048c046 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:
.github/dependabot.yml | 9 +-
.../java/org/apache/causeway/applib/ViewModel.java | 38 +++++++--
.../services/appfeatui/ApplicationNamespace.java | 2 +
.../applib/services/appfeatui/ApplicationType.java | 2 +
.../services/appfeatui/ApplicationTypeAction.java | 2 +
.../appfeatui/ApplicationTypeCollection.java | 2 +
.../services/appfeatui/ApplicationTypeMember.java | 14 +--
.../appfeatui/ApplicationTypeProperty.java | 2 +
bom/pom.xml | 2 +-
commons/src/main/java/module-info.java | 2 +
.../commons/internal/reflection/_ClassCache.java | 14 +++
core/config/pom.xml | 4 +-
.../progmodel/ProgrammingModelConstants.java | 45 +++++++---
.../ViewModelSemanticCheckingFacetFactory.java | 22 +++--
.../ViewModelFacetForViewModelInterface.java | 99 +++++++++++++++++++---
.../dom/domain/_interactions/InteractionDtoVm.java | 2 +
.../feature/api/ApplicationFeatureChoices.java | 1 +
.../dom/mixins/perms/UserPermissionViewModel.java | 1 +
.../testdomain/factory/ViewModelFactoryTest.java | 70 +++++++++++----
starters/pom.xml | 4 +-
viewers/commons/prism/pom.xml | 2 +-
21 files changed, 263 insertions(+), 76 deletions(-)