1377 Commits

Author SHA1 Message Date
Joseph McCarthy
7cc93de672 #354 Merged Remote Master and resolved conflicts 2016-01-31 13:58:00 +00:00
Joseph McCarthy
c2e750aca1 #354 finished method javadocs 2016-01-31 13:46:34 +00:00
Ilkka Seppälä
59c32d3937 Add tests that run the examples 2016-01-31 12:09:09 +02:00
Ilkka Seppälä
dc4f07eb81 Merge pull request #360 from mikulucky/MIT-Source
Pull Request for adding License Plugin and Generate #358
2016-01-30 15:10:42 +02:00
Ilkka Seppälä
d24a12a9b2 Merge pull request #359 from DevFactory/release/Local-Variables-should-not-be-declared-and-then-immediately-returned-or-thrown-fix-1
squid:S1488 - Local Variables should not be declared and then immedia…
2016-01-30 14:42:05 +02:00
Ilkka Seppälä
62b2f8e9a4 Merge pull request #357 from DevFactory/release/Consecutive-Appends-Should-Reuse-fix-1
pmd:ConsecutiveAppendsShouldReuse - Consecutive Appends Should Reuse
2016-01-30 14:37:18 +02:00
Mohammed Ezzat
409ff027b8 squid:S2293 - The diamond operator should be used 2016-01-29 07:33:34 +02:00
Joseph McCarthy
98326a1e5e #354 Start Adding Java docs 2016-01-28 21:14:40 +00:00
JuhoKang
d3eb8a2ef2 Added comments in the code. modified index.md 2016-01-29 00:53:27 +09:00
JuhoKang
083065ba93 Added index.md
Added index.md with explanation which seems a little bit short of detail.
Fixed the directory of the files.
2016-01-28 23:33:46 +09:00
JuhoKang
cca40a543a Added Code 2016-01-28 22:39:50 +09:00
Joseph McCarthy
3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
Joseph McCarthy
321f5d6c5a Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into MIT-Source 2016-01-27 22:15:15 +00:00
Joseph McCarthy
7b61395bc1 #358 Add Plugin for Auto License 2016-01-27 22:14:28 +00:00
Narendra Pathai
ab2aad3226 Work on #226, moved pattern specific references to respective patterns. And removed credits section from Home page. 2016-01-27 12:55:59 +05:30
Mohammed Ezzat
4e40cc3888 squid:S1488 - Local Variables should not be declared and then immediately returned or thrown 2016-01-27 02:45:39 +02:00
Joseph McCarthy
77e14f0069 #354 Add tests for Properties 2016-01-26 23:38:28 +00:00
Joseph McCarthy
4a49f82f23 #354 add general boolean method to services for feature status. Change user.toString 2016-01-26 21:18:47 +00:00
Joseph McCarthy
ba1d3a0fbf #354 Added Configuration Based Example of Feature Toggle 2016-01-26 21:08:28 +00:00
Joseph McCarthy
d627b7af6b #354 Moved Tests to the correct area 2016-01-26 20:24:43 +00:00
Joseph McCarthy
91b2379fd0 #354 Fixed CheckStyle Issues 2016-01-26 19:20:28 +00:00
Joseph McCarthy
32f9cf3ab1 #354 Some clean up and show the difference between paid and free a bit more. 2016-01-26 18:58:35 +00:00
Joseph McCarthy
a1ede8980f #354 Added WelcomeMessage Service and Tests for tier example of featureToggle 2016-01-26 18:49:25 +00:00
Joseph McCarthy
72733acfc6 #354 added usergroup for version of feature toggle 2016-01-26 18:41:08 +00:00
Mohammed Ezzat
d00bfae5ee pmd:ConsecutiveAppendsShouldReuse - Consecutive Appends Should Reuse 2016-01-26 19:58:45 +02:00
Joseph McCarthy
0b834128b9 #354 Add Blank index.md 2016-01-25 21:29:05 +00:00
Joseph McCarthy
89e0e3e73e #354 Remove generated copyright banner 2016-01-25 21:16:35 +00:00
Joseph McCarthy
d7526fc7c0 #354 Add maven model for feature toggle design pattern 2016-01-25 21:14:24 +00:00
Joseph McCarthy
cf10bd1d05 #354 Add maven model for feature toggle design pattern 2016-01-25 21:11:26 +00:00
Joseph McCarthy
5ad99be224 #354 Add maven model for feature toggle design pattern 2016-01-25 21:10:58 +00:00
JuhoKang
64b89ecb59 Create project for value-object pattern 2016-01-23 10:06:57 +09:00
NooBxGockeL
1a55f3a420 Work on #353: More descriptive Tags
* Added the full name for Apache Camel, including the trademark symbol for clarity among other things named "Camel" and to indicate that this is a 3rd party software
2016-01-19 21:28:54 +01:00
Kamil Pietruszka
10bbf988ea issue #333 factory kit pattern introduced 2016-01-17 13:47:44 +01:00
Ilkka Seppälä
bd82387fc1 Merge pull request #345 from azhuzhu/master
Fix the wrong uml .png name in decorator
2016-01-14 19:47:09 +02:00
Ilkka Seppälä
3398badd30 Merge pull request #344 from hoswey/master
fix issue #343 ReaderWriterLock unit tests fail on CI
2016-01-14 19:42:46 +02:00
Yuming Zhu
033dce8387 Fix the wrong uml .png name in decorator 2016-01-15 00:56:46 +08:00
hoswey
e95cfe9292 fix issue #343 ReaderWriterLock unit tests fail on CI 2016-01-13 09:35:31 +08:00
Ilkka Seppälä
150c4e0d5d Ignore rest of ReaderWriterLock tests with intermittent failures 2016-01-12 21:16:39 +02:00
Ilkka Seppälä
c8db19efe2 Ignore another test with intermittent failures until fixed 2016-01-12 21:08:10 +02:00
Ilkka Seppälä
2fec4f891b Ignore test with intermittent failures until fixed 2016-01-12 20:57:36 +02:00
Ilkka Seppälä
adf131b784 Merge pull request #326 from hoswey/master
implements the #75 reader writer lock
2016-01-12 20:15:22 +02:00
hoswey
77d45c35e0 implements the #75 reader writer lock, fix the problem of review 2016-01-10 21:23:52 +08:00
hoswey
2f84369003 Merge remote-tracking branch 'upstream/master' 2016-01-09 22:26:18 +08:00
Ilkka Seppälä
83f1ac7489 Update dependencies 2016-01-07 21:41:45 +02:00
Ilkka Seppälä
03e187743c Merge pull request #340 from tomroy/master
Decorator pattern: SmartTroll should be SmartHostile #264
2016-01-06 19:44:26 +02:00
Tom.TH.Lin
bd83fa28bb Correct method name and cleanup etc folder #264 2016-01-07 00:34:33 +08:00
Tom.TH.Lin
30ca1ea1fb Decorator pattern: SmartTroll should be SmartHostile #264 2016-01-04 23:07:33 +08:00
Markus
4c5f9ae44c Merge pull request #339 from fluxw42/issue-238
Use headings instead of bold text in index.md #238

Script used to do it: https://gist.github.com/fluxw42/464820d08e3b567fda48
2016-01-04 02:15:37 +01:00
Jeroen Meulemeester
3d642cdad7 Use headings instead of bold text in index.md #238 2016-01-03 21:14:30 +01:00
Ilkka Seppälä
b6beffec2e Merge pull request #299 from genericmethod/master
#113 Event-driven Architecture
2016-01-03 14:50:46 +02:00