2456 Commits

Author SHA1 Message Date
Ilkka Seppälä
09cee8ffa7 #590 add explanation for DTO 2020-07-18 17:10:50 +03:00
Ilkka Seppälä
5aacdecc6c #590 add explanation for Callback 2020-07-18 11:25:49 +03:00
Ilkka Seppälä
eeea3c7b1f #590 add explanation for Object Pool 2020-07-18 10:51:02 +03:00
Ilkka Seppälä
76fb9aff8b #590 add explanation for Dao 2020-07-18 10:22:43 +03:00
Ilkka Seppälä
68fa6f451b #590 add explanation for Visitor 2020-07-16 20:46:00 +03:00
Ilkka Seppälä
e98ad671e9 #590 add explanation for Iterator pattern 2020-07-15 20:06:58 +03:00
Ilkka Seppälä
4264f52d49 #590 add explanation for Command pattern 2020-07-15 11:03:23 +03:00
Ilkka Seppälä
ee654cf7b2 Add references to Enterprise Integration Patterns 2020-07-07 21:23:04 +03:00
Ilkka Seppälä
51f6282e9b Add references to Patterns of Enterprise Application Architecture 2020-07-07 21:19:14 +03:00
Ilkka Seppälä
2212690468 Add references to J2EE Design Patterns book 2020-07-07 20:05:35 +03:00
Ilkka Seppälä
4beb53b8b8 Add references to Refactoring to Patterns book 2020-07-07 18:44:00 +03:00
Ilkka Seppälä
0b1a98137a Add links to Head First Design Patterns book 2020-07-07 18:05:11 +03:00
gitlocalize-app[bot]
bd1dbec19f
Translate README.md via GitLocalize (#1259)
Co-authored-by: xiaod-dev <657829312@qq.com>
2020-07-07 21:17:11 +08:00
Ilkka Seppälä
a3564a8847 Update links 2020-07-06 13:31:07 +03:00
Ilkka Seppälä
9e30383eb6 Update license and puml 2020-07-04 12:20:54 +03:00
ZhouSky
6fe219d644
Pr/1235 Review (#1250)
* Add simple implementation for strangler pattern.

* Add strangler pattern in pom.xml.

* change package name

* Revert "change package name"

This reverts commit 430bd9073ea7bea6430586a0953c77f1798aacc8.

* Code review for strangler

Delete final of method parameters.
Add final to private members.
Change package name.

* Revert "Code review for strangler"

This reverts commit d5063567083e0348d678a938bd749e17343bcb8e.

* Revert "Revert "Code review for strangler""

This reverts commit c8fd65fda782749c4f74f6de85da0f271d3c48a8.

* Remove unnecessary files
2020-07-04 12:05:46 +03:00
Ilkka Seppälä
5192beb5dd Re-add gh access token 2020-06-14 22:36:47 +03:00
Ilkka Seppälä
f4f9c1a441 Remove gh token 2020-06-14 22:15:13 +03:00
Ilkka Seppälä
a396d972f6 Add sonar modulekey 2020-06-14 21:54:47 +03:00
Ilkka Seppälä
30678792fd Remove extra project key 2020-06-14 21:23:07 +03:00
Ilkka Seppälä
cfa2b35bff Fix syntax 2020-06-14 21:04:09 +03:00
Ilkka Seppälä
5db8037b8b Add SonarCloud analysis 2020-06-14 21:02:40 +03:00
Ilkka Seppälä
71affacee2 Remove update website script 2020-06-14 20:19:35 +03:00
Ilkka Seppälä
371263d1b3 Fix xvfb setup 2020-06-14 18:45:01 +03:00
Ilkka Seppälä
0b41aaaa76 Fix syntax 2020-06-14 18:37:29 +03:00
Ilkka Seppälä
f28a63a46c Use GabrielBB/xvfb-action 2020-06-14 18:33:48 +03:00
Ilkka Seppälä
3ea65e06bc Install xvfb before building 2020-06-14 18:23:25 +03:00
Ilkka Seppälä
1aea35f8e5 Update build status badge 2020-06-14 17:48:42 +03:00
Ilkka Seppälä
0f751d40cb Fix checkstyle error 2020-06-14 17:36:26 +03:00
Ilkka Seppälä
92ecd63ccf Add Github Actions workflow 2020-06-14 17:27:43 +03:00
Ilkka Seppälä
3033e4c9fc Improve lazy loaded Singleton example 2020-06-10 18:10:34 +03:00
Alexander Iskuskov
e68beb40ec
Fix typo for leader-election pattern description (#1239) 2020-05-31 10:47:14 +03:00
venkatrs-ch197
a3c4d36c3d
Added Java 11 support and created constants in App.java (#1238)
Co-authored-by: cherukumilliv <VenkatRamaSubbarago.Cherukumilli@Cevalogistics.com>
2020-05-31 10:45:28 +03:00
Zhang WH
1c26bd7416
Fix issue #1218: Arrange, Act, Assert pattern (#1221)
* add AAA pattern

* reformat comment

* use Testing in readme tags in stead of Unit Test
2020-05-17 21:44:53 +03:00
Zhang WH
845da1fa16
add java 11 support (o) (#1222) 2020-04-26 15:06:09 +03:00
Jacob Hell
751b3b9452
Changing Aggregator Microservices pattern link (#1214)
Page doesn't exist anymore, so changed to use web archive
2020-03-28 20:26:37 +02:00
Zhang WH
be1c0b8143
Fix issue #179: Leader Followers Pattern (#1189)
* add leader followers pattern

* use var and streams instead in App::execute

* use logger instead of printing to system output stream
2020-03-26 21:14:44 +02:00
saksham93
6ce33ed6df
Arranged following design patterns into modules: (#1210)
1. Factory Method
2. Feature Toggle
2020-03-26 21:04:11 +02:00
saksham93
a4be693de6
Arranged design patterns into modules: (#1209)
1. Facade
2. Factory Kit
2020-03-26 21:03:10 +02:00
saksham93
80519379f1
Organisation of design patterns into modules (#1208)
1. Event Asynchoronous
2. Execute Around
2020-03-25 21:27:41 +02:00
dependabot-preview[bot]
95bef5f0e8
Bump slf4j-test from 1.0.0 to 1.2.0 (#1204)
Bumps slf4j-test from 1.0.0 to 1.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-25 21:03:42 +02:00
dependabot-preview[bot]
d429865c54
Bump mockito-all from 1.9.5 to 1.10.19 (#1202)
Bumps [mockito-all](https://github.com/mockito/mockito) from 1.9.5 to 1.10.19.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v1.9.5...v1.10.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-25 21:00:51 +02:00
Ilkka Seppälä
37a34ae174 Remove lombok dependency 2020-03-25 20:51:23 +02:00
Zhang WH
67edeb806d
Java 11 support for #984 #987 (l) (#1190)
* Java 11 support: lazy-loading pattern

* Java 11 support: layers pattern

* Java 11 support: leader-election/lazy-loading patterns
2020-03-22 20:02:45 +02:00
Jonathan Leitschuh
0ad67c8726
Use HTTPS instead of HTTP to resolve dependencies (#1184)
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
2020-03-12 20:37:36 +02:00
saksham93
a410004a8f
Organisation of design patterns into modules: (#1188)
1. EIP Publish Channel
2. Event Aggregator
2020-03-07 11:53:19 +00:00
saksham93
16ef70bfdc
Organisation of patterns into modules: (#1187)
1. Double DIspatch
2. EIP Message Channel
2020-03-07 11:50:51 +00:00
saksham93
6bf3a13064
Import of design patterns into modules: (#1186)
1. DIrty flag
2. Double checked locking
2020-03-07 11:48:25 +00:00
saksham93
54db4497a3
Organised the below patterns into modules: (#1185)
1. Decorator
2. Delegation
2020-03-07 11:47:24 +00:00
saksham93
eaf3598807
Organised below design patterns into modules: (#1183)
1. Data Mapper
2. Data Transfer Object
2020-03-07 11:24:31 +00:00