This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch ISIS-3267
in repository https://gitbox.apache.org/repos/asf/isis.git
discard 2a37193aee ISIS-3267: fixes compile issue
discard acf171f880 ISIS-3267: improves RunBackgroundCommands, run each command
in its own transaction.
discard 4ba2f1bf99 ISIS-3255: improves some docs
add 05d7d4d932 ISIS-3272: support menu bars layout loading based on mime
type (in principal)
add 0f4de40846 ISIS-3272: move config section 'Application' from
viewer/wicket to viewer/common
add 70d7fb4ea9 ISIS-3272: regr. test fixes (re. prev. commit)
add ff9e6a777e ISIS-3272: move config entries 'js' and 'css' from
viewer/common/application to viewer/wicket
new b36fd1e27a ISIS-3255: improves some docs
new 8a9da8b86b ISIS-3267: improves RunBackgroundCommands, run each command
in its own transaction.
new d7fc1cbe69 ISIS-3267: fixes compile issue
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2a37193aee)
\
N -- N -- N refs/heads/ISIS-3267 (d7fc1cbe69)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 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:
.../MenuBarsLoaderService_010-implementation.adoc | 8 +-
.../applib/services/grid/GridLoaderService.java | 4 +-
.../services/menu/MenuBarsLoaderService.java | 29 +-
.../applib/services/menu/MenuBarsService.java | 2 -
.../causeway/applib/value/NamedWithMimeType.java | 36 +++
.../core/config/CausewayConfiguration.java | 317 +++++++++++----------
.../services/layout/LayoutServiceDefault.java | 5 +-
.../runtimeservices/src/main/java/module-info.java | 1 -
.../CausewayModuleCoreRuntimeServices.java | 8 +-
.../MenuBarsLoaderServiceBootstrap.java} | 108 ++++---
...erviceBS.java => MenuBarsServiceBootstrap.java} | 26 +-
.../RuntimeServicesTestAbstract.java | 12 +-
.../menubars/bootstrap/MenuBarsServiceBSTest.java | 9 +-
.../confmenu/ConfigurationViewServiceDefault.java | 4 +-
.../_infra/resources/AsciiDocReaderService.java | 2 +-
.../resources/MarkupVariableResolverService.java | 8 +-
.../demo/domain/src/main/resources/application.yml | 12 +-
.../vaadin/ui/pages/login/VaadinLoginView.java | 10 +-
.../viewer/vaadin/ui/pages/main/TabUtil.java | 4 +-
.../testdomain/rest/MenuBarsResourceTest.java | 42 +--
.../stable/src/main/resources/application.yml | 11 +-
.../branding/BrandingUiServiceDefault.java | 4 +-
.../services/menu/MenuUiServiceDefault.java | 2 +
.../viewer/wicket/model/models/AboutModel.java | 6 +-
.../wicket/model/models/HasCommonContext.java | 10 +
.../wicket/ui/components/about/AboutPanel.java | 2 +-
.../wicket/ui/components/footer/FooterPanel.java | 6 +-
.../viewer/wicket/ui/pages/PageAbstract.java | 8 +-
.../viewer/wicket/ui/pages/WebPageBase.java | 2 +-
.../accmngt/AccountManagementPageAbstract.java | 6 +-
.../password_reset/PasswordResetEmailPanel.java | 2 +-
.../accmngt/signup/RegistrationFormPanel.java | 2 +-
.../wicket/ui/pages/mmverror/MmvErrorPage.java | 8 +-
33 files changed, 404 insertions(+), 312 deletions(-)
rename
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/menubars/{MenuBarsLoaderServiceDefault.java
=> bootstrap/MenuBarsLoaderServiceBootstrap.java} (53%)
rename
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/menubars/bootstrap/{MenuBarsServiceBS.java
=> MenuBarsServiceBootstrap.java} (96%)