-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heavy transitive dependencies #47
Comments
It was also discussed in Issue #39 |
Thanks @jhpoelen - firstly, at a glance those exclusions looks sensible (assuming you want read only, and no open data formats / excel support) The With that said though, it's used everywhere and like you have discovered developers have generally found reasonable workarounds without too much effort. I suspect this is why it has not been acted upon quickly. If you do find blocking issue that you can't easily get around please do let us know. If you have time and motivation to work on this we also welcome collaboration (on this I suggest a proposal for change needs documented and discussed first as it'll affect several products). |
Thanks for your replies @timrobertson100 and @cgendreau . Here's my proposal :
As far as doing the actual work, I'd be open to hearing your ideas. |
I've moved the spreadsheet handling stuff out of We have both Guava and Apache Commons utils, but I think we use non-basic bits of both (e.g. HTML entity decoder). Freemarker is used to write |
@MattBlissett thanks for making this happen! I've upgraded to v2.3 and noticed the spreadsheet deps have disappeared. Am planning to remove exclusions of com.google.code.findbugs:jsr305, commons-beanutils:commons-beanutils, com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer in future version given your commits gbif/gbif-common@ea2cf9f and b703caa after the v2.3 / v0.42 releases. |
hey y'all -
Thanks for making dwca-io . . . worked pretty good for me so far!
I did notice that the Elton standalone jar significantly grew after adding the dwca-io. After some digger, I found some heavy dependencies like org.apache.poi etc. and found myself excluding dependencies to reduce the jar by 10s of MBs . I am sure that there's a good reason for including the dependencies, so I won't be offended if they stay were they are. Just wanted to share my findings.
Here's the exclusions I am using now:
Hope this helps and curious to hear thoughts.
The text was updated successfully, but these errors were encountered: