2b7d181ac4
docs: add explanation for balking pattern ( #1685 )
...
* #590 explanation for balking pattern
* #590 fix checkstyle error
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
2021-03-21 01:25:47 +05:30
5cf2fe009b
📍 Use lombok, reformat, and optimize the code ( #1560 )
...
* Use lombok, reformat, and optimize the code
* Fix merge conflicts and some sonar issues
Co-authored-by: va1m <va1m@email.com >
2021-03-13 14:19:21 +02:00
7891c2b117
update inception year to 2021 ( #1653 )
2021-02-14 11:57:57 +02:00
31471acb69
Fixed most reported issues by SonarCloud.
2020-08-15 21:47:39 +04:00
c4418311c6
Java 11 migration: ambassador async-method-invocation balking bridge builder ( #1076 )
...
* Moves ambassador pattern to java 11
* Moves async-method-invocation pattern to java 11
* Moves balking pattern to java 11
* Moves bridge pattern to java 11
* Moves builder pattern to java 11
2019-11-11 21:47:09 +02:00
6d1c0b1563
Resolves checkstyle errors for ambassador, async-method-invocation, balking, bridge, builder ( #1058 )
...
* Decreases checkstyle errors for ambassador pattern
* Reduces checkstyle errors in async-method-invocation
* Reduces checkstyle errors in balking
* Reduces checkstyle errors in bridge
* Reduces checkstyle errors in builder
2019-11-09 21:03:22 +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
150f72758e
Add missing license headers
2018-11-03 09:13:59 +02:00
829df031c3
Intermittent failure was due to Thread.sleep in the code. While performing unit test cases there was race condition between two threads, so it was not guaranteed to work every time. Used an interface DelayProvider for simulating delay, and while unit testing fake delay provider is used that eradicates the use of Threads in unit test cases, which is not a good practice.
2018-10-15 16:36:27 +05:30
17ea0b17f6
Disable flaky tests mentioned in issue #643 and #699
2018-03-31 10:16:56 +03:00
6694d742a3
Migrate to JUnit5
2017-12-31 16:29:48 +09:00
139876f96a
#539 Checkstyle fix
2017-04-01 15:51:01 +03:00
c1c4411957
#539 Checkstyle fixes
2017-04-01 15:34:13 +03:00
cca4d5a670
Update after changes from review. Additional improvements.
2017-03-13 01:33:14 +01:00
1aed5905d7
#66 Balking Pattern
2017-03-13 01:15:39 +01:00