-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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
#2898 Publish-Subsribe #2924
#2898 Publish-Subsribe #2924
Conversation
publisher-subscriber/src/main/java/com/iluwatar/publishersubscriber/TBorrower.java
Outdated
Show resolved
Hide resolved
publisher-subscriber/src/main/java/com/iluwatar/publishersubscriber/TBorrower.java
Outdated
Show resolved
Hide resolved
publisher-subscriber/README.md
Outdated
} | ||
``` | ||
|
||
## Class diagram |
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.
Class diagram is missing. Use urm-maven-plugin for that...
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 tried to get this to work, I can't seem to figure it out...perhaps this newest commit will show what I am doing wrong.
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.
The first step is to include your module in the parent pom.xml. After that, urm-maven-plugin should automatically process the module when doing maven build.
publisher-subscriber/src/test/java/com/iluwatar/publishersubscriber/TLenderTest.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Closed due to inactivity. Thank you for your contributions. |
This pull request solves issue #2898.