Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
161 stars 68 forks source link

Update JOOQ to the latest version #2638

Closed shengquan-ni closed 2 months ago

shengquan-ni commented 4 months ago

Currently, the JOOQ calls in Texera use an old version of JOOQ. Many methods are deprecated in the latest version. We want to update JOOQ to better support future database changes(migration of SQLite or Postgres).

aglinxinyuan commented 2 months ago

Updated to latest version with Java 11 support.