Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DROOLS-1663 Kie DMN doesn't support IMPORT decisions between DMN files #300

Merged
merged 6 commits into from
Mar 27, 2018

Conversation

tarilabs
Copy link
Member

No description provided.

@tarilabs
Copy link
Member Author

Copy link

@winklerm winklerm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good to me, just a few minor comments inline.


Resource getResource();

ResourceConfiguration getResourceConfigutation();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the typo in getResourceConfigutation.

ResourceConfiguration getResourceConfigutation();

/**
* callback executed on `kbuilder` as a paramenter in {@link KieAssemblerService}, which will be executed before performing {@link KieAssemblerService#addResource(Object, Resource, ResourceType, ResourceConfiguration)} for the given resource {@link #getResource()}.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the typo in paramenter.


public interface KieAssemblerService extends KieService {
ResourceType getResourceType();

default void addResources(Object kbuilder, Collection<ResourceWithConfiguration> resources, ResourceType type) throws Exception {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume there is no suitable interface/class that could be used here instead of Object?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@winklerm correct, and this is for consistency with the other method in class KieAssemblerService

Copy link

@winklerm winklerm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tarilabs
Copy link
Member Author

/cc @mariofusco as impacting on public API

@mariofusco mariofusco self-requested a review March 26, 2018 14:25
@etirelli
Copy link
Collaborator

looks good to be merged.

@mariofusco mariofusco merged commit 7819a4a into kiegroup:master Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants