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

Backport of PR #7975 #7977

Merged
merged 2 commits into from
Apr 22, 2016
Merged

Conversation

ihsandemir
Copy link
Contributor

Backports PR #7975
When using InstanceOfPredicate, the server side toObject method causes NullPointerException, since the classloader is not set and it is null. This fix uses the default classloader if it is not set by the config to avoid the null pointer exception.

@ihsandemir ihsandemir self-assigned this Apr 18, 2016
@ihsandemir ihsandemir added this to the 3.6.3 milestone Apr 18, 2016
…bject method causes NullPointerException, since the classloader is not set and it is null. This fix uses the default classloader if it is not set by the config to avoid the null pointer exception.
@ihsandemir ihsandemir merged commit b6934ee into hazelcast:maintenance-3.x Apr 22, 2016
@ihsandemir ihsandemir deleted the backportPR7975 branch April 22, 2016 07:04
ihsandemir added a commit to ihsandemir/hazelcast-cpp-client that referenced this pull request Apr 25, 2016
ihsandemir added a commit to hazelcast/hazelcast-cpp-client that referenced this pull request Apr 25, 2016
* Backport of PR #89.
Predicates implementation (#89)

* Added builtin predicates
* Added and predicate.
* Added missing methods in ObjectDataOutput and ObjectDataInput for read/writeObject and added BetweenPredicate.
* EqualPredicate
* GreaterLessPredicate
* LikePredicate
* InPredicate
* InstanceOfPredicate
* Not and NotEqual
* OrPredicate
* RegExPredicate
* Added Predicate interface, ClientMapTest not compiling due to PagingPredicate.
* PagingPredicate
* Predicate with EntryListener is added.
* Added values with predicate test
* testEntrySetWithPredicateTest and testKeySetWithPredicateTest added
* RawPointerMap API is corrected.
* Changed the DataArray and EntryArray interfaces. Made the PagingPredicate work for primitives.
* Fix for setAnchor
* Update To map test and raw pointer examples
* Added example for builtin predicate queries.
* Added entry listener with different predicates tests.

* Changed the server version to 3.6.3-SNAPSHOT. Needed the fix for InstanceOfPredicate PR hazelcast/hazelcast#7977
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Client Type: Defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants