aglinxinyuan commented on PR #6225: URL: https://github.com/apache/texera/pull/6225#issuecomment-4910164914
Follow-up: `jooq-codegen` also needs to move to 3.19.36 (not just the runtime). `javac` runs with `-Xlint:deprecation -Werror`, and a 3.16 codegen generates a `TableImpl(Table, ForeignKey, Table)` call that the 3.19 runtime deprecates, which broke `DAO / Compile` across every module. Verified locally with Temurin 17.0.19 that `DAO/Compile/compile` (codegen 3.19.36 + runtime 3.19.36) is clean under `-Werror`. Description updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
