This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch 3959-static.weaving
in repository https://gitbox.apache.org/repos/asf/causeway.git
omit 2d7d6bcc7d6 CAUSEWAY-3959: adds weaving profile
omit 86e99b3b3c2 CAUSEWAY-3959: converts abstract ApplicationTenancy to an
interface
omit f68dd64bac1 CAUSEWAY-3959: converts abstract ApplicationPermission to
an interface
omit d5c4431aa54 CAUSEWAY-3959: fixes permission mapping in prev. commits
omit a03c58cb474 CAUSEWAY-3959: converts abstract ApplicationUser to an
interface
omit 0cfebe1e290 CAUSEWAY-3959: converts abstract ApplicationRole to an
interface
add e2ac0ee30a6 Bump com.google.errorprone:error_prone_annotations from
2.46.0 to 2.47.0
add f2c975be208 Merge pull request #3389 from
apache/dependabot/maven/main/com.google.errorprone-error_prone_annotations-2.47.0
add 724bacfc886 Bump com.approvaltests:approvaltests from 26.6.1 to 26.7.1
add e455c24dfaa Merge pull request #3392 from
apache/dependabot/maven/main/com.approvaltests-approvaltests-26.7.1
add c91a8e0ac41 Bump org.webjars:jquery-ui from 1.14.1 to 1.14.2
add aa826fb29da Merge pull request #3387 from
apache/dependabot/maven/main/org.webjars-jquery-ui-1.14.2
add eb240af2caa Bump org.apache.maven.plugins:maven-dependency-plugin
add b499adef946 Merge pull request #3388 from
apache/dependabot/maven/main/org.apache.maven.plugins-maven-dependency-plugin-3.10.0
add 380240e87c0 Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to
4.0.5
add d881366e6e1 Merge pull request #3385 from
apache/dependabot/maven/main/jakarta.xml.bind-jakarta.xml.bind-api-4.0.5
add 28c358580ea Bump org.jruby:jruby from 10.0.2.0 to 10.0.3.0
add 51c8387bd8d Merge pull request #3393 from
apache/dependabot/maven/main/org.jruby-jruby-10.0.3.0
add 00683ea9149 CAUSEWAY-3964: cleanup unused action (from prev. commits)
add b493ae7c7a8 CAUSEWAY-3964: inspect arbitrary type (new UI actions)
add 17f34184733 CAUSEWAY-3959: converts abstract ApplicationRole to an
interface
add 9d0a422e7d4 CAUSEWAY-3959: converts abstract ApplicationUser to an
interface
add 3fb2dd19fd8 CAUSEWAY-3959: fixes permission mapping in prev. commits
add 2ca23639b3b CAUSEWAY-3959: converts abstract ApplicationPermission to
an interface
add 1fadf790cbe CAUSEWAY-3959: converts abstract ApplicationTenancy to an
interface
add 282b37a7649 CAUSEWAY-3959: adds weaving profile
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 (2d7d6bcc7d6)
\
N -- N -- N refs/heads/3959-static.weaving (282b37a7649)
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.
No new revisions were added by this update.
Summary of changes:
api/schema/pom.xml | 4 +-
bom/pom.xml | 6 +-
.../metamodel/CausewayModuleCoreMetamodel.java | 4 ++
.../inspect/model/MetamodelInspectMenu.java | 80 ++++++++++++++++++++++
.../inspect/model/MetamodelInspectView.java | 20 ++++--
.../core/metamodel/inspect/model/TypeNode.java | 9 ---
parent/pom.xml | 2 +-
valuetypes/asciidoc/pom.xml | 2 +-
8 files changed, 104 insertions(+), 23 deletions(-)
create mode 100644
core/metamodel/src/main/java/org/apache/causeway/core/metamodel/inspect/model/MetamodelInspectMenu.java