Fork me on GitHub
#tools-deps
<
2020-04-16
>
flipmokid07:04:40

Hi. What's the best way of adding java source to a deps.edn project? I have one java file that will be used as the entrypoint to the code that will call into the clojure code. It's there because Azure Function lib uses reflection on the method's arguements to determine how to convert data before passing it in and looks at the parameterised types used.

andy.fingerhut07:04:49

I do not know the best way, as I haven't personally used this in a project before. I can tell you that this project claims to support the compilation of Java source files in a project that uses deps.edn. Exactly how, and whether it suits your purposes, is best determined by you: https://github.com/EwenG/badigeon

flipmokid09:04:01

Thanks @U0CMVHBL2 I'll give it a try.

flipmokid16:04:17

Thanks @U097654L8, that looks really good.