Skip to content

Commit 5bb1c3e

Browse files
committed
Deprecate SqlXmlObjectMappingHandler
This class is only known to be used in spring-data-jdbc-ext project which was never upgraded to Spring Framework 5.x and is no longer actively developed. Closes gh-11647
1 parent 2a0a002 commit 5bb1c3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/SqlXmlObjectMappingHandler.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -32,7 +32,10 @@
3232
* @since 2.5.5
3333
* @see java.sql.ResultSet#getSQLXML
3434
* @see java.sql.SQLXML
35+
* @deprecated as of Spring Framework 5.1.5 since this class is only known to be used in spring-data-jdbc-ext project
36+
* which was never upgraded to Spring Framework 5.x and is no longer actively developed
3537
*/
38+
@Deprecated
3639
public interface SqlXmlObjectMappingHandler extends SqlXmlHandler {
3740

3841
/**

0 commit comments

Comments
 (0)