[
https://issues.apache.org/jira/browse/EAGLE-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jayesh updated EAGLE-517:
-------------------------
Affects Version/s: v0.5.0
Fix Version/s: v0.5.0
> 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
> Affects Versions: v0.5.0
> Reporter: Jayesh
> Fix For: v0.5.0
>
>
> 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)