#496 Pipeline pattern#967
Conversation
|
@jjjimenez100 the build is failing due to PMD error. See https://travis-ci.org/iluwatar/java-design-patterns/builds/594261640 |
|
Hi @iluwatar. Sorry about that, this is actually my first PR with a repo having checkstyle and PMD. |
|
Thanks @jjjimenez100, beautiful pattern and well implemented 👍 |
|
I don't know if this is related, but the pipeline project is failing to compile for me because of the project hierarchy. It's currently: src/main/java/com.iluwatar.pipeline/*.java I think it should be: |
|
Also I have a commit that I can push up as a PR. |
|
@oconnelc please create an issue about the problem, and then the PR that fixes this |
A sample implementation of the pipeline pattern.
Resources: