Skip to content

cleanup#134

Merged
p-hoffmann merged 2 commits intodevelopfrom
p-hoffmann/c1
Mar 4, 2026
Merged

cleanup#134
p-hoffmann merged 2 commits intodevelopfrom
p-hoffmann/c1

Conversation

@p-hoffmann
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 4, 2026 06:43
@p-hoffmann p-hoffmann merged commit 3dc932c into develop Mar 4, 2026
7 checks passed
Copy link
Copy Markdown
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.

Pull request overview

Removes a JitPack dependency from the Clojure CLI (deps.edn) configuration for the plugins/bao/java TrexSQL codebase.

Changes:

  • Removed com.github.p-hoffmann/trexsql-java from plugins/bao/java/deps.edn.
Comments suppressed due to low confidence (1)

plugins/bao/java/deps.edn:9

  • Removing com.github.p-hoffmann/trexsql-java from deps.edn likely breaks clj/tools.build workflows: Clojure code imports org.trex.TrexEngine and com.sun.jna.Pointer (e.g., trexsql.native/trexsql.db), but deps.edn doesn’t include net.java.dev.jna/jna and :paths also doesn’t include the local java/ sources to provide org.trex.TrexEngine. Either keep this dependency (if it provides those classes), or add the missing JNA dependency and ensure the java/ sources are on the classpath and compiled for the deps.edn build path.
 :deps {org.clojure/clojure {:mvn/version "1.11.1"}
        org.clojure/tools.cli {:mvn/version "1.1.230"}
        org.clojure/tools.logging {:mvn/version "1.3.0"}
        org.clojure/data.json {:mvn/version "2.5.0"}
        com.github.seancorfield/honeysql {:mvn/version "2.6.1203"}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants