Commit Graph

14 Commits

Author SHA1 Message Date
Anurag Agarwal 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
Anurag Agarwal 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
Alexander Ivanov 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
Ilkka Seppälä 9ebbc421dd Update license headers 2019-10-12 20:05:54 +03:00
Narendra Pathai 25ed7c09c5 Refactored Event Queue (#806)
* 1) Test cases were not stopping AudioService before ending test case 2) Changed Audio to be a good singleton, previously because of Audio being bad singleton, test cases which were using static methods could have caused intermittent failures. 3) Made some other refactorings as well

* Removed sonar issue and converted Audio to eager singleton for simplicity

* Updated class diagram PNG
2018-10-21 21:15:33 +03:00
BeeHuang 9f797b3009 fix error comment with isServiceRunnign 2018-01-27 16:44:23 +08:00
Mihály Kuprivecz fe1e45bd69 some fixes 2017-05-15 10:40:12 +02:00
Mihály Kuprivecz 0546223bba quick fix 2017-05-11 21:44:07 +02:00
Mihály Kuprivecz 857902ab95 compatibility fix
When the system is not capable to play the sound, do not throw
exception, just log it. For example on Linux there are several issues to
play sound and there are no workarounds for that :(
2017-05-11 21:41:25 +02:00
Mihály Kuprivecz 2830a407ba some fixes for testing in event queue 2017-04-28 12:19:57 +02:00
Mihály Kuprivecz 44401988d1 pom.xml fixes 2017-04-28 11:32:35 +02:00
Mihály Kuprivecz 6e8eaf7593 adding some test cases for the event queue 2017-04-28 10:38:40 +02:00
Mihály Kuprivecz 152b2762c3 read.me and the diagram is added 2017-04-22 17:16:38 +02:00
Mihály Kuprivecz dce767c1c5 first commit 2017-04-06 23:48:15 +02:00