-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(java): add fat jar APIC-262 #272
Conversation
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still totally clear to me what is the purpose of having such a file, in which case the users will prefer having a bigger file ? For dev purposes ?
perfect then no explanation needed 😁 This includes all the dependencies such as HTTP client and JSON parser, that mean this jar can be used as a standalone without a build system that will download the dependencies, and this is required by some big company |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go then 🚀
algolia/api-clients-automation#272 Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
🧭 What and Why
🎟 JIRA Ticket: APIC-262
Include fat jar including all libs requested by some clients, this make the size of the jar go from
500KB
to3.5MB
It can be accessed has
com.algolia.algoliasearch-core-all:0.0.1-SNAPSHOT
Changes included:
🧪 Test
./gradle/gradlew -p clients/algoliasearch-client-java-2 assemble