Commit Graph

25908 Commits

Author SHA1 Message Date
exaucae
56f0b6058e fix: correct imports 2023-02-27 13:44:33 +00:00
exaucae
c475e890f6 fix: use baeldung intellij formatter 2023-02-27 12:16:25 +00:00
exaucae
d6333a6054 fix: set version properties 2023-02-24 15:49:38 +00:00
exaucae
e1517f5696 remove generated code 2023-02-12 13:05:10 +00:00
exaucae
f97a30d747 feat: add jextract & FFM API examples 2023-02-08 01:19:46 +00:00
exaucae
225db77170 refactor: curate hello world sample
Remove noisy bits
2022-11-12 00:21:08 +00:00
exaucae
0deeaa63d4 feat: print hello world with Java down calling C 2022-11-11 23:43:57 +00:00
Satyarth Shankar
4c07d487e3 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
cd519e36f5 Merge pull request #13007 from edizor/master
Update README.md
2022-11-11 10:27:35 +02:00
edizor
6b03781ba5 Update README.md 2022-11-11 16:09:02 +08:00
Loredana Crusoveanu
fe8d3024c7 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
d75ae17a4e 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
da454ee6e9 Merge pull request #13004 from edizor/master
Update README
2022-11-11 09:57:06 +02:00
Loredana Crusoveanu
ed1b584607 Merge pull request #13006 from eugenp/hybris-module-name
fix hystrix module name
2022-11-11 09:44:11 +02:00
Loredana Crusoveanu
4bdf87e471 fix hystrix module name 2022-11-11 09:36:46 +02:00
edizor
447716766d Update README.md
[skip ci]
2022-11-11 09:58:17 +08:00
edizor
ce4dd68dd6 Update README.md
[skip ci]
2022-11-11 09:50:59 +08:00
edizor
724904e735 Update README.md
[skip ci]
2022-11-11 09:44:56 +08:00
edizor
8ec9cb25c1 Update README.md
[skip ci]
2022-11-11 09:37:42 +08:00
edizor
33a61e1c09 Update README.md
[skip ci]
2022-11-11 09:35:38 +08:00
edizor
63786d2d4f Update README.md
[skip ci]
2022-11-11 09:13:18 +08:00
edizor
3f5c98cafa Update README.md
[skip ci]
2022-11-11 09:10:03 +08:00
edizor
93ed874896 Update README.md
[skip ci]
2022-11-11 09:04:12 +08:00
edizor
a22bd22eeb Update README.md
[skip ci]
2022-11-11 08:56:17 +08:00
edizor
c525e66191 Update README.md
[skip ci]
2022-11-11 08:45:29 +08:00
edizor
da4c8d0a1a Update README.md
[skip ci]
2022-11-11 08:41:08 +08:00
edizor
653920e11e Update README.md
[skip ci]
2022-11-11 08:35:42 +08:00
Cleuton Sampaio
95f93aa13f kong-k8s-springboot cleuton.sampaio (#13001)
Co-authored-by: cleutonsampaio <cleutonsampaio@cloud.upwork.com>
2022-11-09 14:14:27 -08:00
kwoyke
61da4cb26e Merge pull request #12996 from panos-kakos/JAVA-15763
Java 15763 - Upgrade dependecies versions
2022-11-09 16:37:39 +01:00
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
panagiotiskakos
914e64afb2 [JAVA-15763] Upgrade libraries-data 2022-11-08 15:31:44 +02:00
panagiotiskakos
03bd640772 [JAVA-15763] Upgrade libraries-commons-io 2022-11-08 15:28:01 +02:00
panagiotiskakos
2c6d85d259 [JAVA-15763] Upgrade libraries-apache-commons 2022-11-08 15:18:31 +02:00
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