Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate SqlWindowingPagingQueryProvider #4733

Closed
fmbenhassine opened this issue Dec 10, 2024 · 0 comments
Closed

Deprecate SqlWindowingPagingQueryProvider #4733

fmbenhassine opened this issue Dec 10, 2024 · 0 comments

Comments

@fmbenhassine
Copy link
Contributor

As of 5.2.0, SqlWindowingPagingQueryProvider is only extended by DerbyPagingQueryProvider. The usage of this class can be replaced with AbstractSqlPagingQueryProvider.

@fmbenhassine fmbenhassine added this to the 5.2.1 milestone Dec 10, 2024
FBibonne pushed a commit to FBibonne/spring-batch that referenced this issue Feb 2, 2025
Replaces the implementation of `DerbyPagingQueryProvider`
with that corresponding to DB2 and adds an integration test
that failed with the previous implementation.

Deprecates `SqlWindowingPagingQueryProvider` for removal,
which was effectively only used by `DerbyPagingQueryProvider`.

Resolves spring-projects#4733

Signed-off-by: Fabrice Bibonne <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant