Skip to content

Commit b3aefac

Browse files
committed
Remove jibx-marshaller element from spring-oxm.xsd
Closes gh-35699
1 parent b19059f commit b3aefac

File tree

1 file changed

+0
-34
lines changed
  • spring-oxm/src/main/resources/org/springframework/oxm/config

1 file changed

+0
-34
lines changed

spring-oxm/src/main/resources/org/springframework/oxm/config/spring-oxm.xsd

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -46,40 +46,6 @@
4646
</xsd:complexType>
4747
</xsd:element>
4848

49-
<xsd:element name="jibx-marshaller">
50-
<xsd:complexType>
51-
<xsd:annotation>
52-
<xsd:documentation source="java:org.springframework.oxm.jibx.JibxMarshaller">
53-
Defines a JiBX Marshaller. Deprecated as of Spring Framework 5.1.5!
54-
</xsd:documentation>
55-
<xsd:appinfo>
56-
<tool:annotation>
57-
<tool:exports type="org.springframework.oxm.jibx.JibxMarshaller"/>
58-
</tool:annotation>
59-
</xsd:appinfo>
60-
</xsd:annotation>
61-
<xsd:complexContent>
62-
<xsd:extension base="beans:identifiedType">
63-
<xsd:attribute name="target-class" type="classType">
64-
<xsd:annotation>
65-
<xsd:documentation>The target class to be bound with JiBX.</xsd:documentation>
66-
</xsd:annotation>
67-
</xsd:attribute>
68-
<xsd:attribute name="target-package" type="xsd:string">
69-
<xsd:annotation>
70-
<xsd:documentation>The target package for the JiBX binding.</xsd:documentation>
71-
</xsd:annotation>
72-
</xsd:attribute>
73-
<xsd:attribute name="binding-name" type="xsd:string">
74-
<xsd:annotation>
75-
<xsd:documentation>The binding name used by this marshaller.</xsd:documentation>
76-
</xsd:annotation>
77-
</xsd:attribute>
78-
</xsd:extension>
79-
</xsd:complexContent>
80-
</xsd:complexType>
81-
</xsd:element>
82-
8349
<xsd:simpleType name="classType">
8450
<xsd:annotation>
8551
<xsd:documentation source="java:java.lang.Class">A class supported by a marshaller.</xsd:documentation>

0 commit comments

Comments
 (0)