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

jedis version up #14

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

jedis version up #14

wants to merge 7 commits into from

Conversation

morita-kuma
Copy link

  1. updated to 2.7.3 from 2.4.2
  2. replace a deplicated method

@divarvel
Copy link
Collaborator

divarvel commented Mar 9, 2016

Hi, can you squash the commits modifying the pom.xml please?

Other than that, looks good to me.

@graingert
Copy link
Collaborator

@moli9ma can you rebase this on the latest master please?

@@ -58,8 +58,7 @@ trait Dress {
}

def get(k: String): Option[String] = {
val f = j.get(k)
if (f == null) None else Some(f)
Option(j.get(k))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an unrelated fix, can you move it to another PR

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will send this as another PR!

@dontgitit
Copy link

@pk11 Hey, could you take another look at this and merge/release when you get the chance? FWIW looks like #4 was trying to solve the same issue, can probably close that one out

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.

4 participants