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 71a0918086 Merge pull request #1377 from 
apache/dependabot/maven/spring6/io.swagger.parser.v3-swagger-parser-v3-2.1.11
     add 95cb0ad42d ISIS-3328: refactors DocumentationService to provide a 
ViewModel instead of just a Markup
     add f2d6f1527e ISIS-3328: DefaultHelpVm: cache the markup content
     add d45925b6ef Bump spring-boot.version from 2.7.7 to 2.7.8
     add d33eb655d4 Merge pull request #1381 from 
apache/dependabot/maven/master/spring-boot.version-2.7.8
     add 78591613c2 Bump spring-boot-starter-parent from 2.7.7 to 2.7.8
     add 7434fafe67 Merge pull request #1379 from 
apache/dependabot/maven/master/org.springframework.boot-spring-boot-starter-parent-2.7.8
     add d18ab3f3de Bump spring-boot-maven-plugin from 2.7.7 to 2.7.8
     add 2a8e33a6f4 Merge pull request #1380 from 
apache/dependabot/maven/master/org.springframework.boot-spring-boot-maven-plugin-2.7.8
     add e77726c42a Bump font-awesome from 6.2.0 to 6.2.1
     add 30c5b9c082 Bump swagger-parser from 2.1.10 to 2.1.11
     add ac6f3a907e ISIS-3328: remove Documentation Service from applib
     add 59d48f94d9 ISIS-3328: fixes prev. commit
     add 25c35caaaf ISIS-3332: fixes Collection View throws when less than 2 
Collection Presentations available
     new 479cec8893 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:
 api/applib/src/main/java/module-info.java          |  1 -
 .../runtimeservices/src/main/java/module-info.java |  2 +-
 .../CausewayModuleCoreRuntimeServices.java         |  4 ++
 .../core/runtimeservices/helpui/DefaultHelpVm.java | 55 ++++++++++++----------
 .../helpui/DefaultHelpVm.layout.xml                | 37 +++++++++++++++
 .../runtimeservices/helpui/DocumentationMenu.java  | 50 ++++++++++----------
 .../helpui}/DocumentationService.java              | 10 ++--
 .../DocumentationServiceDefault.java               | 16 ++++---
 .../src/main/java/demoapp/dom/menubars.layout.xml  |  5 ++
 .../bookmarkedpages/BookmarkedPagesPanel.java      |  3 +-
 .../CollectionPresentationSelectorPanel.java       |  3 +-
 .../CollectionContentsMultipleViewsPanel.java      |  3 +-
 .../entity/collection/EntityCollectionPanel.java   |  2 +-
 .../entity/header/EntityHeaderPanel.java           |  3 +-
 .../scalars/image/JavaAwtImagePanel.java           |  3 +-
 .../viewer/wicket/ui/panels/PanelAbstract.java     | 15 ------
 16 files changed, 128 insertions(+), 84 deletions(-)
 copy 
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/progmodel/depargs/DemoItem.java
 => 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/helpui/DefaultHelpVm.java
 (50%)
 create mode 100644 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/helpui/DefaultHelpVm.layout.xml
 rename 
api/applib/src/main/java/org/apache/causeway/applib/services/documentation/DocumentationServiceMenu.java
 => 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/helpui/DocumentationMenu.java
 (54%)
 rename 
{api/applib/src/main/java/org/apache/causeway/applib/services/documentation => 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/helpui}/DocumentationService.java
 (73%)
 rename 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/{documentation
 => helpui}/DocumentationServiceDefault.java (98%)

Reply via email to