Mariusz Kuligowski
0eb71c85d9
Fix test names
2018-04-08 19:45:33 +02:00
Mariusz Kuligowski
651fe2c0fb
Add unit tests for CarEngineFacade
2018-04-08 19:24:50 +02:00
Mariusz Kuligowski
e07e4116fc
Implement facade for carsystem
2018-04-08 19:23:57 +02:00
Mariusz Kuligowski
b6301771be
Add classes of complex car subsystem
2018-04-08 19:20:02 +02:00
Mariusz Kuligowski
b864ae9ded
Initialize facade subproject
2018-04-08 19:19:14 +02:00
Tarang Bhalodia
00c022388f
BAEL-1524: Chain of Responsibility Design Pattern in Java ( #3780 )
...
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH
* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool
* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)
* BAEL-1282: added TDD type junit tests for geospatial queries elasticsearch
* BAEL-1524: added example for chain of responsibility design pattern
* BAEL-1524: added BDD style jUnit test to test unknown handler in ChainOfResponsibility design pattern
* BAEL-1524: refactored ChainOfResponsibility design pattern example
* BAEL-1524: refactored ChainOfResponsibility design pattern example
* BAEL-1524: updated ChainOfResponsibility design pattern example
* BAEL-1524: updated ChainOfResponsibility design pattern example
* BAEL-1524: moved chain of responsibility example from core-java module to patterns module
2018-03-08 07:45:48 -07:00
Doha2012
962dfd228f
make sure modules using java8 ( #3313 )
2017-12-28 15:30:01 +01:00
Rokon Uddin Ahmed
b59226a68c
12.12 ( #3219 )
...
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.MD
* Create README.md
* Update readme.md
* Update README.md
* Update README.md
* Update README.md
2017-12-12 07:32:35 +01:00
adamd1985
aa46858c0f
BAEL-1289 - Merge ( #3136 )
...
* Initial Commit
* Added Domain Classes
* Update HighEndComputer.java
* Update StandardComputer.java
* Update TemplateMethodPatternTest.java
* Update parent pom.xml
* Update pom.xml in template-method submodule
* Update readme.md
* Update README.md
* Initial Commit
* Update HighEndComputer.java
* Delete article folder
* Initial Commit
* Initial Commit
* Initial Commit
* Added Article Folder
* Delete Article Folder
* Added Article Folder
2017-11-26 00:03:05 +01:00
Alejandro Gervasio
2a9570cc1f
Implementing the Template Method Pattern in Java - BAEL-1289 ( #3078 )
...
* Initial Commit
* Added Domain Classes
* Update HighEndComputer.java
* Update StandardComputer.java
* Update TemplateMethodPatternTest.java
* Update parent pom.xml
* Update pom.xml in template-method submodule
* Update readme.md
* Update README.md
2017-11-19 20:45:54 +01:00
Alejandro Gervasio
bdbee879af
Implementing the Template Method Pattern with Java - BAEL-1289 ( #3065 )
...
* Initial Commit
* Added Domain Classes
* Update HighEndComputer.java
* Update StandardComputer.java
* Update TemplateMethodPatternTest.java
2017-11-16 21:28:55 +01:00
Alejandro Gervasio
8957b9414c
Initial Commit ( #3045 )
2017-11-15 17:43:57 +01:00
adamd1985
9685875496
Revert "Implementing the Template Method Pattern with Java - BAEL-1289 ( #3038 )" ( #3042 )
...
This reverts commit c0f9c00a3b
.
2017-11-15 17:28:49 +01:00
Alejandro Gervasio
c0f9c00a3b
Implementing the Template Method Pattern with Java - BAEL-1289 ( #3038 )
...
* Initial Commit
* Update HighEndComputerBuilder.java
* Update HighEndComputerBuilder.java
* Update StandardComputerBuilder.java
* Update TemplateMethodPatternTest.java
* Update ComputerBuilder.java
* Delete HighEndComputer.java
* Delete StandardComputer.java
2017-11-14 08:39:46 +01:00
Alejandro Gervasio
10ea5fa784
Implemeting the template method pattern in Java - BAEL-1289 ( #3012 )
...
* Initial Commit
* Delete domain classes
2017-11-13 08:42:26 +01:00
Alejandro Gervasio
8df4293b68
Implementing the Template Method Pattern in Java - BAEL-1289 ( #2976 )
...
* Initial Commit
* Remove unit test methods
* Remove duplicated unit test methods
2017-11-09 11:14:05 +01:00
Alejandro Gervasio
1f5b0a9749
Implementing the Template Method Pattern in Java - BAEL-1289 ( #2923 )
...
* Initial Commit
* Edit pom.xml
* Changed ArtifactId
2017-11-03 00:50:15 +01:00
Doha2012
d11d9ad8b1
fix spring config ( #2386 )
...
* fix spring config
* fix spring config
* fix spring config
2017-08-07 15:31:28 +03:00
Doha2012
7c73abdede
cleanup pom ( #1836 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
2017-05-12 13:32:54 -05:00
Doha2012
35231d0c19
cleanup parent dependencies ( #1828 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
2017-05-11 11:02:04 -05:00
Naoshadul Islam
1b59823654
Created README.md and added relevant articles ( #901 )
...
* Added relevant articles
* Added relevant articles
* Added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Added relevant articles
* Added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Added relevant articles
* Created README.md and added relevant articles
* Added relevant articles
* Added relevant articles
* Update README.md
* Added relevant articles
* Added relevant articles
* Added relevant articles
* Update README.md
* Added relevant articles
* Update README.md
* Created README.md and added relevant articles
* Added relevant articles
* Added relevant articles
* Added relevant articles
* Added relevant articles
* Created README.md and added relevant articles
* Update README.md
2016-12-18 02:15:07 -06:00
Naoshadul Islam
29f673a278
Created README.md and added relevant articles
2016-12-15 21:35:32 +01:00
DOHA
78b1f071a8
upgrade dependencies
2016-12-10 21:23:57 +02:00
slavisa-baeldung
c9073cbfa5
BAEL-325 - adding optional construct
2016-11-02 15:15:50 +01:00
slavisa-baeldung
30dd0c85e6
BAEL-325: Adding missing pom
2016-10-27 00:09:16 +02:00
Christian Rädel
5e5b0c9ce3
BAEL-325: Added UML diagrams reflecting the different filter strategies.
2016-10-26 23:17:34 +02:00
Christian Rädel
669ba5ef09
BAEL-325: Something forgotten.
2016-10-26 23:17:24 +02:00
Christian Rädel
4576a1e3ae
BAEL-325: Refactored to use multi-module structure.
2016-10-26 23:17:12 +02:00
Christian Rädel
2d678d6b32
BAEL-325: Added UML sources. Applied some small improvements.
2016-10-26 23:16:58 +02:00
Christian Rädel
dcc1889909
BAEL-325: Added intercepting filters.
2016-10-26 23:16:36 +02:00
Slavisa Baeldung
1b57da559b
BAEL-305 - flatten the module structure for patterns section
2016-09-30 16:10:03 +02:00