Kamil Pietruszka
a5ab5c7d8e
Merge branch 'master' into converter
2017-03-26 23:50:08 +02:00
Ilkka Seppälä
286d6c3a4c
Merge pull request #536 from Rzeposlaw/master
...
#66 Balking Pattern
2017-03-26 15:00:21 +03:00
NooBxGockeL
c2a7b902a9
Work on #190 : urm/puml updates
...
* added pumlid where it was missing and possible
* removed pumlid where it generated a bad image
* regenerated some incorrect puml's
* added 'left to right direction' puml prefix to some diagrams to improve the automatic layouting
2017-03-25 22:07:10 +01:00
Kamil Pietruszka
72a0765ec6
Merge branch 'master' into converter
2017-03-16 12:27:05 +01:00
Katarzyna Rzepecka
cca4d5a670
Update after changes from review. Additional improvements.
2017-03-13 01:33:14 +01:00
Katarzyna Rzepecka
bb4a1bdc05
Pom.xml files fixed.
2017-03-13 01:16:26 +01:00
Katarzyna Rzepecka
1aed5905d7
#66 Balking Pattern
2017-03-13 01:15:39 +01:00
Ilkka Seppälä
175e9f58c1
Merge pull request #537 from robertt240/master
...
guarded suspension pattern #69
2017-03-12 10:36:27 +02:00
Kamil Pietruszka
77a534385c
fixed pmd violation
2017-03-11 13:35:55 +01:00
Kamil Pietruszka
2ed7acbc31
fixed checkstyle violations
2017-03-11 13:02:29 +01:00
Kamil Pietruszka
3a243eee6e
diagrams added
2017-03-11 12:47:58 +01:00
Kamil Pietruszka
8632bafcd7
comments, tests and description
2017-03-11 12:24:48 +01:00
Robert Kasperczyk
449aed1a53
changed parent POM version #69
2017-03-11 12:02:04 +01:00
Robert Kasperczyk
a20abae21c
apply changes from review #69
2017-03-11 11:50:19 +01:00
Robert Kasperczyk
7423f47daa
further POM rearragments #69
2017-03-11 11:50:19 +01:00
Robert Kasperczyk
f09578c091
further POM rearragments #69
2017-03-11 11:50:19 +01:00
Robert Kasperczyk
29715028d1
fix in POM formatting #69
2017-03-11 11:50:19 +01:00
Robert Kasperczyk
e5034c6ae9
guarded suspension pattern #69
2017-03-11 11:50:19 +01:00
Robert Kasperczyk
a09866d35b
another readme fix
2017-03-11 11:50:19 +01:00
Robert Kasperczyk
1824b4138b
readme fix
2017-03-11 11:50:19 +01:00
Robert Kasperczyk
764ff4bf53
Initial commit of guarded suspension design pattern
2017-03-11 11:50:19 +01:00
Kamil Pietruszka
e8b634c33e
java docs added
2017-03-10 20:59:24 +01:00
Kamil Pietruszka
8871f788d2
#497 Converter pattern implementation
2017-03-10 20:08:58 +01:00
Kamil Pietruszka
e9c54011e9
Merge remote-tracking branch 'refs/remotes/iluwatar/master'
2017-03-08 16:50:04 +01:00
Ilkka Seppälä
cca4760f69
#190 Rename package for Queue-Based Load Leveling pattern
2017-02-12 00:33:30 +02:00
Ilkka Seppälä
a1ff55b462
#190 Regenerate puml files
2017-02-11 21:46:56 +02:00
Ilkka Seppälä
9ec0935a1c
Merge pull request #532 from leogtzr/master
...
Adding initialization-on-demand idiom and noninstantiable class instead of interface constant idiom
2017-01-23 08:21:07 +02:00
leogtzr
c6d0d28557
Reverting initialization on demand holder idiom.
2017-01-22 11:06:57 -07:00
leogtzr
e26215578c
Changing code to use interfaces instead of implementations.
2017-01-21 15:49:29 -07:00
leogtzr
d6fc28e120
Changing code to use interfaces instead of implementations.
2017-01-21 15:47:54 -07:00
Ilkka Seppälä
115a85301c
#525 Add link to proxy blog
2017-01-21 13:37:16 +02:00
Ilkka Seppälä
29c5b80f19
#525 Add link to Queue-Based Load Leveling blog
2017-01-21 12:56:42 +02:00
Ilkka Seppälä
0c8bb1c22e
Set version for next development iteration
2016-12-31 10:24:26 +02:00
Ilkka Seppälä
0c48695fa5
Achieved milestone 1.14.0
1.14.0
2016-12-31 10:23:32 +02:00
Ilkka Seppälä
8d34ccf827
Add link to Proxy presentation.
2016-12-26 20:16:30 +02:00
Ilkka Seppälä
512a5c0560
Merge branch 'proxy-presentation'
2016-12-26 20:08:41 +02:00
Ilkka Seppälä
9cf1918425
Add presentation for Proxy pattern.
2016-12-26 20:05:38 +02:00
Ilkka Seppälä
5e57cd03d1
Add some material for proxy presentation.
2016-12-26 19:43:46 +02:00
leogtzr
6292690250
Changing constant interface pattern with a Noninstantiable class
2016-12-24 14:49:41 -07:00
Ilkka Seppälä
ad93184a79
Merge pull request #530 from Valdar-Soft/master
...
Sonar quality bugfix and minor refactor
2016-12-24 12:36:11 +02:00
leogtzr
20b1c2bd49
Adding initialization on demand holder idiom.
2016-12-24 00:49:46 -07:00
Krisztián Nagy
95f2c19780
Sonar bug fixes using Yoda condition in equals expression when comparing String literal with String object.
...
Using try-with-resources if we use Scanner to close the underlying stream is a good practice to handle resources.
Minimal refactor.
2016-12-18 16:08:59 +01:00
Krisztián Nagy
120033b58b
Sonar bug fixes using Yoda condition in equals expression when comparing String literal with String object.
...
Using try-with-resources if we use Scanner to close the underlying stream is a good practice to handle resources.
Minimal refactor.
2016-12-18 16:04:13 +01:00
Ilkka Seppälä
c94c8a3e74
Merge pull request #512 from inbravo/master
...
Module pattern #62
2016-12-01 20:53:12 +02:00
Amit Dixit
5d8806858b
Review comments++
2016-12-01 16:29:35 +05:30
Ilkka Seppälä
efc2c887e9
Merge pull request #521 from Amarnath510/master
...
Issue #450 . First commit. Queue Based Load Leveling
2016-11-28 19:04:31 +02:00
Chandana Amarnath
1d6d0c54a7
pom.xml Fixed Conflict
2016-11-28 20:33:45 +05:30
Chandana Amarnath
1387e2bc96
Fixed all the code changes after review
2016-11-28 20:13:18 +05:30
Ilkka Seppälä
faa29f8025
Update license headers
2016-11-27 14:34:20 +02:00
Ilkka Seppälä
89e7f51e99
Merge pull request #519 from iluwatar/presentation
...
Add hexagonal architecture presentation
2016-11-27 13:50:04 +02:00