Skip to content

Commit adac38f

Browse files
committed
fixed documented bean class names in jdbc namespace xsd (SPR-8972)
1 parent affa733 commit adac38f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

org.springframework.jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc-3.0.xsd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
<xsd:element name="embedded-database">
1414
<xsd:annotation>
15-
<xsd:documentation
16-
source="java:org.springframework.jdbc.embedded.EmbeddedDataSourceFactoryBean"><![CDATA[
15+
<xsd:documentation source="java:org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean"><![CDATA[
1716
Creates an embedded database instance and makes it available to other beans as a javax.sql.DataSource.
1817
]]></xsd:documentation>
1918
<xsd:appinfo>
@@ -48,7 +47,7 @@
4847

4948
<xsd:element name="initialize-database">
5049
<xsd:annotation>
51-
<xsd:documentation source="java:org.springframework.jdbc.embedded.DataSourceInitializer"><![CDATA[
50+
<xsd:documentation source="java:org.springframework.jdbc.datasource.init.DataSourceInitializer"><![CDATA[
5251
Initializes a database instance with SQL scripts provided in nested <script/> elements.
5352
]]></xsd:documentation>
5453
</xsd:annotation>

org.springframework.jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc-3.1.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<xsd:element name="embedded-database">
1414
<xsd:annotation>
15-
<xsd:documentation source="java:org.springframework.jdbc.embedded.EmbeddedDataSourceFactoryBean"><![CDATA[
15+
<xsd:documentation source="java:org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean"><![CDATA[
1616
Creates an embedded database instance and makes it available to other beans as a javax.sql.DataSource.
1717
]]></xsd:documentation>
1818
<xsd:appinfo>
@@ -47,7 +47,7 @@
4747

4848
<xsd:element name="initialize-database">
4949
<xsd:annotation>
50-
<xsd:documentation source="java:org.springframework.jdbc.embedded.DataSourceInitializer"><![CDATA[
50+
<xsd:documentation source="java:org.springframework.jdbc.datasource.init.DataSourceInitializer"><![CDATA[
5151
Initializes a database instance with SQL scripts provided in nested <script/> elements.
5252
]]></xsd:documentation>
5353
</xsd:annotation>

0 commit comments

Comments
 (0)