We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jedis should run using JDK1.7
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>
<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>
Please create a reproducible case of your problem. Make sure that case repeats consistently and it's not random 1. 2. 3.
Upgrade to 1.7
The text was updated successfully, but these errors were encountered:
Upgrade the JDK versin to 1.7 redis#1333
645f9cd
Upgrade the JDK versin to 1.7 #1333 (#1334)
dacc339
Fixed by #1334
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: