-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
Expected behavior
Jedis should run using JDK1.7
Actual behavior
It still uses 1.6 accroding to pom.xml below
<plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin>
Steps to reproduce:
Please create a reproducible case of your problem. Make sure
that case repeats consistently and it's not random
1.
2.
3.
Redis / Jedis Configuration
Jedis version:
Redis version:
Java version:
Upgrade to 1.7
Metadata
Metadata
Assignees
Labels
No labels