Commit Graph

25898 Commits

Author SHA1 Message Date
Arya
66177c4fa3 Added the test. (#12947) 2022-10-28 09:20:01 -07:00
Loredana Crusoveanu
c3fe8411b1 Merge pull request #12942 from eugenp/BAEL-5888-v2
BAEL-5888-v2
2022-10-28 10:36:43 +03:00
Loredana Crusoveanu
01dae9c3f9 BAEL-5888-v2 2022-10-28 10:31:33 +03:00
Shreya Baid
5986eeff49 Spring CredHub code (#12929)
* Spring CredHub code

* Added test cases
2022-10-27 23:06:50 -07:00
Olu
ed73a65869 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
chrisjaimes
495547627d Bael 5723 gravity sort and unit test (#12891)
* add Gravity Sort java class

* gravity sort in java with unit test

* Update GravitySort.java

fix name in setupAbacus method

* Update GravitySortUnitTest.java

fix name in unit test method

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2022-10-28 09:49:41 +05:30
Maciej Główka
a9ca63c3b0 BAEL-5691: Log properties in Spring Boot application (#12663)
* BAEL-5691: Log properties in Spring Boot application

* removed lombok

* merged 2 streams into one

* removed unnecessary exception handling
2022-10-27 19:53:05 +01:00
Ulisses Lima
bbea6231b2 BAEL-5764 - Limiting the Request per Second With Webclient (#12837)
* bael-5764 - ready for review

* bael-5764 - editor review 1

* bael-5764 - editor review 2
2022-10-27 12:34:20 +02:00
Loredana Crusoveanu
49d5e177b5 Merge pull request #12925 from edizor/master
README changes
2022-10-27 10:41:36 +03:00
achraftt
a94703cd1c BAEL-5791: adaptation after creating new module 2022-10-27 00:33:38 +02:00
achraftt
7c71e3c6e5 BAEL-5791: Convert String to Instant (creating new module) 2022-10-27 00:12:35 +02:00
edizor
f6a3385718 Update README.md 2022-10-26 22:39:48 +08:00
edizor
93a1793b29 Update README.md 2022-10-26 22:38:39 +08:00
edizor
14d2c167e8 Update README.md 2022-10-26 22:36:03 +08:00
edizor
da11b6f03a Update README.md 2022-10-26 22:34:34 +08:00
edizor
91abd9fb7b Update README.md 2022-10-26 22:33:13 +08:00
edizor
da82e31868 Update README.md 2022-10-26 22:31:27 +08:00
edizor
65c650de5f Update README.md 2022-10-26 22:28:01 +08:00
edizor
e3995e0b15 Update README.md 2022-10-26 22:26:03 +08:00
edizor
8872a7f5b2 Update README.md 2022-10-26 22:24:42 +08:00
edizor
81f0bfea53 Update README.md 2022-10-26 22:23:02 +08:00
Ulisses Lima
d692ae68e2 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
etrandafir93
792b3965f5 BAEL-5853: added 'com.baeldung.webflux' as base package (#12921) 2022-10-25 20:49:44 -07:00
Loredana Crusoveanu
8e8372ad2d Merge pull request #12746 from saikatcse03/master
Enable SSL in Spring Boot with MySQL
2022-10-25 11:53:10 +03:00
Loredana Crusoveanu
3caa47ceda Merge pull request #12915 from ulisseslima/bael-5696_quick-fix_ttl
bael-5696 quick fix
2022-10-25 10:22:44 +03:00
Kai Yuan
e8cea91eb9 [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
Ulisses Lima
49e049504c bael-5696 quick fix
Using variable instead of fixed value.
2022-10-24 19:06:08 -03:00
Loredana Crusoveanu
dfb8387c67 Merge pull request #12912 from eugenp/lor6-patch-2
Update README.md
2022-10-24 15:22:57 +03:00
Loredana Crusoveanu
a8364bfc2a Update README.md 2022-10-24 12:43:54 +03:00
Loredana Crusoveanu
ff38104e9b Merge pull request #12909 from eugenp/JAVA-14549
JAVA-14549 update pmd rule
2022-10-24 10:49:39 +03:00
Loredana Crusoveanu
692504b5b4 JAVA-14549 update pmd rule 2022-10-24 09:27:40 +03:00
Loredana Crusoveanu
4a35e16b62 Merge pull request #12907 from hkhan/JAVA-14549-logging-cleanup
[JAVA-14549] Logging cleanup
2022-10-24 09:14:48 +03:00
Haroon Khan
b3524c441e [JAVA-15406] Ignore JMeter generated files 2022-10-23 21:59:39 +01:00
Haroon Khan
dafc2f8ba3 [JAVA-14549] Logging cleanup 2022-10-23 18:04:29 +01:00
etrandafir93
1e3f317a28 BAEL-5853: added code snippets for first element of flux article (#12905) 2022-10-23 08:44:16 -07:00
Kai Yuan
f725c19a87 [strToChar] Convert String to char in Java (#12893) 2022-10-23 09:50:15 -05:00
Haroon Khan
2ed8e5f5eb [JAVA-15663] Upgrde Boot to 2.7.5 2022-10-23 13:55:54 +01:00
anuragkumawat
519fd309d9 JAVA-14881 Update spring-security-oauth2 under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12898) 2022-10-22 23:53:56 +05:30
Yavuz Tas
399c01793e BAEL-3446 (#12872)
* BAEL-3446 a simple market data streaming app for the article.

* BAEL-3446 add unit tests for the article code.

* BAEL-3446 increase version, activate module in the parent pom, update readme.

* BAEL-3446 improve the code semantically.

* BAEL-3446 remove unnecessary files

* BAEL-3446 fix continuation indentation as 2

* BAEL-3446 put new module in the correct profile

Co-authored-by: Yavuz Tas <ytas@vwd.com>
2022-10-22 09:45:24 +05:30
Arya
c830d0eb6b Implementing Factory Pattern With Generics in Java (#12895)
* Implementing the factory pattern with generics.

* Did some modifications. Also added unit test.

* Changed the package name.
2022-10-21 12:04:41 -07:00
Sameer
1c8962aff3 using static test port (#12896)
Co-authored-by: s9m33r <no-reply>
2022-10-21 08:24:25 -07:00
Shaun Phillips
d618636d2d BAEL-5681 Add colorful logging (#12794) 2022-10-20 18:31:20 +01:00
Loredana Crusoveanu
ca32c2a459 Merge pull request #12894 from ulisseslima/bael-5754_convert-list-csv_quick-fix
bael-5754 - quick fix
2022-10-20 20:22:12 +03:00
Ulisses Lima
3906d7d289 bael-5754 - quick fix
* adapting code to the article
2022-10-20 14:03:23 -03:00
Kai Yuan
b924157d00 [Capitalize_1st] Capitalize the First Letter of a String in Java (#12885) 2022-10-19 20:31:27 -05:00
panos-kakos
464068a987 [JAVA-13957] (#12870)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-20 00:25:46 +05:30
panos-kakos
c8946ccceb [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
panos-kakos
0b238ef9ee [JAVA-14203] Clean up libraries-apache-commons (#12865)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-20 00:07:42 +05:30
anuragkumawat
c68715054e JAVA-14882 Update spring-security-ldap under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12890) 2022-10-19 23:51:29 +05:30
kpentaris
187050311e Add application file for BAEL-4038 (#12851) 2022-10-19 17:23:17 +02:00