Skip to content
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

Guava's CacheBuilder missing in shaded jar #143

Closed
mp911de opened this issue Oct 2, 2015 · 0 comments
Closed

Guava's CacheBuilder missing in shaded jar #143

mp911de opened this issue Oct 2, 2015 · 0 comments
Labels
type: bug A general bug
Milestone

Comments

@mp911de
Copy link
Collaborator

mp911de commented Oct 2, 2015

NoClassDefFoundError when using the shaded jar (simple connection creation using the sync API)

java.lang.NoClassDefFoundError: com/lambdaworks/com/google/common/cache/CacheBuilder
at com.lambdaworks.redis.FutureSyncInvocationHandler.<init>(FutureSyncInvocationHandler.java:37)
at com.lambdaworks.redis.AbstractRedisClient.syncHandler(AbstractRedisClient.java:312)
at com.lambdaworks.redis.RedisClient.connect(RedisClient.java:272)
at com.lambdaworks.redis.RedisClient.connect(RedisClient.java:241)
at com.lambdaworks.redis.RedisClient.connect(RedisClient.java:227)
@mp911de mp911de added the type: bug A general bug label Oct 2, 2015
@mp911de mp911de added this to the 3.3.1.Final milestone Oct 2, 2015
mp911de added a commit that referenced this issue Oct 2, 2015
The cache package is used for method caching and was not included within the shaded jar.

Conflicts:
	pom.xml
mp911de added a commit that referenced this issue Oct 2, 2015
The cache package is used for method caching and was not included within the shaded jar.

Conflicts:
	pom.xml
mp911de added a commit that referenced this issue Oct 2, 2015
The cache package is used for method caching and was not included within the shaded jar.
@mp911de mp911de closed this as completed Oct 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant