Fork me on GitHub
#boot-dev
<
2018-01-09
>
martinklepsch12:01:11

@micha @alandipert if you have a moment can you clarify the differences between base.jar and base-jar-with-dependencies.jar— from what I can see: - base.jar: built with mvn -q install - -with-depdendencies: built with mvn -q assembly:assembly - both are similar in size Could we eliminate one of them? do we need both?

martinklepsch13:01:04

Actually it seems that the base.jar after mvn -q install is only 16K — only after the assembly plugin runs the filesize goes to about 10M. Interestingly all the jars for boot/base on Clojars are 8M+ which makes me think, maybe we never uploaded the 16K jar?

martinklepsch13:01:00

also it seems that boot/base hasn’t been downloaded nearly as much as other boot jars

richiardiandrea16:01:45

Not tested, just read and seems fine.

richiardiandrea16:01:57

Can probably do it, I am working a bit on the other boot patch anyways today

richiardiandrea21:01:20

Hi folks @martinklepsch & al. I was aiming at providing a test for #544 but I ended up refactoring tests a bit, I will open a WIP PR

alandipert22:01:13

martinklepsch re: base.jar i don't know. but i pinged micha, if you don't hear from him in the next day or few let me know and i can pester him again 😃