Commit Graph

246 Commits

Author SHA1 Message Date
Sabiq Ihab 5873aeeb69 add cqrs module to parent pom.xml and update pom.xml 2017-06-30 21:31:25 +00:00
Ilkka Seppälä ac721c695c Set version for next development iteration 2017-06-30 20:33:29 +03:00
Ilkka Seppälä d793160bce Reach milestone 1.16.0 2017-06-30 20:31:31 +03:00
Srđan Paunović 09fb79099f Merge branch 'master' into extension-objects 2017-06-02 21:50:00 +02:00
Ilkka Seppälä dd0ca2d16e Merge pull request #572 from 4lexis/master
#567 Marker Interface pull request
2017-05-29 21:41:27 +03:00
Ilkka Seppälä 992e76ac61 Merge pull request #566 from qpi/master
Event Queue pattern
2017-05-16 21:59:50 +03:00
Aleksandar Dudukovic a34e7be9c2 check commit 2017-04-28 19:35:19 +02:00
Mihály Kuprivecz 44401988d1 pom.xml fixes 2017-04-28 11:32:35 +02:00
SrdjanPaunovic 645e91ed23 first version of pattern without Tests 2017-04-27 13:58:58 +02:00
Mihály Kuprivecz dce767c1c5 first commit 2017-04-06 23:48:15 +02: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ä 952c207a62 Merge pull request #546 from Crossy147/converter
Converter
2017-04-01 14:17:37 +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
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
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 764ff4bf53 Initial commit of guarded suspension design pattern 2017-03-11 11:50:19 +01:00
Kamil Pietruszka 8871f788d2 #497 Converter pattern implementation 2017-03-10 20:08:58 +01:00
Paul Campbell 3fd6887975 #467 data-bus: implement pattern 2017-03-05 18:55:34 +00:00
Paul Campbell eecffb0ea5 #467 data-bus: add stub 2017-03-03 19:58:03 +00:00
Thomas 3d3dd58501 Update pom.xml
removed errors caused by copy code from master
2017-01-29 12:08:11 +01:00
Thomas 3324e1bc43 Update pom.xml
added  <module>tls</module>
2017-01-29 12:01:32 +01: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 2016-12-31 10:23:32 +02:00
Ilkka Seppälä c94c8a3e74 Merge pull request #512 from inbravo/master
Module pattern #62
2016-12-01 20:53:12 +02:00
Chandana Amarnath 1d6d0c54a7 pom.xml Fixed Conflict 2016-11-28 20:33:45 +05:30
Ilkka Seppälä faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
Ilkka Seppälä cc02ff472b Merge pull request #503 from igeligel/master
Object Mother pattern #498
2016-11-26 20:22:48 +02:00
NooBxGockeL 7d995056ff Update URM Version to 1.4.4 and regenerated all puml files 2016-11-26 12:51:06 +01:00
Chandana Amarnath 12b70cb39c Issue #450. First commit. Queue Based Load Leveling 2016-11-20 16:25:10 +05:30
daniel-bryla 0a427710bb Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
* 'master' of https://github.com/iluwatar/java-design-patterns: (27 commits)
  Remove use of coveralls-maven-plugin (sonarqube.com covers this)
  Add SonarQube.com badge
  Fix environment variable
  Add Travis instructions for SonarQube.com analysis
  Adds more criticism to Singleton pattern.
  Event Based Asynchronous pattern: Add missing license header and puml diagram
  Changed config to non-interactive
  Moved config into a separate dir
  Unused import removed.
  End process logic clause has been corrected.
  Caching pattern: Documentation and diagram
  Fixes #437. Adds criticism to Singleton pattern.
  Alter JUnit tests to run in lesser time.
  Updated version snapshot to 1.14.0
  Changes based on review feedback.
  Closes #436. Adds criticism to service locator pattern.
  Caching pattern: Implementation of Cache-Aside pattern
  Caching pattern: Style fix for null check
  Caching pattern: Refactor LRU cache to avoid NPE and unnecessary cache lookup
  Caching pattern: Refactor shutdown hook to use method reference
  ...
2016-11-04 11:51:45 +01:00
Ilkka Seppälä 124fd33da0 Remove use of coveralls-maven-plugin (sonarqube.com covers this) 2016-11-01 21:31:54 +02:00
Amit Dixit 2a77ac29e9 FirstCut++
FirstCut++
2016-10-26 16:59:36 +05:30
igeligel 6aed26e61e Fix pom.xml
Deleted </modules> tag because i added it one time more than neccessary
2016-10-24 15:43:52 +02:00
igeligel 74ac79b01e Fix pom.xml 2016-10-24 15:33:25 +02:00
igeligel 750fa4f954 Merge Changes of the master repository 2016-10-24 15:32:32 +02:00
igeligel 20295316c2 add entry to parent pom.xml #498 2016-10-24 15:30:17 +02:00
daniel-bryla 0438811489 #502 Replaced usages of System.out with logger. 2016-10-23 19:59:03 +02:00
WSSIA 5eacf522a2 Merge remote-tracking branch 'upstream/master' 2016-10-03 21:05:31 +01:00
Ilkka Seppälä 4ca205c03c Set version number for next development iteration 2016-09-30 19:40:28 +03:00
Ilkka Seppälä c5e6dcc11b Reached milestone 1.13.0 2016-09-30 19:38:28 +03:00
WSSIA 69cab15d75 Merge remote-tracking branch 'upstream/master' 2016-09-19 21:50:54 +01:00
Ilkka Seppälä 6026eedd51 UML generation: Mark the urm-maven-plugin execution to be ignored in Eclipse and recreate all .puml files 2016-09-18 17:51:09 +03:00
WSSIA f2159515bc Merge remote-tracking branch 'upstream/master' 2016-09-11 20:33:51 +01:00
WSSIA fce30db803 Updating fork branch 2016-09-11 16:24:16 +01:00
Ilkka Seppälä a85463470e Hexagonal pattern: Add mongo driver dependency 2016-09-11 13:53:00 +03:00