Hi friends,
     Trying to build from source but ran into this .... I shouldn't be on
the develop branch ?

--------------

/Users/jramnara/git/geode/geode-core/src/test/java/org/apache/geode/management/internal/security/MultiUserDUnitTest.java:62:
error: reference to invokeAsync is ambiguous

    AsyncInvocation vm1Invoke = vm1.invokeAsync("run as data-reader", () ->
{

                                   ^

  both method invokeAsync(String,SerializableRunnableIF) in VM and method
<T>invokeAsync(String,SerializableCallableIF<T>) in VM match

  where T is a type-variable:

    T extends Object declared in method
<T>invokeAsync(String,SerializableCallableIF<T>)

/Users/jramnara/git/geode/geode-core/src/test/java/org/apache/geode/security/templates/LdapUserAuthenticator.java:89:
warning: LdapCtxFactory is internal proprietary API and may be removed in a
future release

    env.put(Context.INITIAL_CONTEXT_FACTORY,
com.sun.jndi.ldap.LdapCtxFactory.class.getName());

                                                              ^

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

Note: Some input files use unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

1 error

1 warning

:geode-core:compileTestJava FAILED

--------


-----
Jags
SnappyData blog <http://www.snappydata.io/blog>
Download binary, source <https://github.com/SnappyDataInc/snappydata>

Reply via email to