Merge branch '2.4.x'

See gh-25826
This commit is contained in:
Andy Wilkinson 2021-03-30 09:25:42 +01:00
commit 66e857f2c5
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ public class BatchProperties {
/** /**
* Return the datasource schema. * Return the datasource schema.
* @return the schema * @return the schema
* @deprecated as of 2.5 for removal in 2.7 in favor of {@link Jdbc#getSchema()} * @deprecated since 2.5 for removal in 2.7 in favor of {@link Jdbc#getSchema()}
*/ */
@Deprecated @Deprecated
@DeprecatedConfigurationProperty(replacement = "spring.batch.jdbc.schema") @DeprecatedConfigurationProperty(replacement = "spring.batch.jdbc.schema")
@ -55,7 +55,7 @@ public class BatchProperties {
/** /**
* Return the table prefix. * Return the table prefix.
* @return the table prefix * @return the table prefix
* @deprecated as of 2.5 for removal in 2.7 in favor of {@link Jdbc#getTablePrefix()} * @deprecated since 2.5 for removal in 2.7 in favor of {@link Jdbc#getTablePrefix()}
*/ */
@Deprecated @Deprecated
@DeprecatedConfigurationProperty(replacement = "spring.batch.jdbc.table-prefix") @DeprecatedConfigurationProperty(replacement = "spring.batch.jdbc.table-prefix")
@ -71,7 +71,7 @@ public class BatchProperties {
/** /**
* Return whether the schema should be initialized. * Return whether the schema should be initialized.
* @return the initialization mode * @return the initialization mode
* @deprecated as of 2.5 for removal in 2.7 in favor of * @deprecated since 2.5 for removal in 2.7 in favor of
* {@link Jdbc#getInitializeSchema()} * {@link Jdbc#getInitializeSchema()}
*/ */
@Deprecated @Deprecated