a410004a8f
Organisation of design patterns into modules: ( #1188 )
...
1. EIP Publish Channel
2. Event Aggregator
2020-03-07 11:53:19 +00:00
fb2c026822
Java 11 migrate remaining e ( #1112 )
...
* Moves eip-aggregator to Java 11
* Moves eip-message-channel to Java 11
* Moves eip-publish-subscribe to Java 11
* Moves eip-splitter to Java 11
* Moves eip-wire-tap to Java 11
* Moves event-aggregator to Java 11
* Moves event-asynchronous to Java 11
* Moves event-driven-architecture to Java 11
* Moves event-queue to Java 11
* Moves event-sourcing to Java 11
* Moves execute-around to Java 11
* Moves extension-objects to Java 11
2019-12-09 19:03:30 +02:00
5ae2ce6e2e
Resolves checkstyle errors for event-* ( #1070 )
...
* Reduces checkstyle errors in event-aggregator
* Reduces checkstyle errors in event-asynchronous
* Reduces checkstyle errors in event-driven-architecture
* Reduces checkstyle errors in event-queue
* Reduces checkstyle errors in event-sourcing
2019-11-10 19:37:10 +02:00
4904d7eea0
#1021 : Fix checkstyle warnings by changing the license header template ( #1027 )
...
* Add custom license header style in order to comply with Google's Checkstyle format
* Update license headers to comply with Google's Checkstyle format
2019-10-22 08:15:35 +03:00
9ebbc421dd
Update license headers
2019-10-12 20:05:54 +03:00
2aa9e78ddd
Minor refactorings and code style changes ( #807 )
...
* Made minor changes in some patterns such as removed throws clause where not needed, changed incorrect order of arguments in assertEquals
* Minor refactorings and code style changes. 1) Removed several use of raw types 2) Removed unnecessary throws clauses 3) Used lambda expressions wherever applicable 4) Used apt assertion methods for readability 5) Use of try with resources wherever applicable 6) Corrected incorrect order of assertXXX arguments
* Removed unused import from Promise
* Addressed review comments
* Addressed checkstyle issue
2018-10-23 13:45:41 +05:30
a82000650d
Remove redundant explicit super() constructor calls #694
2018-01-15 19:33:55 +01:00
6694d742a3
Migrate to JUnit5
2017-12-31 16:29:48 +09:00
09585c3874
Removed AvoidStarImport Rule
...
Added JavaDocType Rule
2017-03-22 01:16:02 +08:00
faa29f8025
Update license headers
2016-11-27 14:34:20 +02:00
e138163c4f
#502 Adjusted tests for logger introduction
2016-11-04 11:47:06 +01:00
0438811489
#502 Replaced usages of System.out with logger.
2016-10-23 19:59:03 +02:00
50310aaeaf
squid:S1699 - Constructors should only call non-overridable methods
2016-02-19 11:02:49 +02:00
3d95696078
#358 Added license to all files using plugin
2016-01-27 22:20:42 +00:00
8b020837ea
Checkstyle corrections
2015-12-29 21:34:27 +02:00
5f033be54f
Fix PMD violations #327
2015-12-27 21:21:57 +02:00
cec9a99410
Adjust checkstyle rules. Make checkstyle fail the build when violations are found. Correct all current checkstyle violations.
2015-12-25 23:49:28 +02:00
885d5bb7dd
Add proper unit tests for event-aggregator pattern
2015-12-12 20:13:25 +01:00
306b1f3d31
Reformat rest of the design patterns - Issue #224
2015-11-01 21:29:13 -05:00
584a22238d
Improve Event Aggregator Javadoc
2015-10-03 21:06:52 +03:00
0364b49870
#107 Event Aggregator example JavaDoc
2015-08-18 22:37:04 +03:00
3d488ec15a
#108 Consistent package naming throughout the examples
2015-07-24 11:32:22 +03:00
8524c75ba6
Changed package naming across all examples.
2015-05-31 11:55:18 +03:00
ca59792916
Added event aggregator pattern.
2015-03-13 21:59:24 +02:00