This PR introduces a DataFieldMaxValueIncrementer for SQL Server sequences.

Currently, Spring Batch and Spring Cloud Task are using duplicate copies of this incrementer.

It would be great if it is provided by Spring Framework to be used by other projects and avoid code duplication and maintenance.

Comment From: sbrannen

This has been merged into main just in time for 6.0 RC4.

Thanks!