tmcconville
a54cea777f
#297 Create class diagrams for API Gateway, Price microservice, and Image microservice
2016-04-24 15:24:33 -05:00
tmcconville
4ebb64c092
#297 Create unit test for PriceController
2016-04-02 18:33:50 -05:00
tmcconville
e80583fad7
#297 Create unit test for ImageController
2016-04-02 18:31:58 -05:00
tmcconville
665256ecc0
#297 Create Spring Boot-backed API Gateway that aggregates calls to the Image and Price microservices
2016-04-02 18:25:13 -05:00
tmcconville
01737bc643
#297 Create Spring Boot-backed Price microservice with an endpoint to retrieve a price
2016-04-02 18:19:42 -05:00
tmcconville
0c6d3f2c3a
#297 Create Spring Boot-backed Image microservice with an endpoint to retrieve an image path
2016-04-02 18:19:21 -05:00
tmcconville
3cbb88e09c
#297 Create unit tests for Gateway API pattern
2016-02-07 17:05:45 -06:00
tmcconville
88c3b04eb3
#297 Create API Gateway pattern
2016-02-07 17:05:33 -06:00
NooBxGockeL
1a55f3a420
Work on #353 : More descriptive Tags
...
* Added the full name for Apache Camel, including the trademark symbol for clarity among other things named "Camel" and to indicate that this is a 3rd party software
2016-01-19 21:28:54 +01:00
Ilkka Seppälä
bd82387fc1
Merge pull request #345 from azhuzhu/master
...
Fix the wrong uml .png name in decorator
2016-01-14 19:47:09 +02:00
Ilkka Seppälä
3398badd30
Merge pull request #344 from hoswey/master
...
fix issue #343 ReaderWriterLock unit tests fail on CI
2016-01-14 19:42:46 +02:00
Yuming Zhu
033dce8387
Fix the wrong uml .png name in decorator
2016-01-15 00:56:46 +08:00
hoswey
e95cfe9292
fix issue #343 ReaderWriterLock unit tests fail on CI
2016-01-13 09:35:31 +08:00
Ilkka Seppälä
150c4e0d5d
Ignore rest of ReaderWriterLock tests with intermittent failures
2016-01-12 21:16:39 +02:00
Ilkka Seppälä
c8db19efe2
Ignore another test with intermittent failures until fixed
2016-01-12 21:08:10 +02:00
Ilkka Seppälä
2fec4f891b
Ignore test with intermittent failures until fixed
2016-01-12 20:57:36 +02:00
Ilkka Seppälä
adf131b784
Merge pull request #326 from hoswey/master
...
implements the #75 reader writer lock
2016-01-12 20:15:22 +02:00
hoswey
77d45c35e0
implements the #75 reader writer lock, fix the problem of review
2016-01-10 21:23:52 +08:00
hoswey
2f84369003
Merge remote-tracking branch 'upstream/master'
2016-01-09 22:26:18 +08:00
Ilkka Seppälä
83f1ac7489
Update dependencies
2016-01-07 21:41:45 +02:00
Ilkka Seppälä
03e187743c
Merge pull request #340 from tomroy/master
...
Decorator pattern: SmartTroll should be SmartHostile #264
2016-01-06 19:44:26 +02:00
Tom.TH.Lin
bd83fa28bb
Correct method name and cleanup etc folder #264
2016-01-07 00:34:33 +08:00
Tom.TH.Lin
30ca1ea1fb
Decorator pattern: SmartTroll should be SmartHostile #264
2016-01-04 23:07:33 +08:00
Markus
4c5f9ae44c
Merge pull request #339 from fluxw42/issue-238
...
Use headings instead of bold text in index.md #238
Script used to do it: https://gist.github.com/fluxw42/464820d08e3b567fda48
2016-01-04 02:15:37 +01:00
Jeroen Meulemeester
3d642cdad7
Use headings instead of bold text in index.md #238
2016-01-03 21:14:30 +01:00
Ilkka Seppälä
b6beffec2e
Merge pull request #299 from genericmethod/master
...
#113 Event-driven Architecture
2016-01-03 14:50:46 +02:00
Chris Farrugia
1987bdb962
Merge pull request #1 from mikulucky/master
...
Class Diagram for EDA
2016-01-03 12:20:35 +00:00
Joseph McCarthy
bea1a0d6d9
Revert "Revert "Add class diagram for #113 and to be included in PR #299 ""
...
This reverts commit 0f75a0e23961d3528c716874d74615b88230201f.
2016-01-03 00:55:04 +00:00
Joseph McCarthy
d6719729b9
Revert "Revert "Merge remote-tracking branch 'origin/master'""
...
This reverts commit 03f0a2112bdd146328a3e836fd7424e7a274c298.
2016-01-03 00:54:49 +00:00
Joseph McCarthy
03f0a2112b
Revert "Merge remote-tracking branch 'origin/master'"
...
This reverts commit 248ea5191a775ebb55ed23d39af4ab322d4fbf74, reversing
changes made to 02bd15db90de99909ac61f5fb64c6bbc6c2c2f03.
2016-01-03 00:52:56 +00:00
Joseph McCarthy
0f75a0e239
Revert "Add class diagram for #113 and to be included in PR #299 "
...
This reverts commit 0c062d3f55b99dbceeec069fee804c7a32c8a5b1.
2016-01-03 00:52:24 +00:00
Joseph McCarthy
0c062d3f55
Add class diagram for #113 and to be included in PR #299
2016-01-03 00:01:43 +00:00
Joseph McCarthy
248ea5191a
Merge remote-tracking branch 'origin/master'
2016-01-02 23:59:47 +00:00
Joseph McCarthy
39b183d569
Merge pull request #2 from genericmethod/master
...
Pull
2016-01-02 23:58:43 +00:00
Joseph McCarthy
02bd15db90
Merge remote-tracking branch 'iluwatar/master'
2016-01-02 18:39:58 +00:00
Ilkka Seppälä
317a599c3b
Merge pull request #337 from mikulucky/master
...
Provide a simple example for Callback Pattern using Lambdas
2016-01-02 19:04:43 +02:00
cfarrugia
7176b86146
#113 Event Driven Architecture
...
bumped up version to 1.10
2016-01-02 14:05:36 +01:00
cfarrugia
2ea9bfef19
#113 Event Driven Architecture
...
Fixed PMD errors
2016-01-02 14:04:07 +01:00
cfarrugia
40042ae392
Merge remote-tracking branch 'iluwatar/master'
...
# Conflicts:
# pom.xml
2016-01-02 11:48:01 +01:00
Joseph McCarthy
e25ef1b0f8
Check Style fixes #334
2016-01-02 00:54:26 +00:00
Joseph McCarthy
ca4a4ec07b
Created a Lambdas example for the callback pattern, using the same output of the traditional version. Have also added another unit test for issue #334
2016-01-01 23:41:56 +00:00
Ilkka Seppala
e0e51324db
Set version number for next development iteration
2016-01-01 20:39:20 +02:00
Ilkka Seppala
e4458c1b17
Achieved milestone 1.9.0
1.9.0
2016-01-01 20:37:50 +02:00
Ilkka Seppälä
30e09a8dd9
Merge pull request #331 from fluxw42/master
...
Add unit tests for remaining patterns
2016-01-01 18:24:58 +02:00
Ilkka Seppälä
f987c7253b
Merge pull request #330 from mikulucky/master
...
Delegation Pattern
2016-01-01 16:49:01 +02:00
Joseph McCarthy
ad714294dd
Clean up javaDocs on Printer.java #324
2015-12-30 20:08:52 +00:00
Joseph McCarthy
623c2081cd
Update App.java to have more information on the pattern #324
2015-12-30 20:07:42 +00:00
Jeroen Meulemeester
542a832a66
Added tests for twin pattern
2015-12-30 20:55:22 +01:00
Jeroen Meulemeester
444eb07e26
Added tests for tolerant-reader pattern
2015-12-30 20:55:22 +01:00
Jeroen Meulemeester
fd8c05846f
Added tests for thread-pool pattern
...
Fixed concurrency problem in id generation of Task
2015-12-30 20:55:22 +01:00