Commit Graph

16 Commits

Author SHA1 Message Date
7ac468db20 docs: #590 refactor and add explanation for business delegate (#1686)
Type: docs and refactoring

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-22 12:04:56 +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
33ea7335b1 Java 11 migration: patterns (remaining b-c) (#1081)
* Moves business-delegate pattern  to java 11

* Moves bytecode pattern  to java 11

* Moves caching pattern  to java 11

* Moves callback pattern  to java 11

* Moves chain pattern  to java 11

* Moves circuit-breaker pattern  to java 11

* Moves collection-pipeline pattern  to java 11

* Moves command pattern  to java 11

* Moves commander pattern  to java 11

* Moves composite pattern  to java 11

* Corrects test cases
2019-11-12 21:56:46 +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
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
59c32d3937 Add tests that run the examples 2016-01-31 12:09:09 +02:00
3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
012b638023 Added UnitTest cases for business delegate. 2015-11-22 05:45:14 +05:30
449340bd2b Reformat business-delegate, callback, chain, command, composite, dao, decorator & dependency-injection patterns. 2015-11-01 18:48:43 -05:00
a0283d60f1 #107 Business Delegate JavaDoc improvements 2015-08-18 21:40:11 +03:00
3d488ec15a #108 Consistent package naming throughout the examples 2015-07-24 11:32:22 +03:00
731f37723a #89 Skeleton for Business Delegate example 2015-07-22 21:04:38 +03:00