X Tutup
Skip to content

Remove Google Guava as dependency#134

Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
aslakknutsen:remove_guava
Jan 27, 2015
Merged

Remove Google Guava as dependency#134
marcuslinke merged 1 commit intodocker-java:masterfrom
aslakknutsen:remove_guava

Conversation

@aslakknutsen
Copy link
Copy Markdown
Contributor

This pull request is the start of an attempt to slim down the docker-java footprint a bit.

Guava is a 2.3MB library and is used within docker-java primarily as a replacement for

if(obj == null) {
   throw new NullPointerException();
}

marcuslinke added a commit that referenced this pull request Jan 27, 2015
Remove Google Guava as dependency
@marcuslinke marcuslinke merged commit d451336 into docker-java:master Jan 27, 2015
@marcuslinke
Copy link
Copy Markdown
Contributor

@aslakknutsen Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup