spring-framework/spring-jdbc
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
..
src Deprecate internal APIs in ScriptUtils in spring-jdbc 2021-05-18 15:43:54 +02:00
spring-jdbc.gradle Use Gradle test fixture support for spring-beans and spring-context 2020-01-02 16:01:34 +01:00