2Toad / node-teradata

Teradata for Node.js
MIT License
6 stars 5 forks source link

Support JDK 9 #32

Open JasonPierce opened 7 years ago

JasonPierce commented 7 years ago

Presently, node-teradata only supports JDK 8 (1.8.0 u112). The lib may already work with JDK 9, but no testing has been done.

Start with testing all functionality against JDK 9. If necessary make changes to the lib to support JDK 9. If any breaking changes are necessary, move this ticket to milestone 2.0.0.

Acceptance Criteria

  1. Supports JDK 9 (9.0.1)
  2. Still works with JDK 8 (1.8.0 u112)