You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/15 05:57:46 UTC

[causeway] branch spring6 updated (2fc71ffe32 -> 3e45654470)

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/causeway.git


    from 2fc71ffe32 Merge pull request #1485 from apache/dependabot/maven/spring6/org.webjars-jquery-3.6.4
     add 69acc47b5f CAUSEWAY-3310: [Demo] Action Layout Annotation - flesh out associateWith and sequence
     add f0c3cac570 CAUSEWAY-3310: [Demo] Action Layout Annotation - flesh out cssClass
     add 03057f0439 CAUSEWAY-3310: [Demo] Action Layout Annotation - flesh out cssClassFa
     add 6d24a31434 CAUSEWAY-3310: [Demo] Action Layout Annotation - flesh out describedAs
     add 2c668a1153 CAUSEWAY-3310: [Demo] Action Layout Annotation - flesh out named
     add 56cdaf3665 CAUSEWAY-3310: [Demo] Action Layout Annotation - flesh out hidden
     add 9cecd73d69 CAUSEWAY-2445: for the legacy (isis) build use 'layout-v1' xsd urls
     add 159f260dfc CAUSEWAY-2445: for the legacy (isis) build use 'layout-v1' xsd urls (2)
     add 8bbc0e31a8 CAUSEWAY-3374: [Programming Model] Mark ActionLayout#redirectPolicy deprecated
     add 3155d6a366 Bump maven-surefire-report-plugin from 3.0.0-M9 to 3.0.0
     add 89a631031b Merge pull request #1484 from apache/dependabot/maven/master/org.apache.maven.plugins-maven-surefire-report-plugin-3.0.0
     add ce30d70ba0 Bump jquery from 3.6.3 to 3.6.4
     new 3e45654470 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:
 .../pages/index/annotation/ActionLayout.adoc       |  25 +-
 ...{ExecutionLogger.adoc => PageRenderLogger.adoc} |  12 +-
 .../publishing/spi/PageRenderSubscriber.adoc       |  70 +++
 .../causeway/applib/annotation/ActionLayout.java   |  16 +-
 core/adoc/modules/_overview/pages/about.adoc       | 472 ++++++++++++++++-----
 .../ActionLayoutAssociateWithVm-description.adoc   |  21 +-
 .../associateWith/ActionLayoutAssociateWithVm.java |  18 +-
 .../ActionLayoutCssClassVm-description.adoc        |  13 +-
 .../cssClass/ActionLayoutCssClassVm.java           |   8 +-
 .../ActionLayoutCssClassFaVm-description.adoc      |  15 +-
 .../cssClassFa/ActionLayoutCssClassFaVm.java       |  22 +-
 .../ActionLayoutDescribedAsVm-description.adoc     |  10 +-
 .../describedAs/ActionLayoutDescribedAsVm.java     |   5 +-
 .../hidden/ActionLayoutHiddenVm-description.adoc   |  10 +-
 .../ActionLayout/hidden/ActionLayoutHiddenVm.java  |   4 +-
 .../named/ActionLayoutNamedVm-description.adoc     |  12 +-
 .../ActionLayout/named/ActionLayoutNamedVm.java    |   8 +-
 .../ActionLayoutSequenceVm-description.adoc        |  15 +-
 .../sequence/ActionLayoutSequenceVm.java           |  21 +-
 scripts/ci/rename-all-published-sources.jsh        |  16 +-
 .../viewer/wicketapp/config/JQueryInitWkt.java     |   4 +-
 21 files changed, 625 insertions(+), 172 deletions(-)
 copy antora/components/refguide-index/modules/applib/pages/index/services/publishing/log/{ExecutionLogger.adoc => PageRenderLogger.adoc} (73%)
 create mode 100644 antora/components/refguide-index/modules/applib/pages/index/services/publishing/spi/PageRenderSubscriber.adoc


[causeway] 01/01: Merge remote-tracking branch 'origin/master' into spring6

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 3e456544703257ce274f4ee5763227a31bf6773b
Merge: 2fc71ffe32 ce30d70ba0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 15 06:57:41 2023 +0100

    Merge remote-tracking branch 'origin/master' into spring6

 .../pages/index/annotation/ActionLayout.adoc       |  25 +-
 .../services/publishing/log/PageRenderLogger.adoc  |  20 +-
 .../publishing/spi/PageRenderSubscriber.adoc       |  70 +++
 .../causeway/applib/annotation/ActionLayout.java   |  16 +-
 core/adoc/modules/_overview/pages/about.adoc       | 472 ++++++++++++++++-----
 .../ActionLayoutAssociateWithVm-description.adoc   |  21 +-
 .../associateWith/ActionLayoutAssociateWithVm.java |  18 +-
 .../ActionLayoutCssClassVm-description.adoc        |  13 +-
 .../cssClass/ActionLayoutCssClassVm.java           |   8 +-
 .../ActionLayoutCssClassFaVm-description.adoc      |  15 +-
 .../cssClassFa/ActionLayoutCssClassFaVm.java       |  22 +-
 .../ActionLayoutDescribedAsVm-description.adoc     |  10 +-
 .../describedAs/ActionLayoutDescribedAsVm.java     |   5 +-
 .../hidden/ActionLayoutHiddenVm-description.adoc   |  10 +-
 .../ActionLayout/hidden/ActionLayoutHiddenVm.java  |   4 +-
 .../named/ActionLayoutNamedVm-description.adoc     |  12 +-
 .../ActionLayout/named/ActionLayoutNamedVm.java    |   8 +-
 .../ActionLayoutSequenceVm-description.adoc        |  15 +-
 .../sequence/ActionLayoutSequenceVm.java           |  21 +-
 scripts/ci/rename-all-published-sources.jsh        |  16 +-
 .../viewer/wicketapp/config/JQueryInitWkt.java     |   4 +-
 21 files changed, 631 insertions(+), 174 deletions(-)

diff --cc examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/associateWith/ActionLayoutAssociateWithVm.java
index 591cc28e02,dd483d3b72..f123008caa
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/associateWith/ActionLayoutAssociateWithVm.java
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/associateWith/ActionLayoutAssociateWithVm.java
@@@ -18,11 -18,12 +18,12 @@@
   */
  package demoapp.dom.domain.actions.ActionLayout.associateWith;
  
 -import javax.inject.Named;
 -import javax.xml.bind.annotation.XmlAccessType;
 -import javax.xml.bind.annotation.XmlAccessorType;
 -import javax.xml.bind.annotation.XmlElement;
 -import javax.xml.bind.annotation.XmlRootElement;
 -import javax.xml.bind.annotation.XmlType;
 +import jakarta.inject.Named;
 +import jakarta.xml.bind.annotation.XmlAccessType;
 +import jakarta.xml.bind.annotation.XmlAccessorType;
++import jakarta.xml.bind.annotation.XmlElement;
 +import jakarta.xml.bind.annotation.XmlRootElement;
 +import jakarta.xml.bind.annotation.XmlType;
  
  import org.apache.causeway.applib.annotation.Action;
  import org.apache.causeway.applib.annotation.ActionLayout;