[jboss-jira] [JBoss JIRA] (DROOLS-933) Allow to optionally pass a dependency filter when creating KieModuleMetaData
Michael Anstis (JIRA)
issues at jboss.org
Fri Oct 2 05:50:00 EDT 2015
[ https://issues.jboss.org/browse/DROOLS-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114475#comment-13114475 ]
Michael Anstis commented on DROOLS-933:
---------------------------------------
See https://github.com/droolsjbpm/kie-wb-common/pull/97 for changes to *kie-wb-common* following the change in behaviour introduced by this enhancement.
> 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