Commit Graph

2231 Commits

Author SHA1 Message Date
Narendra Pathai
d484e7f731 Documented singleton double check idiom, explaining the dynamics that happen on each step for better understanding. Did this due to a PR #475 2016-08-05 14:38:25 +05:30
Narendra Pathai
76970633b8 Work on #403, incorporate review changes 2016-08-04 18:10:50 +05:30
Narendra Pathai
55028a49dc Merge pull request #476 from sumityadav6541/master
removed extra "is" from javadoc comments
2016-08-04 17:47:37 +05:30
Sumit Yadav
94c3a2caf3 removed extra "is" from the javadoc of InitializingOnDemandHolderIdiom class 2016-08-03 15:02:46 +05:30
Sumit Yadav
547d798528 Merge pull request #1 from iluwatar/master
merging changes into fork from origin
2016-08-03 14:57:07 +05:30
Sia Wai Suan
8953bfc81b Merge pull request #1 from iluwatar/master
Bringing fork up-to-date
2016-08-01 16:55:27 +01:00
Narendra Pathai
e7be94d2e4 Merge branch 'Promise' of https://github.com/iluwatar/java-design-patterns into Promise 2016-07-29 13:12:33 +05:30
Narendra Pathai
383e4a3a0b Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into Promise 2016-07-29 13:01:51 +05:30
Ilkka Seppälä
3001fa4a30 Merge pull request #471 from Crossy147/issue-#459
#459 added known alias for monostate pattern
2016-07-27 15:46:17 +03:00
Kamil Pietruszka
5fcef89384 #459 added known aliast for monostate pattern 2016-07-26 20:33:43 +02:00
Narendra Pathai
40ac552542 Work on #403, added README 2016-07-24 01:45:49 +05:30
Narendra Pathai
09ba5ca656 Work on #403, added class diagrams and javadocs 2016-07-22 18:34:05 +05:30
Narendra Pathai
eb560f5f54 Work on #403, removed checkstyle violations 2016-07-22 16:53:01 +05:30
Narendra Pathai
2b945ca27f Work on #403, removed dependency on async method invocation module, added more tests 2016-07-22 16:47:52 +05:30
Narendra Pathai
4bd1f14cfb Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into Promise 2016-07-22 12:52:54 +05:30
Ilkka Seppälä
bc94d0fc26 Fix link 2016-07-21 20:21:36 +03:00
Narendra Pathai
102341443d Work on #403, added application class and test cases. 2016-07-21 19:13:42 +05:30
Ilkka Seppälä
8124fd0771 Adjust pattern categories and tags 2016-07-21 09:27:48 +03:00
Narendra Pathai
ea7503414e Work on #403, added basic implementation of promise pattern 2016-07-20 19:58:20 +05:30
Ilkka Seppälä
d4c2f0392d Merge pull request #464 from pnowy/#463-chain-of-responsibility
#463 Added javax.servlet.Filter to real world examples intercepting filter
2016-07-18 09:22:34 +03:00
Przemek Nowak
f7b7f15ec8 #463 Added javax.servlet.Filter to real world examples of intercepting filter 2016-07-17 21:24:12 +02:00
Przemek Nowak
0fbbd8dc81 #463 Added javax.servlet.Filter to real world examples of chain 2016-07-17 16:05:07 +02:00
Ilkka Seppälä
9f0320aeaf Add some tags to Page Object 2016-07-13 00:02:20 +03:00
Ilkka Seppälä
fe1d760c7f Fix license headers 2016-07-12 19:52:56 +03:00
Ilkka Seppälä
b46d2deeb0 Merge pull request #434 from colinbut/master
#229 Page Object Pattern
2016-07-12 19:47:48 +03:00
Colin But
f182e87ee1 fixed app launch 2016-07-10 20:51:52 +01:00
Colin But
85f432fb54 exclude library class from jacoco code coverage 2016-07-09 22:24:17 +01:00
Colin But
7be98fa829 added missing licence headers to 2 files 2016-07-09 22:20:13 +01:00
Ilkka Seppälä
ff8037ee0b Add aliases for Specification pattern 2016-07-07 08:46:56 +03:00
Ilkka Seppälä
849df50394 Fix formatting 2016-07-04 22:22:37 +03:00
Ilkka Seppälä
f806c5b712 Add known uses to Factory Method 2016-07-04 21:52:39 +03:00
Colin But
ef2ada4fdf syncing fork 2016-07-03 21:47:07 +01:00
Colin But
5d58a1b333 syncing fork 2016-07-03 21:46:38 +01:00
Colin But
4a069ee93a new class diagrams 2016-07-03 21:36:03 +01:00
Colin But
88321890c7 remove old class diagram 2016-07-03 21:12:48 +01:00
Colin But
b1e40d9c92 Feedback changes - final and refactored code 2016-07-03 21:12:09 +01:00
Ilkka Seppälä
5c26f46174 Set version number for next development iteration 2016-06-30 18:15:26 +03:00
Ilkka Seppälä
7a118e4209 Reached milestone 1.12.0 1.12.0 2016-06-30 18:14:41 +03:00
Colin But
4eac37c6b5 Feedback changes - removed file 2016-06-28 22:04:39 +01:00
Colin But
c212ee5cb1 Feedback changes - fix dependency in pom 2016-06-28 22:03:57 +01:00
Colin But
8efaf44170 Feedback changes - sort out dependency 2016-06-28 22:02:03 +01:00
Colin But
27e4e9afee Feedback changes - restructed project structure 2016-06-28 21:53:55 +01:00
Colin But
35c0942803 syncing fork 2016-06-27 20:54:45 +01:00
Ilkka Seppälä
e7bd3cade2 Update link for Naked Objects paper 2016-06-26 20:23:05 +03:00
Ilkka Seppälä
f2e1982264 Merge pull request #435 from protopapa/aggregator-microservices
implementation of microservices architectural pattern #296
2016-06-26 17:32:42 +03:00
protopapa
27bbbd8335 fix bug 2016-06-26 14:57:27 +02:00
protopapa
6677d1091d implementation of microservices architectural pattern #296 2016-06-23 22:54:44 +02:00
Colin But
0282d6663f README 2016-06-18 21:08:15 +01:00
Colin But
c8f04d2f0d added Class Diagram 2016-06-18 19:20:29 +01:00
Colin But
53fc8b749a Page Object pattern implementation 2016-06-18 15:40:03 +01:00