spring-framework/spring-jdbc/src
Sam Brannen 7c756027a0 Deprecate internal APIs in ScriptUtils in spring-jdbc
Many of the utility methods in ScriptUtils are public only because they
were once invoked from JdbdTestUtils in spring-test, which is no longer
the case. Consequently, there should no longer be a need for any
external clients to invoke such methods.

To address this, this commit formally deprecates the following methods
in ScriptUtils in spring-jdbc.

- readScript(...)
- containsSqlScriptDelimiters(...)
- splitSqlScript(...)

Closes gh-26947
2021-05-18 15:43:54 +02:00
..
main Deprecate internal APIs in ScriptUtils in spring-jdbc 2021-05-18 15:43:54 +02:00
test Deprecate internal APIs in ScriptUtils in spring-jdbc 2021-05-18 15:43:54 +02:00