Commit Graph

25890 Commits

Author SHA1 Message Date
collaboratewithakash
2bad5f3e24 backlink added 2022-11-16 15:30:02 +05:30
collaboratewithakash
15884a96d1 backlink removed 2022-11-16 15:27:15 +05:30
collaboratewithakash
22e0061ee5 backlink reomoved 2022-11-16 15:26:21 +05:30
collaboratewithakash
792a3196f9 backlink added 2022-11-16 15:24:54 +05:30
collaboratewithakash
51d68daf35 backlink removed 2022-11-16 15:24:35 +05:30
collaboratewithakash
5e509b8ca6 backlink removed 2022-11-16 15:21:59 +05:30
collaboratewithakash
ec4625cf26 backlink added 2022-11-16 15:21:29 +05:30
collaboratewithakash
4ffb61d7ca backlink added 2022-11-16 15:19:52 +05:30
collaboratewithakash
9d99ae1214 backlink removed 2022-11-16 15:19:39 +05:30
collaboratewithakash
a79c87f184 backlink removed 2022-11-16 15:04:12 +05:30
collaboratewithakash
7cd8377a2b backlink removed 2022-11-16 15:01:39 +05:30
collaboratewithakash
09ef06913a backlink 2022-11-16 15:01:13 +05:30
collaboratewithakash
a5284bfabf backlink removed 2022-11-16 14:57:17 +05:30
collaboratewithakash
bfbc585073 backlink added 2022-11-16 14:57:08 +05:30
collaboratewithakash
4bbd4ccf59 Removed a .md file 2022-11-09 15:08:17 +05:30
collaboratewithakash
b5a938e6a0 Removed a backlink 2022-11-09 15:04:18 +05:30
collaboratewithakash
a81fd8860b added a readme file with backlink 2022-11-09 15:02:14 +05:30
AndiCover
17987eb2fc Selenium error (#12924)
* BAEL-5010 added manual and automated selenium setup tests

* BAEL-5010 added manual and automated selenium setup tests

Co-authored-by: aschoeng <andreas.schoengruber@mic-cust.com>
2022-11-09 09:31:14 +05:30
Gaetano Piazzolla
4744ca53b9 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
f8d306d31c 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
6ab30899bc Merge pull request #12978 from collaboratewithakash/master
a few backlinks added
2022-11-07 09:49:22 +02:00
Loredana Crusoveanu
f7b1c21a3b Merge pull request #12955 from dkapil/task/JAVA-15788
JAVA-15788 Optimizations to reduce default build execution time
2022-11-07 09:48:13 +02:00
Abhinav Pandey
ae2c901291 BAEL-5777 - Mocking a singleton with Mockito (#12977)
* BAEL-5777 - Mocking a singleton with Mockito

* BAEL-5777 - Mocking a singleton with Mockito - changing test class name

* BAEL-5777 - Mocking a singleton with Mockito - moving to new module
2022-11-07 10:17:03 +05:30
Avin Buricha
07613402af BAEL-5833 | Article code (#12919)
* BAEL-5833 | Article code

* Updated method name
2022-11-07 08:26:18 +05:30
panos-kakos
a12ce37137 [JAVA-13959] Alligned code with article (#12982)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-07 00:03:13 +05:30
panos-kakos
14ce605e53 [JAVA-15756] Upgraded dependencies versions + Updated code for dynamodb (#12959)
* [JAVA-15756] Upgraded dependencies versions + Updated code for dynamodb

* [JAVA-15756] Simplify/Clean up code

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-06 22:54:04 +05:30
panos-kakos
5421edf992 [JAVA-15469] (#12979)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-06 22:43:51 +05:30
thibaultfaure
41d636b133 BAEL-5629 fix jcache integration test (#12985)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2022-11-06 18:11:47 +05:30
Dhawal Kapil
13288d6c1d JAVA-15789 Fixed design-patterns-cloud module (#12984)
* JAVA-15789 Fixed design-patterns-cloud module

* JAVA-15789 Fixed formatting of xml
2022-11-06 17:50:10 +05:30
Abhinav Pandey
a777380502 BAEL-5846 - Testing methods that call System.exit (#12952)
* BAEL-5846 - Testing methods that call System.exit

* BAEL-5846 - Testing methods that call System.exit - JMockit implementation

* BAEL-5846 - Testing methods that call System.exit - Changing test case names

* BAEL-5846 - Testing methods that call System.exit - changing test names

* BAEL-5777 - Mocking a singleton with Mockito - review incorporation
2022-11-06 15:39:05 +05:30
freelansam
cd848ea50c JAVA-15789: Fix references to parents (#12951)
* JAVA-15789: Fix references to parents

* Update pom.xml
2022-11-06 11:24:06 +05:30
anuragkumawat
164e85326c JAVA-14889 Update spring-security-web-angular module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12960) 2022-11-06 10:53:53 +05:30
Dhawal Kapil
09e6f9311f JAVA-15788 Moved apache-spark to heavy profile 2022-11-06 10:11:02 +05:30
Ulisses Lima
bb0a4a8fe1 bael-5848 - How to Insert a HashMap Into MongoDB With Java (#12938)
* bael-5848 - new module

* bael-5848 - tests
2022-11-05 19:04:21 +01:00
davidmartinezbarua
8f548a969f 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
55c7b76712 Update README.md 2022-11-05 17:27:41 +05:30
collaboratewithakash
62bcb08c1d Update README.md 2022-11-05 16:26:57 +05:30
collaboratewithakash
2657741a56 Update README.md 2022-11-05 16:26:19 +05:30
collaboratewithakash
1033d0602b Update README.md 2022-11-05 16:24:24 +05:30
panos-kakos
bb97d17de3 [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
collaboratewithakash
fd89c479ac Update README.md 2022-11-05 16:23:05 +05:30
collaboratewithakash
12ae50c5e5 Update README.md 2022-11-05 16:21:54 +05:30
collaboratewithakash
76f21553da fixed backlink 2022-11-05 16:19:24 +05:30
thibault.faure
fa413084df BAEL-58616 Code for the Check If All Runnable Are Done article 2022-11-05 11:36:41 +01:00
panos-kakos
3ab3b3c107 [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
lukaswlodkowski
84edb65381 [BAEL-5355] removed final modifiers (#12964) 2022-11-05 09:01:14 +01:00
Loredana Crusoveanu
6edac209c4 JAVA-15245 use dynamic port (#12910) 2022-11-04 22:05:10 +05:30
Loredana Crusoveanu
81239debde Merge pull request #12966 from jsgrah-spring/master
JAVA-14499. Fix: Failed to read artifact descriptor for com.gemstone.…
2022-11-04 09:49:50 +02:00
Kai Yuan
a02b3b49bb [slicingArrays] Slicing Arrays in Java (#12957) 2022-11-03 20:59:33 -05:00
jsgrah-spring
2e646fadfa JAVA-14499. Revert code changes. 2022-11-03 21:01:55 +01:00