You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Jayesh (JIRA)" <ji...@apache.org> on 2016/12/08 22:17:58 UTC

[jira] [Closed] (EAGLE-517) develop branch is actually broken with missing dependencies

     [ https://issues.apache.org/jira/browse/EAGLE-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jayesh closed EAGLE-517.
------------------------
    Resolution: Won't Fix

> 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: ( or not sure if this is simply left over usages that needs to be removed )
> 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)