Get jar with all transitive dependencies #883
-
Hello, I am trying to test the library's functionality by writing an inline java UDF, I used Basically this is the code I am trying to test, hoping that it will give me some basic attributes like Browser, OS, Device type etc
Can you help me get a fat jar to test the code or please verify if the above agent object will give results for attributes like WebAppName along with common attributes (Browser, OS, Device type etc) ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
To me it is very unclear what you are doing here. My current impression is that your question is not a Yauaa problem but a problem with your project. I have made a very simple demo project part of the integration tests that you can use as a reference to compare For you I think just copying this example and remove the toolchain plugin from the pom.xml should give you a basic starting point. |
Beta Was this translation helpful? Give feedback.
To me it is very unclear what you are doing here.
You use the snowflake udf jar and then show java code and ask for the transitive dependencies.
You also mention toolchain problems which are purely your build software.
My current impression is that your question is not a Yauaa problem but a problem with your project.
I have made a very simple demo project part of the integration tests that you can use as a reference to compare
https://github.com/nielsbasjes/yauaa/tree/main/analyzer/src/it/JavaPlain/Java17
For you I think just copying this example and remove the toolchain plugin from the pom.xml should give you a basic starting point.