GitHub user heartmoving opened a pull request:
https://github.com/apache/usergrid/pull/404
USERGRID Code Compile Error
in project (usergrid-core) , a error is code compile ï¼
class full path is:
org.apache.usergrid.corepersistence.service.ConnectionServiceImpl
method error at :
.map( deletedEdge -> new ConnectionScope( applicationScope, deletedEdge ) );
error info:
The constructor ConnectionScope(ApplicationScope, Object) is undefined
------------------------------------------------
Develop Environment:
I use Jdk is 1.8
ide is eclipse
web server is jetty
please help me, thank you very much!
-------------------------------------------------
Error Screenshots:

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/usergrid USERGRID-1044
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/404.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #404
----
commit 1195ce85fefcc8334b38f6e79cc8a2c53ce9ce10
Author: Mike Dunker <[email protected]>
Date: 2015-10-20T20:37:34Z
USERGRID-1044: set default retry count to 0
also, retry count was being used as the total number of attempts
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---