Commit Graph

11709 Commits

Author SHA1 Message Date
Loredana Crusoveanu 1db24b5c06
Update README.md 2019-01-02 15:45:28 +02:00
Loredana Crusoveanu e464591902
Update README.md 2019-01-02 14:39:01 +02:00
Loredana Crusoveanu aca049b5ca
Update README.md 2019-01-02 13:36:50 +02:00
rahusriv 0d5483e1bf Rahul/multidimensional/pr3 (#6040)
* Making examples simple

* Changing variable names

* Modificatons in naming

* Giving extra spaces
2019-01-01 20:56:43 -06:00
Loredana Crusoveanu 01ded32d6a
Merge branch 'master' into BAEL-11403 2019-01-02 00:12:51 +02:00
Loredana Crusoveanu 9053ecd128
Merge pull request #6025 from amit2103/BAEL-11402
[BAEL-11402] - Moved articles out of core-java (part 3)
2019-01-01 23:40:21 +02:00
Loredana Crusoveanu 0f59a80922
Merge pull request #6045 from eugenp/fix-boot-security-start
add start class
2019-01-01 22:58:44 +02:00
Loredana c560a37b70 add start class 2019-01-01 22:44:53 +02:00
Chandra Prakash d48fa319b2
Merge pull request #11 from chandra1123/master
Pulling latest changes
2019-01-01 10:59:51 -05:00
Chandra Prakash 2f12f1af7a
Merge pull request #10 from eugenp/master
Pulling latest changes
2019-01-01 10:55:31 -05:00
Markus Gulden c39fe1c85c BAEL-2321 2019-01-01 15:40:15 +01:00
emineoymak ff9830dd2c Merge remote-tracking branch 'origin/BAEL-2399' into BAEL-2399 2019-01-01 03:25:55 -05:00
emineoymak 891fde1f49 Merge remote-tracking branch 'origin/BAEL-2399' into BAEL-2399 2019-01-01 03:25:44 -05:00
emineoymak 5db82aad6e Merge remote-tracking branch 'origin/BAEL-2399' into BAEL-2399 2019-01-01 03:22:31 -05:00
emineoymak 0c6058427c Merge remote-tracking branch 'origin/BAEL-2399' into BAEL-2399 2019-01-01 03:22:17 -05:00
emineoymak 7bfb55638d Merge remote-tracking branch 'origin/BAEL-2399' into BAEL-2399 2019-01-01 03:20:10 -05:00
emineoymak e62fd6b4fb Merge remote-tracking branch 'origin/BAEL-2399' into BAEL-2399 2019-01-01 03:19:16 -05:00
emineoymak ee15e87267 Merge remote-tracking branch 'origin/BAEL-2399' into BAEL-2399 2019-01-01 03:09:16 -05:00
codehunter34 3ac96662fc BAEL-2399: Guice vs Spring - Dependency Injection 2019-01-01 03:08:58 -05:00
codehunter34 d740cb2da0 BAEL-2399: Guice vs Spring - Dependency Injection 2019-01-01 03:05:36 -05:00
codehunter34 bd63df8caf BAEL-2399: Guice vs Spring - Dependency Injection 2019-01-01 02:46:06 -05:00
emineoymak ae3016aff2 Merge branch 'BAEL-2399' of https://github.com/codehunter34/tutorials into BAEL-2399 2019-01-01 02:25:36 -05:00
codehunter34 aeba601c1f BAEL-2399: Guice vs Spring - Dependency Injection 2019-01-01 02:24:48 -05:00
Urvy Agrawal 1ed8fcf9dc BAEL-2323 Java Native Keyword (#6038)
-Moved files to core-java-lang module
2018-12-31 13:26:19 -08:00
DOHA 3107ee92a1 exclude auto-configuration 2018-12-31 16:51:27 +02:00
DOHA f757eba28b adding security for testing purpose 2018-12-31 16:50:19 +02:00
Steven van Beelen 0cf67f5dbe BAEL-2435 Change dependency
Change the autoconfigure dependency to the starter dependency of Axon
2018-12-31 13:45:58 +01:00
Tom Hombergs 6c60462000
added README 2018-12-31 10:07:38 +01:00
Erhan KARAKAYA 90037051b9 Added missing import 2018-12-31 04:01:27 +03:00
Erhan KARAKAYA 3bdd542dbf Added @Value for map examples 2018-12-31 03:48:20 +03:00
Emily Cheyne de80339a2a
BAEL-2090 update readme 2018-12-30 09:12:21 -07:00
Loredana Crusoveanu 5a0de6091b
Merge pull request #5969 from rozagerardo/geroza/BAEL-9523_migrate-projects-to-paren-t-pom-2
[BAEL-9523] | Migrate modules from parent-boot-1 to parent-boot-2
2018-12-30 17:48:33 +02:00
amit2103 eb4928b972 [BAEL-11403] - Moved articles out of core-java (part 4) 2018-12-30 16:30:36 +05:30
mherbaghinyan a89983a65c move unmodifiable set code to java 9 module 2018-12-30 14:19:24 +04:00
Juan Moreno 9ffbe2bfcb BAEL-2444 Samples (#6002) 2018-12-29 21:38:11 -06:00
rahusriv 676f55e872 BAEL-2335 (#6015)
* Making examples simple

* Changing variable names
2018-12-29 21:10:43 -06:00
geroza 40e26514f4 * Renamed IntegrationTests that needed manual configurations to run succesfully as ManualTests
* Renamed Integrationtests that needed the project (or related project, in case of client-server) as LiveTests
* Fixed migration of mustache module to make it compatible with spring-boot 2.1
2018-12-29 19:09:35 -02:00
amit2103 b4ff5c46f0 [BAEL-11402] - Moved articles out of core-java (part 3) 2018-12-30 01:19:12 +05:30
Loredana Crusoveanu 99774f8730
Merge pull request #6024 from amit2103/BAEL-10836
[BAEL-10836] - Removed CollectionsEmpty from core-java-collections mo…
2018-12-29 21:34:55 +02:00
amit2103 d1fb8935e7 [BAEL-10836] - Removed CollectionsEmpty from core-java-collections module 2018-12-30 00:00:54 +05:30
DOHA 0a64e26a8f cleanup 2018-12-29 20:29:20 +02:00
Loredana Crusoveanu 2e32004739
Merge pull request #6020 from amit2103/BAEL-11401
[BAEL-11401] - Moved articles out of core-java (part 2)
2018-12-29 20:21:29 +02:00
Eric Martin 558fe78989
Merge pull request #6022 from eugenp/junit5-fix
Fixed TestLauncher test name and config property name
2018-12-29 12:13:00 -06:00
geroza 6de56600db Merge branch 'master' of github.com:eugenp/tutorials into geroza/BAEL-9523_migrate-projects-to-paren-t-pom-2 2018-12-29 15:20:52 -02:00
eric-martin ef0c49beaa Fixed TestLauncher test name and config property name 2018-12-29 10:32:29 -06:00
amit2103 9def7653f7 [BAEL-11401] - Removed spring web dependency from core-java 2018-12-29 21:59:01 +05:30
Loredana Crusoveanu b8e184392b
Merge pull request #6018 from amit2103/BAEL-10836
[BAEL-10836] - Moved Java8CollectionCleanupUnitTest, AddElementsUnitT…
2018-12-29 18:28:14 +02:00
amit2103 c61ac5101e [BAEL-11401] - Moved articles out of core-java (part 2) 2018-12-29 21:54:59 +05:30
Emily Cheyne 8b65216ba3
BAEL-2436 update readme (#6019) 2018-12-29 08:13:10 -07:00
amit2103 cf3d7b69e6 [BAEL-10836] - Moved Java8CollectionCleanupUnitTest, AddElementsUnitTest and articles 2018-12-29 20:12:21 +05:30