3938 Commits

Author SHA1 Message Date
MohamedHelmyKassab
c8c29a7806
This PR is related to BAEL-7556 (#15900)
* This commit is related to BAEL-7556

This commit aims to add a test class "FindUniqueEmailsUnitTest.java".

* Update FindUniqueEmailsUnitTest.java
2024-02-20 22:11:24 -10:00
Wynn Teo
fcb6efbf00
BAEL-6622 (#15905)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-6622 compare thenApply() and thenApplyAsync()

* BAEL-6622 change to unit test

* Tidy up the code
2024-02-20 21:36:34 -06:00
Liam Williams
2e445da7b7
Merge pull request #15908 from sk1418/string-in-mirror
[string-in-mirror] string - mirror reflection
2024-02-20 16:20:25 +00:00
Wynn Teo
abb1f462b9
Bael 7541 (#15877)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-7541 compare runAsync and supplyAsync
2024-02-19 21:11:25 -06:00
Kai.Yuan
9d13085bbc [string-in-mirror] renaming etc. 2024-02-20 07:30:30 +08:00
davidmartinezbarua
c0756a59b7
Merge pull request #15873 from sam-gardner/BAEL-7522-simple-web-server
BAEL-7522 Add code for Java 18 simple web server
2024-02-19 14:57:10 -03:00
Sam Gardner
b8c2415745 BAEL-7522-Rename-package-for-simple-web-server 2024-02-19 13:16:43 +00:00
Kai.Yuan
972571e258 [string-in-mirror] string - mirror reflection 2024-02-18 07:48:29 +08:00
DiegoMarti2
7cbf2eafcd
baeldung-articles : BAEL-7442 (#15887)
* baeldung-articles : BAEL-7442

Check if String is Base64 Encoded (commit)

* Update CheckIfStringIsBased64UnitTest.java
2024-02-17 14:12:34 -08:00
rcalago
e9012995a8
Update README.md 2024-02-17 06:36:14 +08:00
rcalago
cb14e4fb3f
Update README.md 2024-02-17 06:33:36 +08:00
rcalago
81b79d01f7
Update README.md 2024-02-17 06:32:27 +08:00
rcalago
7a8943dc28
Update README.md 2024-02-17 06:31:19 +08:00
rcalago
de0ff1eaef
Update README.md 2024-02-17 06:26:28 +08:00
rcalago
b273272bae
Update README.md 2024-02-17 06:24:13 +08:00
rcalago
f2198c84ce
Update README.md 2024-02-17 06:20:53 +08:00
rcalago
34f8afb4e1
Update README.md 2024-02-17 06:09:44 +08:00
rcalago
d700f9f582
Update README.md 2024-02-17 06:06:30 +08:00
rcalago
388520ad73
Update README.md 2024-02-17 06:05:30 +08:00
rcalago
9110e5461e
Update README.md 2024-02-17 06:02:48 +08:00
Mo Helmy
cd44988598
This PR is related to BAEL-7554 (#15895)
This PR aims to add a test class "FindLargestNumInStringUnitTest.java".
2024-02-16 09:11:48 -08:00
Rajat Garg
61c0c6cb92
Add code for rod cutting problem (#15891)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-02-16 09:07:18 -08:00
panos-kakos
20f151aad0
[JAVA-31186] Clean up some Jenkins warnings (#15890) 2024-02-16 13:29:18 +02:00
Liam Williams
b44c9d2c32
Merge pull request #15813 from lsnare/BAEL-7487-resolve-multiple-completable-futures
BAEL-7487: resolve multiple completable futures
2024-02-14 21:28:44 +00:00
Liam Williams
c8ac9ca720
Merge pull request #15785 from sk1418/count-upper-lower
[count-upper-lower] count upper/lowercase letters
2024-02-14 21:20:10 +00:00
Vini
00b44c2888
Merge pull request #15848 from Neetika23/RangeStreamAPI
Stream Range test class
2024-02-14 10:03:39 +01:00
Kai.Yuan
9cbccd4b2f [count-upper-lower] extract the impl. from the test methods 2024-02-14 09:40:57 +01:00
Kai.Yuan
a7a97689ba [count-upper-lower] add unicode char tests 2024-02-14 09:40:38 +01:00
Kai.Yuan
746c6f5083 [count-upper-lower] some renamings were missing 2024-02-14 09:40:38 +01:00
Kai.Yuan
ee12253609 [count-upper-lower] review comments related changes 2024-02-14 09:40:38 +01:00
Kai.Yuan
6bbef27bc7 [count-upper-lower] count upper/lowercase letters 2024-02-14 09:40:36 +01:00
danielmcnally285
3a2f05b17d
BAEL-6764: Collect stream of entrySet() to LinkedHashMap (#15806)
* entryset to linkedhashmap unit tests

* use set over list for groupingBy unit test

* add clearer unit test method names

* remove public modifier from unit tests

* rename unit test as per pr comment
2024-02-14 06:53:19 +05:30
Sam Gardner
ce26271629 BAEL-7522 Add code for Java 18 simple web server 2024-02-13 14:27:10 +00:00
Bipin kumar
557d43c300
JAVA-31118: Adding core-java-18 in JAVA-26056 as it has preview features (#15851) 2024-02-13 15:43:26 +02:00
Maiklins
13cbf61695
Update README.md 2024-02-13 08:01:30 +01:00
Maiklins
1fb71a4cde
Merge pull request #15809 from anujgaud/system-in-read
[BAEL-7405] Add support for System read methods
2024-02-13 07:55:13 +01:00
MohamedHelmyKassab
831acaf8cf
This PR is related to BAEL-7528 (#15865)
* Update pom.xml

Add:         <module>core-java-string-operations-8</module>

* This commit is related to BAEL-7528

This commit aims to add a new module "core-java-string-operations-8" to submit a test class "EmailAndPhoneMaskingUnitTest"
2024-02-12 09:59:03 -08:00
Rajat Garg
5e91827680
[BAEL-7530] Fix Norm calculation by performing sqrt operation (#15846)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-02-12 09:29:51 -08:00
Loredana Crusoveanu
55476ccf0e
Update README.md 2024-02-10 14:32:55 +02:00
Loredana Crusoveanu
5f54221338
Merge pull request #15843 from rcalago/master
Update on README.md
2024-02-10 14:30:49 +02:00
Neetika Khandelwal
e96a590105 Stream Range test class 2024-02-10 14:41:30 +05:30
Liam Williams
6ada5de93e
Merge pull request #15815 from sk1418/mv-0-to-end-array
[mv-0-to-end-array] move zeros to the end
2024-02-09 16:13:15 +00:00
rcalago
d0e7f691bc
Update README.md 2024-02-09 21:16:10 +08:00
rcalago
8db7b68f87
Update README.md 2024-02-09 21:13:37 +08:00
rcalago
ea822291ba
Update README.md 2024-02-09 21:11:00 +08:00
rcalago
ec78389487
Update README.md 2024-02-09 21:06:30 +08:00
rcalago
e6eead9c43
Update README.md 2024-02-09 21:05:38 +08:00
rcalago
11954fe67f
Update README.md 2024-02-09 21:04:35 +08:00
rcalago
bae515de06
Update README.md 2024-02-09 21:03:37 +08:00
rcalago
d3e72540d7
Update README.md 2024-02-09 21:00:24 +08:00