[jboss-jira] [JBoss JIRA] (DROOLS-933) Allow to optionally pass a dependency filter when creating KieModuleMetaData
Mario Fusco (JIRA)
issues at jboss.org
Wed Sep 30 08:05:00 EDT 2015
Mario Fusco created DROOLS-933:
----------------------------------
Summary: 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
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