-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
[WIP] Data Bus #544
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
[WIP] Data Bus #544
Conversation
@kemitix in general the example looks fine. Here are some things we still need to do before merging:
|
data-bus/pom.xml
Outdated
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-surefire-plugin</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why maven-surefire-plugin is needed? Can we leave it out?
/** | ||
* The Data Bus pattern | ||
* <p> | ||
* <p>{@see http://wiki.c2.com/?DataBusPattern}</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please describe the pattern here. Also add description how the example implements the pattern.
@kemitix any update on this? |
Sorry. Been caught up in other projects. Will update this later today.
|
* upstream/master: (67 commits) Set version for next development iteration Reached milestone 1.15.0 #539 Checkstyle fix #539 More Checkstyle fixes #539 Checkstyle fixes #497 Add missing puml and license headers #77 Add missing license header Work on #190: urm/puml updates * added pumlid where it was missing and possible * removed pumlid where it generated a bad image * regenerated some incorrect puml's * added 'left to right direction' puml prefix to some diagrams to improve the automatic layouting Removed AvoidStarImport Rule Added JavaDocType Rule Update App.java Update App.java Update after changes from review. Additional improvements. Pom.xml files fixed. #66 Balking Pattern fixed pmd violation fixed checkstyle violations diagrams added comments, tests and description changed parent POM version #69 apply changes from review #69 ... # Conflicts: # pom.xml
from the MessageData that it receives.
@kemitix ready for another review? |
@iluwatar Sure. |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<properties> | ||
<lombok.version>1.16.14</lombok.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line since lombok is not used
@all-contributors please add @kemitix for code |
I've put up a pull request to add @kemitix! 🎉 |
See issue #467