Ashish Trivedi
|
31d753e59d
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-10 00:25:43 +05:30 |
|
Ashish Trivedi
|
6cef98d41e
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-10 00:25:01 +05:30 |
|
Ashish Trivedi
|
45e416928d
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-10 00:24:44 +05:30 |
|
Ashish Trivedi
|
94c131f7e9
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-10 00:24:33 +05:30 |
|
Ashish Trivedi
|
5eb9b98e78
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-10 00:24:20 +05:30 |
|
Ashish_Trivedi
|
e09de2fb36
|
#1321
|
2020-08-09 01:58:19 +05:30 |
|
Ashish_Trivedi
|
a59c9bba97
|
#1321
|
2020-08-09 01:39:51 +05:30 |
|
Ashish_Trivedi
|
7acc5fbf95
|
#1321
Resolved conflicts and used var wherever possible
|
2020-08-09 01:33:19 +05:30 |
|
Ashish Trivedi
|
bdf2145b3f
|
Merge branch 'master' into master
|
2020-08-09 01:17:07 +05:30 |
|
Ilkka Seppälä
|
d0ed10a619
|
Merge pull request #1479 from anuragagarwal561994/java-11
Java 11 remaining pattern
|
2020-08-08 22:32:43 +03:00 |
|
Ashish Trivedi
|
5bfaeffecf
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-09 00:51:44 +05:30 |
|
Ashish Trivedi
|
c0acaf073b
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-09 00:51:36 +05:30 |
|
Ashish Trivedi
|
9f190c59c4
|
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
|
2020-08-09 00:51:28 +05:30 |
|
Anurag Agarwal
|
134ccdb5a1
|
Corrects condition
|
2020-08-08 11:56:34 +00:00 |
|
Ashish Trivedi
|
fa68789cd5
|
#1321 Updated readme and add UML diagram
|
2020-08-08 15:49:14 +05:30 |
|
Anurag Agarwal
|
8b92bc6bb6
|
Corrects README.md
|
2020-08-08 00:53:30 +00:00 |
|
Anurag Agarwal
|
8e060ad0ad
|
Refactors null object pattern to java-11
|
2020-08-08 00:46:08 +00:00 |
|
Anurag Agarwal
|
a5038c4329
|
Uses java-11 in naked objects
|
2020-08-08 00:41:58 +00:00 |
|
Ilkka Seppälä
|
b0ac4c1ca3
|
#590 explanation for Arrange/Act/Assert
|
2020-08-07 19:10:50 +03:00 |
|
Ilkka Seppälä
|
0ead283f55
|
Merge pull request #1475 from ravening/simplify_observer
Use enums instead os switch blocks
|
2020-08-05 17:59:52 +03:00 |
|
Ilkka Seppälä
|
888af23219
|
Merge pull request #1220 from anuragagarwal561994/java-11
Java 11 (patterns with m)
|
2020-08-05 17:38:54 +03:00 |
|
Rakesh Venkatesh
|
0c83ccc2fe
|
Use enums instead os switch blocks
Its better to use enums instead of switch
blocks which makes the code longer and difficult
to maintain as and when new state appears.
|
2020-08-05 15:50:05 +02:00 |
|
Anurag Agarwal
|
a7095602d6
|
Refactors using var
|
2020-08-04 21:46:30 +00:00 |
|
Anurag Agarwal
|
4b38746ce9
|
Removes usage of Dictionary
|
2020-08-04 21:41:25 +00:00 |
|
Ilkka Seppälä
|
cd20e7a3f4
|
Minor readme fixes
|
2020-08-04 21:45:16 +03:00 |
|
Ilkka Seppälä
|
7f29c2455f
|
#590 explanation for Ambassador
|
2020-08-04 21:36:08 +03:00 |
|
Ilkka Seppälä
|
51e8900d31
|
Merge pull request #1474 from iluwatar/all-contributors/add-ravening
docs: add ravening as a contributor
|
2020-08-04 17:48:52 +03:00 |
|
allcontributors[bot]
|
20a5dde8a4
|
docs: update .all-contributorsrc [skip ci]
|
2020-08-04 14:48:06 +00:00 |
|
allcontributors[bot]
|
bf4706addf
|
docs: update README.md [skip ci]
|
2020-08-04 14:48:05 +00:00 |
|
Ilkka Seppälä
|
97285d3724
|
Merge pull request #1472 from ravening/command
#1324 Use interfaces in command pattern
|
2020-08-04 17:47:32 +03:00 |
|
Rakesh Venkatesh
|
f234baf258
|
Cleanup code
|
2020-08-04 16:34:41 +02:00 |
|
Ilkka Seppälä
|
ca58fa3f21
|
#590 add related patterns to Abstract Factory
|
2020-08-04 17:31:33 +03:00 |
|
Anurag Agarwal
|
ca7192889d
|
Fixes test cases for master-worker-pattern
|
2020-08-03 18:50:45 +00:00 |
|
Ilkka Seppälä
|
fa3b93bf8d
|
#590 fix diagram
|
2020-08-03 21:25:13 +03:00 |
|
Ilkka Seppälä
|
a7b4194a71
|
#590 explanation for Aggregator Microservices
|
2020-08-03 21:09:31 +03:00 |
|
Anurag Agarwal
|
054b1eaac6
|
Resolves test failures
|
2020-08-03 15:59:28 +00:00 |
|
Anurag Agarwal
|
44a654a2e3
|
Resolves CR comments
|
2020-08-03 15:45:29 +00:00 |
|
Anurag Agarwal
|
10988526a2
|
Merge branch 'master' of github.com:iluwatar/java-design-patterns into java-11
|
2020-08-03 15:42:18 +00:00 |
|
Rakesh Venkatesh
|
b9f17824fa
|
removing unwanted modifiers
|
2020-08-03 17:38:03 +02:00 |
|
Rakesh Venkatesh
|
3ae7466647
|
Typically command pattern is implemented using
interfaces and concrete classes. Refactor the
code to use the same
|
2020-08-03 16:51:30 +02:00 |
|
Ilkka Seppälä
|
9ff5b9e7c0
|
Fix merge
|
2020-08-03 16:49:46 +03:00 |
|
Ilkka Seppälä
|
4941e8ebc4
|
Merge pull request #1471 from iluwatar/all-contributors/add-charlesfinley
docs: add charlesfinley as a contributor
|
2020-08-03 16:35:28 +03:00 |
|
Ilkka Seppälä
|
081d789749
|
Merge branch 'master' into all-contributors/add-charlesfinley
|
2020-08-03 16:34:41 +03:00 |
|
allcontributors[bot]
|
f84f7b973c
|
docs: update .all-contributorsrc [skip ci]
|
2020-08-03 13:30:52 +00:00 |
|
allcontributors[bot]
|
83acaa82d4
|
docs: update README.md [skip ci]
|
2020-08-03 13:30:51 +00:00 |
|
Ilkka Seppälä
|
b0ded54c66
|
Cleanup
|
2020-08-02 22:48:54 +03:00 |
|
Ilkka Seppälä
|
689cc8b59b
|
Update surefire and minor improvements
|
2020-08-02 11:55:13 +03:00 |
|
Ilkka Seppälä
|
8c7dd72d5a
|
Merge pull request #1470 from charlesfinley/master
Updated ${artifactId} to ${project.artifactId}
|
2020-08-02 11:51:14 +03:00 |
|
Matt Dolan
|
14487261d0
|
Use of ${artifactId} is deprecated and should be updated to ${project.artifactId}
|
2020-08-02 00:03:36 -04:00 |
|
Ilkka Seppälä
|
a9b7111b39
|
work on Abstract Factory readme
|
2020-08-01 16:26:14 +03:00 |
|