This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
     new 8bfec7a1b3 ISIS-3306: Schema gen.: fixes 'Serializable' not being 
processed
8bfec7a1b3 is described below

commit 8bfec7a1b3982661591994d91141fb125ef7d1a6
Author: Andi Huber <[email protected]>
AuthorDate: Mon Dec 12 17:54:39 2022 +0100

    ISIS-3306: Schema gen.: fixes 'Serializable' not being processed
---
 .../src/main/resources/org/apache/causeway/schema/common/common-2.0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/api/schema/src/main/resources/org/apache/causeway/schema/common/common-2.0.xsd
 
b/api/schema/src/main/resources/org/apache/causeway/schema/common/common-2.0.xsd
index 47685f2274..3425c8e4f1 100644
--- 
a/api/schema/src/main/resources/org/apache/causeway/schema/common/common-2.0.xsd
+++ 
b/api/schema/src/main/resources/org/apache/causeway/schema/common/common-2.0.xsd
@@ -25,7 +25,7 @@
            xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; jaxb:version="2.1"
            xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc";
            xmlns:annox="http://annox.dev.java.net";
-           jaxb:extensionBindingPrefixes="annox">
+           jaxb:extensionBindingPrefixes="xjc annox">
            
        <xs:annotation>
           <xs:appinfo>

Reply via email to