Jayesh created EAGLE-517:
----------------------------
Summary: develop branch is actually broken with missing
dependencies
Key: EAGLE-517
URL: https://issues.apache.org/jira/browse/EAGLE-517
Project: Eagle
Issue Type: Bug
Reporter: Jayesh
I see that module: eagle-application-management is removed (dont have more
context) in develop branch (but it is there in master branch).
so here are some issues it has caused:
1) it makes "com.typesafe.akka" dependency for module: eagle-webservice go
missing because it is not added to any other or respective pom.
2) ApplicationSchedulerListener.java has invalid imports
{code}
import org.apache.eagle.service.application.AppManagerConstants;
import org.apache.eagle.stream.application.scheduler.ApplicationScheduler;
{code}
and it still uses class constant like {code}
AppManagerConstants.APP_COMMAND_LOADER_ENABLED {code}
Also, same with EagleServiceProfileInitializer.java
{code}
import org.apache.eagle.stream.application.scheduler.ApplicationScheduler;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)