Commit Graph

10278 Commits

Author SHA1 Message Date
KevinGilmore 4e968e1b15 BAEL-2029 Update README.md (#5010)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article
2018-08-19 18:04:18 -05:00
Kacper 9156ec3736 Throw and throws in Java (#4990) 2018-08-19 22:02:27 +02:00
Loredana Crusoveanu f36bea8dc5 Update pom.xml 2018-08-19 22:29:37 +03:00
Dhawal Kapil 9c221cfb24 BAEL-7636 Add the missing plugin versions in the tutorial repo
-Reverted explicitly adding of spring-swagger child modules in parent pom.xml
2018-08-20 00:36:06 +05:30
Dhawal Kapil 847c9e9edd Merge branch 'master' of https://github.com/eugenp/tutorials into story/BAEL-7636 2018-08-19 22:59:08 +05:30
Tom Hombergs a21e940d8c Merge pull request #4988 from shreyasm/forked1
BAEL-1875 - Shreyas Mahajan - Adding unit tests for comparing flatmap and switchmap in RxJava
2018-08-19 16:54:55 +02:00
Tom Hombergs 3d3dfd7970 Merge pull request #4760 from MajewskiKrzysztof/master
BAEL-1912
2018-08-19 16:41:59 +02:00
Loredana Crusoveanu c246f17eea Merge pull request #5006 from lor6/master
remove deploy directory spring-mvc-forms-jsp
2018-08-19 16:42:24 +03:00
Loredana Crusoveanu 2fff72aae7 Merge branch 'master' of https://github.com/lor6/tutorials 2018-08-19 16:31:45 +03:00
Loredana Crusoveanu 882c5e7dc1 remove deploy directory 2018-08-19 16:31:07 +03:00
Loredana Crusoveanu 39b90cb4ab Merge pull request #5005 from eugenp/lor6-patch-10
delete duplicate test
2018-08-19 15:29:49 +03:00
Loredana Crusoveanu ec790a6a8c delete duplicate test 2018-08-19 15:14:16 +03:00
Loredana Crusoveanu 2fd0aec45e Merge pull request #5001 from eugenp/lor6-patch-7
remove string-related code
2018-08-19 15:03:44 +03:00
Loredana Crusoveanu a6327bdcc2 Update PizzaUnitTest.java 2018-08-19 14:22:32 +03:00
Loredana Crusoveanu 01ff0f039e Update pom.xml 2018-08-19 14:21:33 +03:00
Loredana Crusoveanu bfd487e505 Merge pull request #5004 from lor6/master
BAEL-8403 update jmockit version
2018-08-19 14:21:05 +03:00
Loredana Crusoveanu 0704236a29 Merge pull request #5003 from amit2103/BAEL-8401
[BAEL-8401] - Added new module core-java-concurrency-collections and …
2018-08-19 14:13:31 +03:00
Loredana Crusoveanu c7c1201da3 BAEL-8403 update jmockit version 2018-08-19 14:08:34 +03:00
nnhai1991@gmail.com 1842c33b3a additional tests and content 2018-08-19 17:34:29 +08:00
nnhai1991@gmail.com 3f8eddad33 additional tests and content 2018-08-19 17:24:43 +08:00
amit2103 c0eca27723 [BAEL-8401] - Moved concurrent locks related codes to core-java-concurrency module 2018-08-19 14:41:53 +05:30
myluckagain 351f2bc98c BAEL-2072 (#4983)
* BAEL-2072

* rename
2018-08-19 09:36:54 +02:00
amit2103 0a679c1978 [BAEL-8401] - Added new module core-java-concurrency-collections and moved code and github references from core-java-concurrency module 2018-08-19 10:36:41 +05:30
Loredana Crusoveanu c1f4486a27 Merge pull request #4999 from lor6/BAEL-2061
Bael 2061
2018-08-19 07:39:08 +03:00
Loredana Crusoveanu ab560b7580 remove string-related code 2018-08-19 07:33:37 +03:00
Loredana Crusoveanu a35c7789b9 Merge pull request #4997 from amit2103/BAEL-8232
[BAEL-8232] - Moved java string related code and github links into ne…
2018-08-19 07:28:48 +03:00
Loredana Crusoveanu 7fe80d8917 Update README.md 2018-08-19 06:52:15 +03:00
Kevin Wittek ba7efbcc43 Example for removing first element of array (BAEL-2029) (#4970)
* Example for removing first element of array (BAEL-2029)

* Use AssertJ assertions

* Move array test to collections module.

* Remove redundant test
2018-08-18 19:34:47 -05:00
KevinGilmore 65cd3b3bd5 BAEL-2066 Update README (#5000)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article
2018-08-18 19:29:20 -05:00
amit2103 b4036907b9 [BAEL-8232] - Moved non-string related code to core-java and copied PizzaStatusEnum class and PizzaUnitTest relavent TCs to java-strings module 2018-08-19 01:20:13 +05:30
amit2103 742c77a931 [BAEL-8232] - Moved code from core-java to java-strings module for 'Converting Strings to Enums in Java' article 2018-08-19 00:34:16 +05:30
amit2103 74bfeb18ad Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-8232 2018-08-19 00:04:04 +05:30
amit2103 ca9b13d705 [BAEL-8232] - Removed unwanted dependencies and moved CountCharsExampleUnitTest from core-java to java-strings module 2018-08-19 00:02:02 +05:30
Loredana Crusoveanu 495679e06c Merge pull request #4927 from eugenp/lor6-patch-6
Update README.md
2018-08-18 21:21:27 +03:00
DomWos 610d0ce869 BAEL-1994: Moved the code to libraries module 2018-08-18 20:20:29 +02:00
Loredana Crusoveanu 392289a565 Update README.md 2018-08-18 21:20:14 +03:00
Loredana Crusoveanu 5086fea234 Merge pull request #4993 from lor6/avro-error
Avro error
2018-08-18 21:18:53 +03:00
Loredana Crusoveanu a0d17ad3c2 Merge pull request #4994 from lor6/update-criteria-links
update criteria links
2018-08-18 21:17:09 +03:00
Loredana Crusoveanu 9d1568c654 Merge pull request #4996 from lor6/fix-equals
fix equals method
2018-08-18 21:16:44 +03:00
amit2103 ab17b8e697 [BAEL-8232] - Moved java string related code and github links into new module java-strings 2018-08-18 23:24:10 +05:30
Loredana Crusoveanu 3a6638074f Merge pull request #4998 from amit2103/BAEL-8217
[BAEL-8217] - Updated github links
2018-08-18 19:36:37 +03:00
amit2103 bbc36e0daf [BAEL-8217] - Updated github links 2018-08-18 21:14:31 +05:30
nguyennamthai c467a4e7d6 Bael 1854 (#4954)
* Fix a division method mistake

* Maven integration testing

* Move Maven integration tests to the maven module

* Remove Maven integration tests in the old module
2018-08-18 16:56:15 +02:00
Loredana Crusoveanu b4f0f403e2 Update User.java 2018-08-18 16:00:18 +03:00
Loredana Crusoveanu ff8fbf7630 Update README.md 2018-08-18 15:58:42 +03:00
Loredana Crusoveanu c3d9f21d42 Update AvroSerealizerDeSerealizerTest.java 2018-08-18 15:57:20 +03:00
Loredana Crusoveanu 955e78a306 Merge pull request #4991 from lor6/BAEL-8219
Bael 8219
2018-08-18 15:53:59 +03:00
Loredana Crusoveanu afcb26a161 Merge pull request #4992 from Doha2012/master
fix blocking queue
2018-08-18 15:47:56 +03:00
Loredana Crusoveanu 7cdb05125f Update TestFail.java 2018-08-18 15:39:43 +03:00
DOHA 08d4356d5b fix blocking queue 2018-08-18 15:34:42 +03:00