[#4017] jooq-meta-3.5.0.xsd is not valid XSD 1.0
This commit is contained in:
parent
fe49812b2a
commit
dcff603068
@ -96,7 +96,7 @@
|
||||
<schemaDirectory>src/main/resources/xsd</schemaDirectory>
|
||||
<bindingDirectory>src/main/resources/xjb/meta</bindingDirectory>
|
||||
<schemaIncludes>
|
||||
<include>jooq-meta-3.5.0.xsd</include>
|
||||
<include>jooq-meta-3.5.2.xsd</include>
|
||||
</schemaIncludes>
|
||||
<generatePackage>org.jooq.util.xml.jaxb</generatePackage>
|
||||
<args>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
<jaxb:globalBindings>
|
||||
|
||||
<!-- Force all classes implements Serializable -->
|
||||
<xjc:serializable uid="350" />
|
||||
<xjc:serializable uid="352" />
|
||||
|
||||
<!-- [#2401] Trim unnecessary whitespace from configuration -->
|
||||
<xjc:javaType name="java.lang.String" xmlType="xs:string" adapter="org.jooq.util.jaxb.tools.TrimAdapter"/>
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
<!-- Annotate the following classes with @SuppressWarnings -->
|
||||
<jaxb:bindings schemaLocation="../../xsd/jooq-meta-3.5.0.xsd" multiple="true" node="//xs:complexType">
|
||||
<jaxb:bindings schemaLocation="../../xsd/jooq-meta-3.5.2.xsd" multiple="true" node="//xs:complexType">
|
||||
<annox:annotate>
|
||||
<annox:annotate annox:class="java.lang.SuppressWarnings" value="all" />
|
||||
</annox:annotate>
|
||||
|
||||
@ -81,7 +81,7 @@ public final class Constants {
|
||||
/**
|
||||
* The current jooq-meta XSD file name.
|
||||
*/
|
||||
public static final String XSD_META = "jooq-meta-3.5.0.xsd";
|
||||
public static final String XSD_META = "jooq-meta-3.5.2.xsd";
|
||||
|
||||
/**
|
||||
* The current jooq-meta XML namespace.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user