Commit Graph

1651 Commits

Author SHA1 Message Date
Aleksandar Dudukovic 64337dff06 merge fix 2017-05-03 21:07:49 +02:00
4lexis 34b09c75ec #567 added .gitignore 2017-05-03 20:51:51 +02:00
4lexis 66c6f30c1c #567 Updated pom.xml 2017-05-03 20:34:27 +02:00
Aleksandar Dudukovic e413b116ac Merge branch 'master' of https://github.com/4lexis/java-design-patterns 2017-05-03 19:57:57 +02:00
Aleksandar Dudukovic 6e0b3e37ea updated pom.xml 2017-05-03 19:57:14 +02:00
4lexis be3f4dce50 Update Picture 2017-05-03 19:49:25 +02:00
4lexis 6d87f63ed5 Added README.md 2017-05-03 19:48:29 +02:00
Aleksandar Dudukovic 20062faae6 All without Readme and pumlid 2017-05-03 17:50:35 +02:00
Aleksandar Dudukovic 8530d01e10 code implemented 2017-04-29 16:35:57 +02:00
Aleksandar Dudukovic a34e7be9c2 check commit 2017-04-28 19:35:19 +02:00
Ilkka Seppälä 82b9f4fea7 Merge pull request #544 from kemitix/data-bus
[WIP] Data Bus
2017-04-22 15:17:31 +03:00
Paul Campbell ff8d854a8d #467 data-bus: README.md: clean up 2017-04-16 06:51:10 +01:00
Ilkka Seppälä 31f4b15e86 Merge pull request #565 from kapinuss/patch-1
Update ObjectPool.java
2017-04-16 08:17:56 +03:00
Ilkka Seppälä cd54cf5512 Merge pull request #563 from sunilmogadati/SonarQubeBlockerBugs
#507 SonarQube blocker severity bugs
2017-04-16 08:13:26 +03:00
kapinuss 798aee47b3 Update ObjectPool.java 2017-04-12 18:59:43 +03:00
Sunil Mogadati 60ebcc56f8 #507 SonarQube blocker severity bugs 2017-04-01 20:55:47 -06:00
Paul Campbell 2643dfa0b8 #467 data-bus: App: add notes about this implementation of the patter 2017-04-01 19:33:54 +01:00
Paul Campbell c96ebcb197 #467 data-bus: App: add description of the pattern 2017-04-01 19:26:41 +01:00
Paul Campbell b72d545349 #467 data-bus: members: StatusMemberTest: added 2017-04-01 19:17:09 +01:00
Paul Campbell 311bb79870 #467 data-bus: members: StatusMember: records start and stop times 2017-04-01 19:16:55 +01:00
Paul Campbell f495a88e91 #467 data-bus: members: MessageCollectorMemberTest: added 2017-04-01 19:05:19 +01:00
Paul Campbell 8b0c14cae0 Counter doesn't count anything. Added ability to collect the messages
from the MessageData that it receives.
2017-04-01 19:05:09 +01:00
Paul Campbell b7a6a018e0 #467 data-bus: DataBusTest: added 2017-04-01 18:36:04 +01:00
Paul Campbell 46e0fa4825 #467 data-bus: pom.xml: add mockito dependency 2017-04-01 18:35:40 +01:00
Paul Campbell 86009f2261 #467 data-bus: add missing javadoc 2017-04-01 18:12:56 +01:00
Paul Campbell 146f367188 #467 data-bus: remove lombok 2017-04-01 18:12:32 +01:00
Paul Campbell bc4d029a87 #467 data-bus: pom.xml: remove surefire plugin 2017-04-01 18:04:44 +01:00
Paul Campbell 960eee3d43 #467 update version 2017-04-01 18:04:16 +01:00
Paul Campbell 30315e788f Merge remote-tracking branch 'upstream/master' into data-bus
* upstream/master: (67 commits)
  Set version for next development iteration
  Reached milestone 1.15.0
  #539 Checkstyle fix
  #539 More Checkstyle fixes
  #539 Checkstyle fixes
  #497 Add missing puml and license headers
  #77 Add missing license header
  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
  Removed AvoidStarImport Rule Added JavaDocType Rule
  Update App.java
  Update App.java
  Update after changes from review. Additional improvements.
  Pom.xml files fixed.
  #66 Balking Pattern
  fixed pmd violation
  fixed checkstyle violations
  diagrams added
  comments, tests and description
  changed parent POM version #69
  apply changes from review #69
  ...

# Conflicts:
#	pom.xml
2017-04-01 18:03:02 +01:00
Ilkka Seppälä 073d06c0ae Set version for next development iteration 2017-04-01 17:15:59 +03:00
Ilkka Seppälä 8fea969912 Reached milestone 1.15.0 2017-04-01 17:14:02 +03:00
Ilkka Seppälä 139876f96a #539 Checkstyle fix 2017-04-01 15:51:01 +03:00
Ilkka Seppälä f3c4640d12 #539 More Checkstyle fixes 2017-04-01 15:43:36 +03:00
Ilkka Seppälä c1c4411957 #539 Checkstyle fixes 2017-04-01 15:34:13 +03:00
Ilkka Seppälä 3f272bf291 Merge pull request #548 from muditporwal/master
Checkstyle improvements #539 : Added JavaDocType Rule
2017-04-01 14:45:52 +03:00
Ilkka Seppälä 2921448f8b #497 Add missing puml and license headers 2017-04-01 14:25:13 +03:00
Ilkka Seppälä 952c207a62 Merge pull request #546 from Crossy147/converter
Converter
2017-04-01 14:17:37 +03:00
Ilkka Seppälä 6ba4d7be98 #77 Add missing license header 2017-04-01 12:39:06 +03:00
Ilkka Seppälä 854101bb49 Merge pull request #529 from thomasoss/master
Thread Local Storage issue #77
2017-04-01 12:29:03 +03:00
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
Mudit Porwal 09585c3874 Removed AvoidStarImport Rule
Added JavaDocType Rule
2017-03-22 01:16:02 +08:00
Thomas f84c4c1611 Update App.java
Correction of correction ;-)
2017-03-18 10:02:37 +01:00
Thomas 2c2d874ac8 Update App.java
Correction of error detected by maven-pmd-plugin.
2017-03-18 10:00:13 +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