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

feat!: upgrade to Java 8 and JDBC 4.2 #397

Merged
merged 5 commits into from Mar 22, 2021
Merged

feat!: upgrade to Java 8 and JDBC 4.2 #397

merged 5 commits into from Mar 22, 2021

Commits on Mar 18, 2021

  1. feat!: upgrade to Java 8 and JDBC 4.2

    Upgrade to Java 8 and implement new methods added in Java 8 for JDBC.
    Drops support for Java 7.
    
    Closes #396
    olavloite committed Mar 18, 2021
    Copy the full SHA
    996ddf0 View commit details
    Browse the repository at this point in the history
  2. fix: remove Java 7 from CI

    olavloite committed Mar 18, 2021
    Copy the full SHA
    de4845c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ab68800 View commit details
    Browse the repository at this point in the history
  4. test: add tests for batches

    olavloite committed Mar 18, 2021
    Copy the full SHA
    c68e019 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. build: remove java7 configs

    olavloite committed Mar 19, 2021
    Copy the full SHA
    8536899 View commit details
    Browse the repository at this point in the history