Skip to content

Conversation

@seongjinyoon
Copy link
Contributor

What changes were proposed in this PR?

Added a shortcut command sbt jooqgen to run JOOQ code generation independently of compilation. Previously (#3746) , JOOQ code generation was integrated into the build process and ran automatically. However, in some cases, developers may want to run it after compilation or independently of it.

# Generate JOOQ classes
sbt jooqgen

Any related issues, documentation, discussions?

Closes #3917

How was this PR tested?

Verified sbt jooqgen successfully generates JOOQ classes.

Was this PR authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added feature dependencies Pull requests that update a dependency file labels Nov 17, 2025
@aglinxinyuan aglinxinyuan requested a review from Copilot November 17, 2025 22:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

scalaVersion := "2.13.12",
publishMavenStyle := true
publishMavenStyle := true,
addCommandAlias("jooqgen", "DAO/jooqGenerate")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we can add this to DAO project, instead of the texera root project?

@aglinxinyuan
Copy link
Contributor

This PR is not necessary since sbt jooqGenerate already exists.

@seongjinyoon seongjinyoon deleted the feat/add-sbt-jooq-code-generation branch November 20, 2025 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add shortcut for JOOQ code generation in sbt

3 participants