Ilkka Seppälä
|
348e577e8e
|
Hexagonal pattern: Add Guice dependency
|
2016-09-06 21:39:08 +03:00 |
|
Ilkka Seppälä
|
22821ba8cc
|
Move Guice to parent pom dependency management section
|
2016-09-06 21:35:36 +03:00 |
|
Markus Moser
|
4493341ba6
|
add documentation to 'use latest java 8' change
|
2016-09-04 11:00:24 +02:00 |
|
Ilkka Seppälä
|
3cb872807e
|
Hexagonal pattern: remove unnecessary repository usage from a unit test
|
2016-09-04 10:33:26 +03:00 |
|
Ilkka Seppälä
|
ab68129829
|
Hexagonal pattern: move business logic to core
|
2016-09-03 22:02:08 +03:00 |
|
Ilkka Seppälä
|
e57a0948ef
|
Merge pull request #490 from iluwatar/DocumentUsages
#211 Document GoF usages from Java API
|
2016-09-03 14:14:13 +03:00 |
|
Ilkka Seppälä
|
ff23e90c4f
|
Add puml for Promise pattern
|
2016-09-03 08:43:35 +03:00 |
|
Markus Moser
|
fa52a7f77e
|
Run build with latest java 8 release
|
2016-09-03 00:19:50 +02:00 |
|
Markus Moser
|
165d1f1298
|
Turn Error Tracing on when installing
Travis currently errors and i cant reproduce locally, so this might help finding the culprit
|
2016-09-02 23:54:52 +02:00 |
|
NooBxGockeL
|
be2c7fdb2b
|
Update URM version: 1.4.0 -> 1.4.1, fixes #492
|
2016-09-02 23:15:38 +02:00 |
|
Ilkka Seppälä
|
90c636abd3
|
Add missing license headers
|
2016-09-02 21:28:45 +03:00 |
|
Ilkka Seppälä
|
678a06e7f8
|
Merge pull request #470 from iluwatar/Promise
Implements #403 Promise pattern
|
2016-09-02 20:47:21 +03:00 |
|
Markus Moser
|
e425c2ef2f
|
Add webhook for travis build failures to gitter
Only the core group (private) gitter room
|
2016-08-31 13:15:44 +02:00 |
|
Narendra Pathai
|
5c1a4f1caf
|
Added example that mocking frameworks use proxy pattern
|
2016-08-31 16:12:13 +05:30 |
|
NooBxGockeL
|
58dce1bd89
|
Work on #190: Commit initial pumlId's added by the script
|
2016-08-30 15:10:34 +02:00 |
|
NooBxGockeL
|
9dd1503e6f
|
Work on #190: add postPumlsToServer.py python script
Used to initially post all pumls to the plantuml hosting while preserving the pumlId's
|
2016-08-30 15:07:49 +02:00 |
|
Markus Moser
|
09037b0251
|
Rename index.md to README.md
to conform to our standards, every other file is named README.md
|
2016-08-30 14:06:14 +02:00 |
|
NooBxGockeL
|
36fe249960
|
Work on #190: Add first batch of automagically generated puml files
|
2016-08-30 13:29:12 +02:00 |
|
NooBxGockeL
|
e73867f9a1
|
Work on #190: Add automagic puml generation in pom.xml's
|
2016-08-30 13:24:53 +02:00 |
|
Narendra Pathai
|
59cf100302
|
#403, updated javadocs
|
2016-08-29 12:04:24 +05:30 |
|
Narendra Pathai
|
ad11ea46b1
|
Work on #403, javadocs updated
|
2016-08-29 11:55:30 +05:30 |
|
Narendra Pathai
|
5796e1967f
|
Work on #403, updated diagram and finishing touches
|
2016-08-29 11:50:33 +05:30 |
|
Narendra Pathai
|
483c61a82a
|
Some refactoring, added javadocs
|
2016-08-29 00:16:36 +05:30 |
|
Narendra Pathai
|
6575b3ae99
|
Merge pull request #491 from alexsomai/patch-1
Minor code changes
|
2016-08-29 00:00:44 +05:30 |
|
Alexandru Somai
|
095adda7e9
|
Change access level to private
|
2016-08-26 12:54:20 +03:00 |
|
Alexandru Somai
|
f16ae08bdf
|
Remove extra space
|
2016-08-26 12:46:30 +03:00 |
|
Narendra Pathai
|
95cf9fe367
|
Work on #403, made example readable and moved methods into utility
|
2016-08-22 18:43:29 +05:30 |
|
Narendra Pathai
|
28647cdf48
|
#211, consistent use of real world examples section in all readme files.
|
2016-08-20 20:57:48 +05:30 |
|
Narendra Pathai
|
fdcf546112
|
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into DocumentUsages
|
2016-08-20 20:50:30 +05:30 |
|
Narendra Pathai
|
a0c77c32b5
|
#211 added further examples for structural and behavioral patterns
|
2016-08-20 20:49:28 +05:30 |
|
Narendra Pathai
|
eb75773891
|
Added FAQ on Memento pattern
Difference between java Serialization and Memento pattern added
|
2016-08-20 19:44:48 +05:30 |
|
Narendra Pathai
|
c79df708b1
|
#211 added real world examples from Java api for creational patterns
|
2016-08-20 13:17:53 +05:30 |
|
Markus Moser
|
56100927a9
|
Addendum #481
Change page-index for faq.md
|
2016-08-15 12:33:24 +02:00 |
|
Markus Moser
|
7e77216919
|
remove link, resolves #479
to avoid confusion, the link is removed.
For more information on why this is done please look at the referenced issue
|
2016-08-15 11:53:39 +02:00 |
|
Ilkka Seppälä
|
b16d7fc970
|
Configure Travis notification email
|
2016-08-14 23:00:27 +03:00 |
|
Ilkka Seppälä
|
0b36a3153d
|
Fix checkstyle error
|
2016-08-14 22:42:59 +03:00 |
|
Ilkka Seppälä
|
7c2f5da926
|
Add final keyword
|
2016-08-13 18:28:53 +03:00 |
|
Ilkka Seppälä
|
ffbc5f2f29
|
Reorganize LotteryNumbers for easier inclusion in the blog
|
2016-08-13 17:08:57 +03:00 |
|
Ilkka Seppälä
|
d50139e13e
|
Merge pull request #478 from iluwatar/DocumentDoubleCheckIdiom
Documented singleton double check idiom
|
2016-08-05 18:45:00 +03:00 |
|
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 |
|
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 |
|