Commit Graph

10196 Commits

Author SHA1 Message Date
exaucae ed738777df feat: add jextract & FFM API examples 2023-02-08 01:19:46 +00:00
exaucae 7e1a06e2e6 refactor: curate hello world sample
Remove noisy bits
2022-11-12 00:21:08 +00:00
exaucae 576f9c9eaf feat: print hello world with Java down calling C 2022-11-11 23:43:57 +00:00
Satyarth Shankar 04e2c6904b updated rxJava2 dependency version (#13002)
* BAEL-5751 test commit for checkin builds

* BAEL-5751 compiled with java 8

* BAEL-5751 small update

* BAEL-5751 added the core code

* BAEL-5751 moved code to a different module

* BAEL-5751 using assertArrayEquals

* BAEL-5751 new line at the end of file

* BAEL-5738 retry with delay in rxJava

* Update RxJavaRetryWithDelayUnitTest.java

* BAEL-5738 updated rxJava2 version to a more recent one

Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
2022-11-11 20:06:11 +01:00
Loredana Crusoveanu 8bb5146862 Merge pull request #13007 from edizor/master
Update README.md
2022-11-11 10:27:35 +02:00
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
Loredana Crusoveanu 525bf00fe2 Merge pull request #13004 from edizor/master
Update README
2022-11-11 09:57:06 +02:00
Loredana Crusoveanu 7a4185f09a Merge pull request #13006 from eugenp/hybris-module-name
fix hystrix module name
2022-11-11 09:44:11 +02:00
Loredana Crusoveanu d3f2070e59 fix hystrix module name 2022-11-11 09:36:46 +02:00
edizor 1ab08e2bc7 Update README.md
[skip ci]
2022-11-11 09:58:17 +08:00
edizor 0981b8fb4f Update README.md
[skip ci]
2022-11-11 09:50:59 +08:00
edizor ce9a35fa5e Update README.md
[skip ci]
2022-11-11 09:44:56 +08:00
edizor 85ee80bad2 Update README.md
[skip ci]
2022-11-11 09:37:42 +08:00
edizor 2987e954fe Update README.md
[skip ci]
2022-11-11 09:35:38 +08:00
edizor 0783e9d778 Update README.md
[skip ci]
2022-11-11 09:13:18 +08:00
edizor ec240863d7 Update README.md
[skip ci]
2022-11-11 09:10:03 +08:00
edizor 3bca0d46bf Update README.md
[skip ci]
2022-11-11 09:04:12 +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
Cleuton Sampaio 2df6d915b0 kong-k8s-springboot cleuton.sampaio (#13001)
Co-authored-by: cleutonsampaio <cleutonsampaio@cloud.upwork.com>
2022-11-09 14:14:27 -08:00
kwoyke a6b008e5a3 Merge pull request #12996 from panos-kakos/JAVA-15763
Java 15763 - Upgrade dependecies versions
2022-11-09 16:37:39 +01:00
AndiCover 50f2c39544 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
panagiotiskakos 69e7cd7914 [JAVA-15763] Upgrade libraries-data 2022-11-08 15:31:44 +02:00
panagiotiskakos 090c530364 [JAVA-15763] Upgrade libraries-commons-io 2022-11-08 15:28:01 +02:00
panagiotiskakos 0018192e08 [JAVA-15763] Upgrade libraries-apache-commons 2022-11-08 15:18:31 +02: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
Loredana Crusoveanu d10c65f9b4 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 113c42199a 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 c57284d9c9 BAEL-5833 | Article code (#12919)
* BAEL-5833 | Article code

* Updated method name
2022-11-07 08:26:18 +05:30
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
panos-kakos 198bf2181b [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 2495e6f101 [JAVA-15469] (#12979)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-06 22:43:51 +05:30
thibaultfaure fefc0d88e0 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 efbb081e5e 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 aeac3c1d3c 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 fffc0bc704 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 ce4b255177 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 6450b3edd2 JAVA-15788 Moved apache-spark to heavy profile 2022-11-06 10:11:02 +05:30
Ulisses Lima 548c69164f 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 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 66604fcc83 Update README.md 2022-11-05 17:27:41 +05:30
collaboratewithakash 118a2033e9 Update README.md 2022-11-05 16:26:57 +05:30
collaboratewithakash a058a8e7ff Update README.md 2022-11-05 16:26:19 +05:30
collaboratewithakash 3716d4d472 Update README.md 2022-11-05 16:24:24 +05:30