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

BATCH-2515: Integrate SAP Hana as supported Spring Batch database #595

Closed
wants to merge 3 commits into from

Commits on Jul 13, 2021

  1. BATCH-2515: Integrate SAP Hana as supported Spring Batch database

    This commit adds SAP HANA as a supported Spring Batch database, enabling
    developers to seamlessly move their existing Spring Batch projects to SAP HANA
    or easily starting new Spring Batch projects on SAP HANA.
    
    This commit contains the following changes:
    
    - Add SAP HANA to the DatabaseType enum
    - Add HanaPagingQueryProvider and tests
    - Add properties files for SAP HANA
    breglerj committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    612f27c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    3e0d0f2 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    breglerj committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    632de9f View commit details
    Browse the repository at this point in the history