15725 Commits

Author SHA1 Message Date
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
YuCheng Hu
79296322bf 不使用循环的输出测试程序 2018-12-25 21:20:50 -05:00
YuCheng Hu
aa0b09e306 不使用循环的方式输出循环的值,具体问题,请参考:https://www.cwiki.us/display/ITCLASSIFICATION/Count+Up+Down 2018-12-25 21:17:34 -05:00
YuCheng Hu
a35c713322 Kayak 添加数组排列算法 2018-12-25 16:00:26 -05:00
YuCheng Hu
145596a71e 更新测试结果,修改 https://www.cwiki.us/display/ITCLASSIFICATION/Robot+Movement
中的图片
2018-12-25 15:10:07 -05: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
YuCheng Hu
91a4b7964a 有关问题的 详细解释和说明,请参考
https://www.cwiki.us/display/ITCLASSIFICATION/Robot+Movement 中的内容
2018-12-25 14:41:13 -05:00
YuCheng Hu
8a65195b33 Kayak 代码面试题中的有关按照坐标移动的问题 2018-12-25 14:39:56 -05:00
YuCheng Hu
6b3f0afa0f Kayak 面试题中的 Unit 测试 2018-12-25 14:38:25 -05:00
YuCheng Hu
58b84c1fdb 将包的名字进行重命名 2018-12-25 13:45:41 -05:00
YuCheng Hu
efcfd98982 README 文件名大写 2018-12-25 13:32:07 -05:00
YuCheng Hu
824355ade6 尝试将 README 名字大写 2018-12-25 13:31:23 -05:00
YuCheng Hu
4383c19b63 修改 POM 文件 2018-12-25 13:29:44 -05: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
Loredana Crusoveanu
c96072f515
Merge pull request #5982 from amit2103/BAEL-10985
[BAEL-10985] - Removed vavr-validation submodule
2018-12-25 11:20:49 +02:00
Fabian Rivera
48c0b83978 BAEL-2454 Add missing disconnect call on open connections 2018-12-24 17:46:12 -06:00
Fabian Rivera
cdaf0b46bf BAEL-2454 Reading the error response and building the full response
BAEL-2454 Add examples for reading response content on failed requests. Add example on how to build full response string.
2018-12-24 17:44:09 -06:00
Loredana Crusoveanu
45c9532cfb
Merge pull request #5947 from eelhazati/master
Hibernate 5 bootstrap API Test.
2018-12-24 18:10:49 +02:00
Loredana Crusoveanu
e2903619e3
Merge pull request #5937 from amit2103/BAEL-10866
[BAEL-10866] - Upgrade jackson version in tutorials repository
2018-12-24 16:20:52 +02:00
Sam Millington
b4eee1e231 BAEL-2419: Added String Concatenation Unit Tests (#5898) 2018-12-24 10:02:29 -03:00
myluckagain
a444d51ae1 Many To One BAEL-2329 (#5878)
* Many To One BAEL-2329

* xml config
2018-12-23 19:30:03 -03:00
codehunter34
8880d96d3a BAEL-2399: Guice vs Spring - Dependency Injection 2018-12-23 16:41:11 -05:00
YuCheng Hu
c6eff656c0 BinaryGap Test for codility
问题的原文请参考链接:
https://app.codility.com/programmers/lessons/1-iterations/binary_gap/

有关问题的解答思路和翻译,请参考:https://www.cwiki.us/display/ITCLASSIFICATION/Binary+Gap
2018-12-23 16:30:53 -05:00
YuCheng Hu
3c98c4008d BinaryGap Test for codility
问题的原文请参考链接:
https://app.codility.com/programmers/lessons/1-iterations/binary_gap/

有关问题的解答思路和翻译,请参考:https://www.cwiki.us/display/ITCLASSIFICATION/Binary+Gap
2018-12-23 16:29:50 -05:00
amit2103
8cf3e3f41a [BAEL-10838] - Created core-java-lang-syntax module 2018-12-24 01:10:15 +05:30
amit2103
7bc513561c [BAEL-10968] - Updated Jackson Dates article 2018-12-23 23:31:21 +05:30
Shashank agarwal
fda7ff2690 Added Character Array method (#5965)
* Added the code of Replace char in a string at specific index

* added test cases

* Renamed the Test class name end with UnitTest

* Renamed the Test class name end with UnitTest

* Renamed the Test class name end with UnitTest

* Replaced README with the upstream repo

* Added Char Array Method
2018-12-23 09:27:01 -06:00
amit2103
5deb87325b [BAEL-10985] - Removed vavr-validation submodule 2018-12-23 16:59:32 +05:30
amit2103
ec53cb77ac [BAEL-9044] - Moved articles out of core-java 2018-12-23 16:32:19 +05:30
Ganesh Pagade
338b0bc80c format 2018-12-23 12:08:36 +05:30
Ganesh Pagade
e8b07fea1d unit tests for nest based access control 2018-12-23 12:05:51 +05:30
amit2103
bba9a99f32 [BAEL-10836] - Create core-java-collections-list module 2018-12-23 01:15:24 +05:30
Josh Cummings
be2e45b0a5
Two More Examples for Break and Continue (#5974)
Issue: BAEL-2432
2018-12-22 12:39:35 -07:00
sandy03934
0459f337cd Passing Parameters to a Thread
Issue: BAEL-2417
2018-12-22 12:34:29 -07:00
KevinGilmore
e0d24b6780
BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 Update README (#5973)
* 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
2018-12-22 11:40:24 -06:00
fanatixan
12bf5e9f3b bael-2437 (#5972) 2018-12-22 09:13:09 -08:00
amit2103
023bf2c5b5 [BAEL-10839] - Create core-java-lang-oop module 2018-12-22 21:02:12 +05:30