Commit Graph

24 Commits

Author SHA1 Message Date
7891c2b117 update inception year to 2021 (#1653) 2021-02-14 11:57:57 +02:00
87cf6b791c refactor 2020-09-06 11:48:40 +03:00
2e36a11e24 remove lombok, related to #1503 2020-09-06 11:42:39 +03:00
bd48d6ce10 refactor 2020-09-04 17:31:50 +03:00
fb890e80dd refactor 2020-09-03 20:02:52 +03:00
31471acb69 Fixed most reported issues by SonarCloud. 2020-08-15 21:47:39 +04:00
417f21ed3d Code cleanup (#1461)
* Code cleanup

* Fix flux tests

* Fix checkstyle errors

* Fix compile error
2020-07-30 20:28:47 +03:00
8747f1fd7a #1021 enforce Checkstyle rules in the build 2019-11-16 16:00:24 +02:00
f04fc3c0dc Java 11 migration: patterns starting with a (#1084)
* Moves abstract-factory pattern to java 11

* Moves abstract-document pattern to java 11

* Moves acyclic-visitor pattern to java 11

* Moves adapter pattern to java 11

* Moves aggregator-microservices pattern to java 11

* Moves api-gateway pattern to java 11
2019-11-13 18:04:51 +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
3634b3338c Fix checkstyle validations 2017-11-07 22:19:10 -03:00
d37922bf82 add factory of factories 2017-11-07 21:05:04 -03: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
b5d4445d63 Made example App a bit easier to understand 2016-02-10 17:53:32 +05:30
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
c0c21ebd91 Reformat Abstract Factory - Issue #224 2015-11-01 17:18:39 -05:00
9c43827004 Removed erroneous semi-colon. 2015-09-05 22:00:27 +01:00
5956873fc9 Improved unit tests so assertions are used. 2015-09-05 00:31:35 +01:00
1dc2d8d0c7 #107 JavaDoc improvements 2015-08-18 21:28:23 +03:00
8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00