[jboss-jira] [JBoss JIRA] (DROOLS-933) Allow to optionally pass a dependency filter when creating KieModuleMetaData

Mario Fusco (JIRA) issues at jboss.org
Thu Oct 1 11:05:00 EDT 2015


     [ https://issues.jboss.org/browse/DROOLS-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco closed DROOLS-933.
------------------------------
    Fix Version/s: 6.4.x
       Resolution: Done


Implemented by https://github.com/droolsjbpm/drools/commit/45f51fded

> Allow to optionally pass a dependency filter when creating KieModuleMetaData
> ----------------------------------------------------------------------------
>
>                 Key: DROOLS-933
>                 URL: https://issues.jboss.org/browse/DROOLS-933
>             Project: Drools
>          Issue Type: Feature Request
>            Reporter: Mario Fusco
>            Assignee: Mario Fusco
>             Fix For: 6.4.x
>
>
> When creating the meta data for a given KieModule it is required to optionally filter its dependencies with the following filtering interface:
> {code}
> public interface DependencyFilter {
>     boolean accept(ReleaseId releaseId, String scope);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list