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

Added Support for JDK 1.8 #63

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

Added Support for JDK 1.8 #63

wants to merge 15 commits into from

Conversation

tahseen
Copy link

@tahseen tahseen commented Oct 16, 2014

No description provided.

agrison and others added 15 commits September 12, 2014 09:35
Updating jedis version from `v1.5.1` to `v2.5.2`.
Updating the commons-pool (required for tests) to commons-pool2 `v2.2`.
Adding support for enums by mapping `name()`, see
`ConvertorTest.testEnumConvertors()`
Correctly sets the member of type enum to null if needed. Avoiding an
exception because Enum.name() is null.
`JOhm.exists(Foo.class, 1L)` is like testing `JOhm.get(Foo.class, 1L)
== null` except that it directly test for existence avoiding the
complete loading of the entity and its related.
`get` and `find` now accepts a `String… ignoring` in order to avoid
loading certain properties when not needed.
returning field name when crashing on MissingIdException, helps
debugging.
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.

2 participants