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

Add Nonnull and Nullable annotations and minor behaviour fixes #15442

Merged
merged 2 commits into from
Oct 22, 2019

Commits on Oct 22, 2019

  1. Add Nonnull and Nullable annotations and minor behaviour fixes

    Adds Nonnull and Nullable annotations to HazelcastInstance,
    CardinalityEstimator, IExecutor, DurableExecutor, QuorumService and some
    others.
    Aligned some behaviour of client and member-side when it comes to
    behaviour with null parameters.
    Added FunctionalInterface to MemberSelector and cleaned up some JDK8
    code.
    Matko Medenjak committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ad04b5a View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Matko Medenjak committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ab4d10b View commit details
    Browse the repository at this point in the history