2237 Commits

Author SHA1 Message Date
Yosfik Alqadri
ed1852a789 Fix unused generic type in PrototypeTest 2017-10-08 20:41:28 +07:00
Yosfik Alqadri
56ba78a5e9 fix test message 2017-10-07 20:33:24 +07:00
adkm
522721559b #176 pattern description and diagram 2017-10-04 17:20:29 +02:00
adkm
f80d903cff Wire Tap EIP implementation and tests 2017-10-04 17:04:32 +02:00
Ilkka Seppälä
0d4a8db114 Set version for next development iteration 2017-09-30 22:30:34 +03:00
Ilkka Seppälä
ba7142ca97 Reach milestone 1.17.0 1.17.0 2017-09-30 22:26:44 +03:00
Deepanshu Rastogi
4e236f6da8 Minor modification of Long to long 2017-09-28 15:04:32 +02:00
Narendra Pathai
2f33094030 Merge pull request #645 from amitdash291/patch-1
Removed redundant times(1) params for verify()
2017-09-27 10:18:46 +05:30
Peter-Morawski
4abef6da33 added missing whitespace to the elements of the unordered list 2017-09-26 20:51:32 +02:00
Piyush Chaudhari
b5eca2f856 #352- Unit Of Work : Updated applicability of pattern in README. 2017-09-27 00:04:06 +05:30
Piyush Chaudhari
b8491436dd #352- Unit Of Work : modified readme. 2017-09-26 23:25:36 +05:30
Ilkka Seppälä
193879dff6 Merge pull request #641 from dosdebug/fix_command_pattern
Removes unused size and visibility enumerations
2017-09-26 07:35:42 +03:00
Piyush Chaudhari
04891e5bf3 Merge branch 'unit-of-work-pattern' of github.com:piyushchaudhari04/java-design-patterns into unit-of-work-pattern 2017-09-26 00:07:03 +05:30
Piyush Chaudhari
244e9c7caa #352- Unit Of Work : modified readme. 2017-09-25 21:23:12 +05:30
Deepanshu Rastogi
01b85b9721 Used AtomicLong for concurrenthashmap operations 2017-09-25 12:59:39 +02:00
Deepanshu Rastogi
e6342d5956 Merge pull request #1 from iluwatar/master
upstream update
2017-09-24 21:55:34 +02:00
Ilkka Seppälä
6848dd020e Merge branch 'master' of https://github.com/iluwatar/java-design-patterns 2017-09-24 19:36:27 +03:00
Ilkka Seppälä
7db7df38fd Fix error in Checkstyle rule definition 2017-09-24 19:36:15 +03:00
Ilkka Seppälä
aa1f57a253 Merge pull request #640 from dosdebug/master
Fixes Checkstyle problems
2017-09-24 19:35:24 +03:00
Ilkka Seppälä
683b45d1b0 Merge pull request #639 from reegnz/fix_naked_objects_url
Fix naked objects thesis url
2017-09-24 19:04:00 +03:00
Ilkka Seppälä
e80677b1f3 Merge pull request #634 from mookkiah/issue_587_promise
#587SonarQube reports bugs in promise module
2017-09-24 18:42:36 +03:00
Piyush Kailash Chaudhari
e4b0153ddc Merge branch 'master' into unit-of-work-pattern 2017-09-24 13:47:40 +05:30
Amit Dash
a2a08a3a3e Removed redundant times(1) params for verify() 2017-09-24 13:15:42 +05:30
Piyush Chaudhari
8e73728fde #352- Unit Of Work : modified readme. 2017-09-24 12:56:06 +05:30
Sanket
684cad9beb added tutorial links to bridge, decorator, abstract-factory, strategy and template method patterns 2017-09-23 20:55:38 -04:00
Ilkka Seppälä
fb4c0f77e5 #631 Add missing license header 2017-09-23 09:39:13 +03:00
Ilkka Seppälä
99de0e1644 Merge pull request #636 from gopinath-langote/partial-response-pattern
#631 - Partial response pattern Implementation
2017-09-23 09:35:35 +03:00
Gopinath Langote
dba2d8aef7 #631 - Partial Response : [Refactor] Inline object creation. 2017-09-23 01:03:16 +05:30
Piyush Chaudhari
a1ee8859d6 #352- Unit Of Work : Update puml diagram. 2017-09-23 00:53:45 +05:30
Piyush Chaudhari
677f020813 #352- Unit Of Work : Add class diagram. 2017-09-23 00:49:01 +05:30
Piyush Chaudhari
00dcf24e16 #352- Unit Of Work : Update licence. 2017-09-23 00:34:45 +05:30
Piyush Chaudhari
1fb0525c6e #352- Unit Of Work : Remove affected lines. 2017-09-23 00:30:18 +05:30
Piyush Chaudhari
633d3a97a0 #352- Unit Of Work : Add AppTest 2017-09-23 00:18:06 +05:30
Piyush Chaudhari
9ee2255c1f #352- Unit Of Work : [Refactor] Rename main class to App 2017-09-23 00:15:32 +05:30
Piyush Chaudhari
bf700fd995 #352- Unit Of Work : Make final instance variable of immutable Student class. 2017-09-23 00:14:13 +05:30
Gopinath Langote
06b5c671f5 #631 - Partial Response : Modify AppTest. 2017-09-22 12:33:11 +05:30
Gopinath Langote
c63494cef2 #631 - Partial Response : Modify intendation. 2017-09-22 12:10:15 +05:30
Gopinath Langote
7f9789ce1d #631 - Partial Response : [Refactor] Made Main class name as App for consistancy. 2017-09-22 11:57:12 +05:30
Gopinath Langote
5d8d312733 #631 - Partial Response : Made final private variables in immutable class. 2017-09-22 11:55:21 +05:30
Gopinath Langote
a59e0fa961 #631 - Partial Response : Update copyright header. 2017-09-22 11:53:26 +05:30
Dos Debug
c9f4048301 Removes unused size and visibility enumerations 2017-09-21 20:10:12 +05:00
Dos Debug
d8ac00536c Fixes Checkstyle problems
There are few checkstyles problems found in the  which are required to be fixed
2017-09-21 15:13:57 +05:00
Ilkka Seppälä
eb36033b83 #590 Add explanation for Chain of Responsibility 2017-09-19 23:20:40 +03:00
Zoltán Reegn
acaccc1c53 Fix naked objects thesis url
The commit fixes the URL, changing from a non-working URL to an actually
working one.
The URL was copied from the wikipedia page for Naked Objects.
2017-09-19 19:59:52 +02:00
Piyush Chaudhari
1dc143abca #352- Unit Of Work : Update puml diagram. 2017-09-19 22:49:09 +05:30
Piyush Chaudhari
530b9e9662 #352- Unit Of Work : added the readme file 2017-09-19 20:39:48 +05:30
Gopinath Langote
06ba337b90 #631 - Partial Response : Add class diagram 2017-09-19 19:00:19 +05:30
Ilkka Seppälä
1b0f55c3eb Merge pull request #633 from mookkiah/issue_587_da0_2
#587 SonarQube reports bugs in dao module
2017-09-19 08:48:23 +03:00
Piyush Chaudhari
2c9098aecc #352- Unit Of Work : added the launching point of the module 2017-09-18 22:31:13 +05:30
Piyush Chaudhari
5fe9d2be6c #352- Unit Of Work : [Refactor] Change module name to unit-of-work. 2017-09-16 21:39:26 +05:30