Spring batch param migration (#3124)

* small change to support change to string length of spring batch execution parameters

* added comment to indicate function is empty on purpose

* added javadoc for this method to note it's for overriding purpose

Co-authored-by: Steven Li <steven@smilecdr.com>
This commit is contained in:
StevenXLi 2021-10-29 12:46:36 -04:00 committed by GitHub
parent 9b23e9e825
commit 39577ebe11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -75,6 +75,18 @@ public class HapiFhirJpaMigrationTasks extends BaseMigrationTasks<VersionEnum> {
init530();
init540(); // 20210218 - 20210520
init550(); // 20210520 -
init560(); // 20211027 -
}
private void init560() {
init560_20211027();
}
/**
* Mirgation for the batch job parameter size change. Overriding purposes only.
*/
protected void init560_20211027() {
// nothing
}
private void init550() {