Commit Graph

14080 Commits

Author SHA1 Message Date
Rodrigo Graciano 9f5986963c BAEL-3018 (#7230)
* BAEL-3018

* BAEL-3018

* BAEL-3018

* BAEL-3018

* Replace Postgres by H2

* Resolve MongoDB conflict

* Method name incorrect

* Method name incorrect

* Add batch example

* Remove unnecesssary code at pom.xml

* Organize the code in packages

* Replaced Unit with Integration tests
2019-07-11 19:01:56 +02:00
Carlos Cano fc260052b7 Checking if an array is sorted in java (#7273)
* SortedArrayChecker

* add recursivity method with custom object

* change test names
2019-07-11 19:00:34 +02:00
DOHA c1afe47b93 remove exception handling 2019-07-11 15:03:33 +03:00
enpy 4518645a1f BAEL-1780 (#7237)
* Singleton injection examples and tests added

* code and tests implemented

* test refactored

* kotlin + jee

* kotlin - integration test fixed

* fixes

* arquillian-kotlin integration fixed

* formatting

* formatting

* data class enhanced
2019-07-11 08:35:55 +02:00
Eric Martin c5f32da311
Merge pull request #7229 from gilday/bael-2121-xstream-rce
BAEL-2121 XStream RCE
2019-07-10 18:48:21 -05:00
DOHA 344147c9b5 Merge remote-tracking branch 'eugenp/master' 2019-07-11 01:02:00 +03:00
Kumar Chandrakant 7ebf52f409 Adding source code for tutorial tracked by BAEL-2971 (#7250)
* Adding source code for tutorial tracked by BAEL-2971

* Renaming Integration Test as par standard
2019-07-10 16:52:01 +02:00
Steven van Beelen 496c2b1737 Add ProcessingGroup annotation to OrderedProductsEventHandler
Add the ProcessingGroup annotation to OrderedProductsEventHandler so
 that this event handler is grouped in a nicely named Event Processor.
If the app is started in conjunction with Axon Server, this will make
 the set up more evident from the dashboard

BAEL-2435
2019-07-10 13:37:39 +02:00
Steven van Beelen 97ab713024 Create dedicated UnconfirmedOrderException
Create a dedicated UnconfirmedOrderException and use it from the
 OrderAggregate instead of the IllegalStateException

BAEL-2435
2019-07-10 13:27:50 +02:00
Steven van Beelen 65183f082d Update Axon dependency
Update the Axon Framework version to 4.1.1. Additionally, drop the
 exclusion on axon-server-connector, as the page will be adjusted to
 use Axon Server SE.

BAEL-2345
2019-07-10 13:26:48 +02:00
Jon Cook 3d54335655 BAEL-2912 - TestWatcher API 2019-07-10 12:58:15 +02:00
Steven van Beelen 26f8cd1c8d
Merge pull request #1 from eugenp/master
Update fork with main repo
2019-07-10 12:32:59 +02:00
amit2103 8510c61724 [BAEL-15319] - Check modules that don't use our standard parents 2019-07-10 12:16:50 +05:30
Loredana Crusoveanu 62d9845b91
Merge pull request #7275 from eugenp/BAEL-14772_Update_Spring_Data_MongoDB
BAEL-14772 Update Spring Data MongoDB article to latest dependencies
2019-07-10 09:09:02 +03:00
Loredana Crusoveanu 06179e21ca
Merge pull request #7276 from eugenp/BAEL-2883_integration_tests
BAEL-2883 Fix tests in spring-cloud projects part 3
2019-07-10 09:06:28 +03:00
Loredana Crusoveanu 935ae1d337
Merge pull request #7286 from eugenp/lor6-patch-5
Update README.md
2019-07-10 08:58:37 +03:00
Loredana Crusoveanu a238394e5f
Update README.md 2019-07-10 08:56:11 +03:00
Loredana Crusoveanu a6de2a93fb
Merge pull request #7277 from eugenp/BAEL-3036_CORS
BAEL-3036 Update Cors with Spring article and create the code
2019-07-10 08:54:40 +03:00
Eric Martin de1277c0a0
Merge pull request #7157 from anuraggoyal1/master
[BAEL-3002] Comparing 2 JSON objects with Jackson
2019-07-09 20:13:29 -05:00
Priyesh Mashelkar 51e1014b26 Mocking a void method with EasyMock
Issue: BAEL-2952
2019-07-09 05:30:29 -06:00
Erik Pragt 0d6d9129c4 BAEL-3035 Update Spring Kafka module and article from 2.2.2 to 2.2.7 (#7266) 2019-07-09 05:18:29 -06:00
Anshul Bansal 325c0a4d07 BAEL-2995 - possible lossy conversion - variable names fixed 2019-07-09 10:57:55 +03:00
Graham Cox 4b27a2f33c Code samples for advanced quasar article (#7271) 2019-07-09 06:36:56 +02:00
Erik Pragt 76c32dcd9b BAEL-2940 Update Spring ComponentScanning. Moved componentscan code to new module. 2019-07-08 18:16:25 -05:00
Erik Pragt d84e1bd4cf BAEL-3036 Update Cors with Spring article and create the code 2019-07-08 17:34:55 -05:00
Erik Pragt e1bad1ab53 BAEL-2883 Fix tests in spring-cloud projects part 3 2019-07-08 16:53:05 -05:00
Erik Pragt aebb5cb88e BAEL-14772 Update Spring Data MongoDB article to latest dependencies 2019-07-08 16:23:20 -05:00
rpvilao e5d3e34725
Merge pull request #7208 from pkoli/master
BAEL-2578 Disabling auto configuration
2019-07-08 14:21:31 +02:00
Loredana Crusoveanu f28bf9b13c
Merge pull request #7269 from amit2103/BAEL-15322
[BAEL-15322] - Fix formatting of POMs
2019-07-08 08:17:08 +03:00
Pavan Shankar Koli a46a730ffe BAEL-2578 Remove white spaces 2019-07-08 08:58:23 +05:30
Loredana Crusoveanu 3290befe43
Merge pull request #7265 from amit2103/BAEL-15318
Bael 15318
2019-07-07 22:06:24 +03:00
amit2103 3c92bf292f [BAEL-14774] - Fixed conflicts and replaced hsql with h2 2019-07-08 00:21:11 +05:30
Loredana Crusoveanu fb1bfe78ab
Merge pull request #7264 from eugenp/BAEL-2791_Update_Spring_WebFlux_article
BAEL-2791 Update Spring WebFlux article to 2.1.6.RELEASE, and updated…
2019-07-07 21:49:42 +03:00
Loredana Crusoveanu 176c16eff6
Merge pull request #7159 from Doha2012/master
upload files using mongodb and spring boot
2019-07-07 21:29:45 +03:00
amit2103 37e402eb60 [BAEL-15322] - Fix formatting of POMs 2019-07-07 23:59:01 +05:30
Loredana Crusoveanu 5284c49960
Merge pull request #7009 from amit2103/BAEL-14776
[BAEL-14776] - Upgraded to spring boot 2
2019-07-07 17:59:56 +03:00
Loredana Crusoveanu e098ec5b1b
Merge pull request #7248 from amit2103/BAEL-10984-1
[BAEL-10984] - Updated vaadin article with new version and added remo…
2019-07-07 17:30:32 +03:00
Loredana Crusoveanu 636a25c2aa
Merge pull request #7138 from amit2103/BAEL-15412
[BAEL-15412] - Moved article to libraries-http module
2019-07-07 17:05:45 +03:00
Loredana Crusoveanu ac63ae28ab
Merge pull request #7258 from amit2103/BAEL-15321
[BAEL-15321] - Extracted versions into properties
2019-07-07 17:01:45 +03:00
DOHA d6b33e11e2 change package to com.baeldung 2019-07-07 14:14:48 +03:00
DOHA 1888a2f7e8 change package to com.baeldung 2019-07-07 13:46:24 +03:00
amit2103 37b1f9a4a7 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15318 2019-07-07 15:22:58 +05:30
amit2103 f85dbec8f7 [BAEL-15318] - Make sure the tutorials build doesn't generate any un-committed or un-ignored artifacts 2019-07-07 15:22:11 +05:30
Erik Pragt eb5af9a078 BAEL-2791 Update Spring WebFlux article to 2.1.6.RELEASE, and updated other dependencies to latest versions. 2019-07-07 11:42:34 +02:00
Loredana Crusoveanu 2ec701d682
Merge pull request #7263 from eugenp/lor6-patch-9
Update README.md
2019-07-07 10:06:53 +03:00
Loredana Crusoveanu 4dd9177c56
Merge branch 'master' into lor6-patch-9 2019-07-07 10:03:28 +03:00
Loredana Crusoveanu 8952b2f801
Merge pull request #7262 from eugenp/lor6-patch-8
Create README.md
2019-07-07 10:02:55 +03:00
Loredana Crusoveanu c9fc1b44ea
Merge pull request #7261 from eugenp/lor6-patch-7
Create README.md
2019-07-07 10:02:37 +03:00
Loredana Crusoveanu a6d548f3cb
Merge pull request #7260 from eugenp/lor6-patch-6
Create README.md
2019-07-07 10:02:19 +03:00
Loredana Crusoveanu 52e282cb53
Merge pull request #7259 from eugenp/lor6-patch-5
Create README.md
2019-07-07 10:02:03 +03:00