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 #396

Closed
olavloite opened this issue Mar 18, 2021 · 0 comments · Fixed by #397
Closed

feat!: Upgrade to Java 8 #396

olavloite opened this issue Mar 18, 2021 · 0 comments · Fixed by #397
Assignees
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@olavloite
Copy link
Collaborator

olavloite commented Mar 18, 2021

Upgrade to Java 8 and JDBC 4.2. Drop Java 7 support.

See https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/jdbc_42.html for an overview of the changes in JDBC between Java 7 and Java 8.

@olavloite olavloite added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Mar 18, 2021
@olavloite olavloite self-assigned this Mar 18, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner-jdbc API. label Mar 18, 2021
olavloite added a commit that referenced this issue Mar 18, 2021
Upgrade to Java 8 and implement new methods added in Java 8 for JDBC.
Drops support for Java 7.

Closes #396
thiagotnunes pushed a commit that referenced this issue Mar 22, 2021
* 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

* fix: remove Java 7 from CI

* test: add additional test cases

* test: add tests for batches

* build: remove java7 configs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant