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 d1b9b39f53 Merge remote-tracking branch 'origin/master' into spring6
add a09f71a7cf ISIS-3306: Schema: generate '@Named' annotations
new 7ada06b573 Merge remote-tracking branch 'origin/master' into spring6
new e605244f56 ISIS-3306: [Schema] Generation fixes
The 2 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:
.../supplemental-ui/schema/common/common-2.0.xsd | 2 +-
antora/supplemental-ui/schema/common/common.xsd | 2 +-
api/schema/pom.xml | 155 +++++--
api/schema/src/main/java/module-info.java | 1 +
.../causeway/schema/metamodel/metamodel-2.0.xsd | 386 ----------------
.../schema/bindings.xjb => schema/bindings.xml} | 10 +-
.../apache/causeway => }/schema/chg/chg-2.0.xsd | 11 +-
.../apache/causeway => }/schema/cmd/cmd-2.0.xsd | 34 +-
.../causeway => }/schema/common/common-2.0.xsd | 69 ++-
.../apache/causeway => }/schema/ixn/ixn-2.0.xsd | 40 +-
.../resources/schema/metamodel/metamodel-2.0.xsd | 498 +++++++++++++++++++++
11 files changed, 758 insertions(+), 450 deletions(-)
delete mode 100644
api/schema/src/main/resources/org/apache/causeway/schema/metamodel/metamodel-2.0.xsd
rename api/schema/src/main/resources/{org/apache/causeway/schema/bindings.xjb
=> schema/bindings.xml} (88%)
rename api/schema/src/main/resources/{org/apache/causeway =>
}/schema/chg/chg-2.0.xsd (91%)
rename api/schema/src/main/resources/{org/apache/causeway =>
}/schema/cmd/cmd-2.0.xsd (86%)
rename api/schema/src/main/resources/{org/apache/causeway =>
}/schema/common/common-2.0.xsd (74%)
rename api/schema/src/main/resources/{org/apache/causeway =>
}/schema/ixn/ixn-2.0.xsd (87%)
create mode 100644
api/schema/src/main/resources/schema/metamodel/metamodel-2.0.xsd