edizor
3fb428a3c6
Update README.md
2022-11-11 16:09:02 +08:00
Loredana Crusoveanu
13698a3ed3
Merge pull request #12936 from achraftt/BAEL-5791-deleteDiedCode
...
BAEL-5791: adaptation after creating new module
2022-11-11 10:01:33 +02:00
Loredana Crusoveanu
1b48232d56
Merge pull request #12935 from achraftt/BAEL-5791-adaptation
...
BAEL-5791: Convert String to Instant (creating new module)
2022-11-11 10:00:03 +02:00
edizor
85ee80bad2
Update README.md
...
[skip ci]
2022-11-11 09:37:42 +08:00
edizor
1a6bad7f13
Update README.md
...
[skip ci]
2022-11-11 08:56:17 +08:00
edizor
3b43918cf7
Update README.md
...
[skip ci]
2022-11-11 08:45:29 +08:00
edizor
96575a8d64
Update README.md
...
[skip ci]
2022-11-11 08:41:08 +08:00
edizor
b87872336d
Update README.md
...
[skip ci]
2022-11-11 08:35:42 +08:00
Gaetano Piazzolla
d0c3a7dfd6
BAEL-5790 - Convert java.util.Date to java.sql.Date ( #12917 )
...
* BAEL-5790 - Convert java.util.Date to java.sql.Date
* BAEL-5790 - Renamed unit test
* BAEL-5790 | fixed test
* Update core-java-modules/core-java-date-operations-3/src/main/java/com/baeldung/utiltosqldate/UnitToSqlDateUtils.java
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com>
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com>
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com>
* BAEL-5790 | renamed class
* BAEL-5790 | spaces
* BAEL-5790 | renaming class
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
* BAEL-5790 - renamed unit test
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com>
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2022-11-07 10:40:22 -07:00
Loredana Crusoveanu
0a40935b0f
Merge pull request #12803 from press0/patch-1
...
pom.xml - update streamex dependency so MergeMaps compiles on java 17
2022-11-07 16:42:41 +02:00
Loredana Crusoveanu
665046d667
Merge pull request #12978 from collaboratewithakash/master
...
a few backlinks added
2022-11-07 09:49:22 +02:00
panos-kakos
ca8e33e339
[JAVA-13959] Alligned code with article ( #12982 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-07 00:03:13 +05:30
davidmartinezbarua
1a4cc86a08
Merge pull request #12967 from thibaultfaure/article/BAEL-5816-check-if-all-runnable-are-done-with-executor-service
...
BAEL-58616 Code for the Check If All Runnable Are Done article
2022-11-05 13:33:37 -03:00
collaboratewithakash
3716d4d472
Update README.md
2022-11-05 16:24:24 +05:30
panos-kakos
e7b46313fb
[JAVA-13957] Added example for Timer functionality ( #12906 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-05 16:23:30 +05:30
thibault.faure
43ba5e80a4
BAEL-58616 Code for the Check If All Runnable Are Done article
2022-11-05 11:36:41 +01:00
panos-kakos
7313894322
[JAVA-13958] Minor style changes + aligned code with article ( #12889 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-05 15:28:01 +05:30
Kai Yuan
0e244ce133
[slicingArrays] Slicing Arrays in Java ( #12957 )
2022-11-03 20:59:33 -05:00
edizor
3962acdd92
Update README.md
...
[skip ci]
2022-11-02 21:17:34 +08:00
edizor
b447862fa5
Create README.md
...
[skip ci]
2022-11-02 21:08:28 +08:00
vunamtien
5c281eb016
calculate standard deviation ( #12963 )
...
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-11-01 08:38:06 -07:00
achraftt
117469a04b
BAEL-5791: adapt pom file
2022-10-31 22:41:33 +01:00
Olu
1f1d49bcb1
swapped the order of arguments for assertEquals() ( #12956 )
...
* Creating a Deep vs Shallow Copy of an Object in Java
* completed tests for LinkedHashSet
* update
* updated PR
* swapped the order of arguments for assertEquals()
2022-10-31 14:08:59 -07:00
Kai Yuan
146ffa71d0
[URI-Creation] Difference Between URI.create() and new URI() ( #12937 )
...
* [URI-Creation] Difference Between URI.create() and new URI()
* [URI-Creation] split test methods for invalid & valid inputs
2022-10-29 21:00:33 -05:00
Arya
aaecc586b2
Added the test. ( #12947 )
2022-10-28 09:20:01 -07:00
Loredana Crusoveanu
f6f67ff8cc
BAEL-5888-v2
2022-10-28 10:31:33 +03:00
Olu
7ab9be3c1f
A Guide to LinkedHashSet in Java ( #12932 )
...
* Creating a Deep vs Shallow Copy of an Object in Java
* completed tests for LinkedHashSet
* update
* updated PR
2022-10-27 22:58:17 -07:00
achraftt
2c8a1ae6b9
BAEL-5791: adaptation after creating new module
2022-10-27 00:33:38 +02:00
achraftt
03a4639341
BAEL-5791: Convert String to Instant (creating new module)
2022-10-27 00:12:35 +02:00
edizor
99a4d3fa68
Update README.md
2022-10-26 22:39:48 +08:00
edizor
32fdbae8a1
Update README.md
2022-10-26 22:34:34 +08:00
edizor
ec23a5ce81
Update README.md
2022-10-26 22:31:27 +08:00
edizor
b4ef4a40b0
Update README.md
2022-10-26 22:28:01 +08:00
edizor
01a44a7dbf
Update README.md
2022-10-26 22:24:42 +08:00
Ulisses Lima
8ad8a38682
BAEL-5678 - Creating Random Numbers With No Duplicates in Java ( #12698 )
...
* BAEL-5678 - Creating Random Numbers With No Duplicates in Java
Ready for review.
* BAEL-5678 - review
* using `isEmpty()` for `hasNext()`;
* using `assertEquals` instead of `assertTrue`;
2022-10-26 08:44:35 +02:00
Kai Yuan
2dd61b7d54
[strToStrArray] Convert String to string array in Java ( #12899 )
...
* [strToStrArray] Convert String to string array in Java
* [strToStrArray] add one more example
2022-10-24 20:20:37 -05:00
Kai Yuan
d1067b341f
[strToChar] Convert String to char in Java ( #12893 )
2022-10-23 09:50:15 -05:00
Shaun Phillips
63bdc428b9
BAEL-5681 Add colorful logging ( #12794 )
2022-10-20 18:31:20 +01:00
Ulisses Lima
2635faa934
bael-5754 - quick fix
...
* adapting code to the article
2022-10-20 14:03:23 -03:00
Kai Yuan
b8481873e9
[Capitalize_1st] Capitalize the First Letter of a String in Java ( #12885 )
2022-10-19 20:31:27 -05:00
panos-kakos
bf1f0aa3da
[JAVA-13957] ( #12870 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-20 00:25:46 +05:30
panos-kakos
eb17d0e2ed
[JAVA-13966] Upgraded h2 database to 2.1.214 + clean up ( #12711 )
...
* [JAVA-13966] Upgraded h2 database to 2.1.214
* [JAVA-13966] fixed tests for libraries-apache-commons
* [JAVA-13966] fixed tests
* [JAVA-13966] fixed tests
* [JAVA-13966] fixed tests JAVA-JPA MODULE
* [JAVA-13966] Made ninja submodule part of web-modules(parent)
* [JAVA-13966] Fixed naming convention for pmd
* [JAVA-13966] Moved tests of ninja-module to ManualTest category
* [JAVA-13966] Fix tests
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-20 00:17:05 +05:30
kpentaris
5bc5a0f717
Add application file for BAEL-4038 ( #12851 )
2022-10-19 17:23:17 +02:00
Loredana Crusoveanu
0da831a483
Merge pull request #12873 from edizor/master
...
Update README.md
2022-10-19 17:01:21 +03:00
ACHRAF TAITAI
7b44b2759f
BAEL-5791: Convert String to Instant ( #12876 )
2022-10-16 20:09:54 +02:00
edizor
c440c1e41f
Update README.md
2022-10-16 11:38:21 +08:00
edizor
d71fb7073e
Update README.md
...
[skip ci]
2022-10-16 11:37:49 +08:00
edizor
869acf1646
Update README.md
...
[skip ci]
2022-10-16 11:32:23 +08:00
edizor
064ba95c28
Update README.md
...
[skip ci]
2022-10-16 11:25:16 +08:00
edizor
75419f0ddb
Update README.md
2022-10-16 11:17:34 +08:00