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

Upgrade the JDK versin to 1.7 #1333

Closed
smadasu opened this issue Jul 2, 2016 · 1 comment
Closed

Upgrade the JDK versin to 1.7 #1333

smadasu opened this issue Jul 2, 2016 · 1 comment

Comments

@smadasu
Copy link
Contributor

smadasu commented Jul 2, 2016

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

smadasu added a commit to smadasu/jedis that referenced this issue Jul 2, 2016
@marcosnils
Copy link
Contributor

Fixed by #1334

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

No branches or pull requests

2 participants