Commit Graph

11953 Commits

Author SHA1 Message Date
DOHA 633890ac3f Merge remote-tracking branch 'eugenp/master' 2018-12-28 21:01:45 +02:00
markusgulden 8c9f493571
Merge pull request #1 from eugenp/master
Update
2018-12-28 18:24:02 +01:00
Yatendra Goel c3eb5c939f BAEL-1978: Added a test to demostrate classpath resource with relative path 2018-12-28 22:00:35 +05:30
Yatendra Goel 8374a264d1 Merge remote-tracking branch 'upstream/master' 2018-12-28 21:59:59 +05:30
Yatendra Goel 4d6cb52be4 BAEL-1978: Added a test to demostrate classpath resource with relative path 2018-12-28 21:57:38 +05:30
Steven van Beelen 03306112bd BAEL-2435 Minor clean ups
-Add toString() function to messages/query-model
-Fix typo in exception
-Reorder event handlers in OrderedProductsEventHandler
-Replace usage of constants for local fields
-Add missing Aggregate test case
2018-12-28 15:58:41 +01:00
Loredana 415ecc6421 remove completablefuture 2018-12-28 16:22:03 +02:00
Ali Dehghani 5aed1b89bb Added a test for Optional#isEmpty. (#5938) 2018-12-28 07:47:13 -06:00
mherbaghinyan fb8183d694 comment java 9 2018-12-28 16:33:41 +04:00
mherbaghinyan 8ce227cce7 immutable sets 2018-12-28 16:26:57 +04:00
Loredana Crusoveanu 292c80cf85
Merge pull request #5975 from amit2103/BAEL-10836
[BAEL-10836] - Create core-java-collections-list module
2018-12-28 12:27:18 +02:00
Loredana Crusoveanu 15071b6d49
Update README.md 2018-12-28 10:44:23 +02:00
KevinGilmore 5cc9a60c59
BAEL-2367: update README (#6006)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article
2018-12-28 00:05:55 -06:00
raghav-jha 07f762dfc8 BAEL-2436
* BAEL-2436 Type Safe Criteria Queries Using Hibernate Metamodel

* Formattng fixes

* Formatting fixes
2018-12-27 15:52:09 -07:00
Loredana Crusoveanu 9a2f8a87a4
Merge branch 'master' into BAEL-10836 2018-12-27 22:26:35 +02:00
Loredana Crusoveanu 6e49a75429
Merge branch 'master' into geroza/BAEL-9523_migrate-projects-to-paren-t-pom-2 2018-12-27 22:09:35 +02:00
Loredana Crusoveanu 6f93d7f2b1
Merge pull request #5996 from amit2103/BAEL-10837
[BAEL-10837] - Splitted core-java-concurrency module
2018-12-27 20:52:35 +02:00
Ganesh Pagade 6ae59f8f8d clean up 2018-12-27 17:08:34 +05:30
Ganesh Pagade 9e23ea5abe simplier asserts 2018-12-27 17:02:37 +05:30
Tom Hombergs 417a81d47e
Merge pull request #5939 from eugenp/akka
Akka HTTP
2018-12-27 11:42:39 +01:00
Loredana Crusoveanu 8626b6413d
Merge pull request #6003 from eugenp/lor6-patch-13
Update README.md
2018-12-27 12:38:34 +02:00
Loredana Crusoveanu 67d011540e
Update README.md 2018-12-27 12:35:01 +02:00
Steven van Beelen d5ad67a801 BAEL-2435 Add http resource
Add http resource to try out all the end points when running the
application in Intellij
2018-12-27 10:47:22 +01:00
Steven van Beelen 4c7303c293 BAEL-2435 Rename main file
Rename main file from MessagesRunner to OrderApplication
2018-12-27 10:46:45 +01:00
Steven van Beelen 769af6759e BAEL-2435 Introduce Query message logic
Introduce a FindAllOrderedProductsQuery query message, which is
published on the QueryGateway through the OrderRestEndpoint and handled
by the OrderedProductsEventHandler
2018-12-27 10:39:42 +01:00
Steven van Beelen 84b6dc1dbb BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. The Query Model would be better
 suited to revolve around the OrderedProducts rather than just printing
 out a line of text. To that end, add a OrderedProduct model with the
 OrderStatus, which is updated in the (renamed)
 OrderedProductsEventHandler upon all the events
2018-12-27 10:36:10 +01:00
Steven van Beelen eab6dfe0dd BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. Update the endpoint to reflect
the order focus i.o. the message focus. Additionally, add a POST
endpoint which would return an exception due to the state check in the
aggregate
2018-12-27 09:55:49 +01:00
Steven van Beelen bd0a1efe70 BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. To that end the
MessagesAggregate should be replaced by an OrderAggregate. Additionally,
 add some decision making logic which denies the shipping of an order if
 it hasn't been confirmed yet. Adjust and update thee unit test
 accordingly
2018-12-27 09:51:08 +01:00
mherbaghinyan 5dd6d52025 Vector class more tests 2018-12-27 12:48:51 +04:00
Steven van Beelen 2279246a42 BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. First, update the commands and
events, adding an extra command/event to flesh out the domain some what
2018-12-27 09:39:40 +01:00
codehunter34 acf8034d93 BAEL-2399: Guice vs Spring - Dependency Injection 2018-12-26 23:58:04 -05:00
greg a5cf9e4343 BAEL-2438 Difference between HashMap and HashTable (#5931)
* BAEL-2368 convert string array to string

* BAEL-2368 Convert array to string code

* BAEL-2368 Change package

* Fix for test

* BAEL-2438 Difference between HashMap and HashTable
2018-12-26 21:46:39 -06:00
Loredana Crusoveanu f1f5beee37
Merge pull request #5995 from eugenp/lor6-patch-12
Update README.md
2018-12-26 21:25:03 +02:00
Loredana Crusoveanu 705128d9ba
Merge pull request #5999 from eugenp/BAEL-2175-v2
new module core-java-perf
2018-12-26 21:24:44 +02:00
Loredana 0a0701c947 new module core-java-perf 2018-12-26 20:42:28 +02:00
Loredana Crusoveanu 4600c02f84
Merge pull request #5990 from faabianr/BAEL-2454
BAEL-2454 Add new section in Java Http Request article
2018-12-26 20:10:07 +02:00
kyleandari 21bde94745 Java Interfaces Examples (#5992)
* Implementing Hexagonal Architecture in java

* Implementing multi-inheritance and Polymorphism using interfaces

* Removing hexagonal code

* Deleting hexagonal architecture code

* fix for unit test names

* Java Interfaces examples
2018-12-25 11:58:14 -08:00
amit2103 45ba2a9387 [BAEL-10837] - Splitted core-java-concurrency module 2018-12-25 21:54:46 +05:30
Loredana Crusoveanu 55158e59c9
Update README.md 2018-12-25 15:54:29 +02:00
Loredana Crusoveanu 8fbed2e741
Merge pull request #5993 from amit2103/BAEL-10839
[BAEL-10839] - Added missed class and moved articles related to hashc…
2018-12-25 15:53:44 +02:00
Loredana Crusoveanu ed05ee188b
Merge branch 'master' into BAEL-10839 2018-12-25 15:25:31 +02:00
Loredana Crusoveanu eb3503be30
Merge pull request #5985 from amit2103/BAEL-10838
[BAEL-10838] - Created core-java-lang-syntax module
2018-12-25 15:15:17 +02:00
Loredana Crusoveanu bb57ab3de1
Merge pull request #5983 from amit2103/BAEL-10968
[BAEL-10968] - Updated Jackson Dates article
2018-12-25 15:11:43 +02:00
Loredana Crusoveanu ddef2c4043
Merge pull request #5994 from eugenp/BAEL-9044-v2
move networking articles, update readme
2018-12-25 15:02:23 +02:00
Loredana Crusoveanu be54e39e60
Merge branch 'master' into BAEL-10838 2018-12-25 14:25:08 +02:00
Loredana e02f08eb8c update readmes 2018-12-25 14:13:34 +02:00
Loredana fb66f1bc78 move networking articles, update readme 2018-12-25 14:05:10 +02:00
Loredana Crusoveanu 68f1cb23dd
Merge pull request #5981 from amit2103/BAEL-9044
[BAEL-9044] - Moved articles out of core-java
2018-12-25 13:44:59 +02:00
amit2103 10c52bc1b9 [BAEL-10839] - Added missed class and moved articles related to hashcode and equals 2018-12-25 16:32:35 +05:30
Loredana Crusoveanu 7e2f10f497
Merge pull request #5971 from amit2103/BAEL-10839
[BAEL-10839] - Create core-java-lang-oop module
2018-12-25 12:14:39 +02:00