edizor
8dacabb8be
Update README.md
2022-10-26 22:36:03 +08:00
edizor
32fdbae8a1
Update README.md
2022-10-26 22:34:34 +08:00
edizor
c08214321a
Update README.md
2022-10-26 22:33:13 +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
722ccf47be
Update README.md
2022-10-26 22:26:03 +08:00
edizor
01a44a7dbf
Update README.md
2022-10-26 22:24:42 +08:00
edizor
4945fbb68d
Update README.md
2022-10-26 22:23:02 +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
etrandafir93
14f14f5c00
BAEL-5853: added 'com.baeldung.webflux' as base package ( #12921 )
2022-10-25 20:49:44 -07:00
Loredana Crusoveanu
379537b930
Merge pull request #12746 from saikatcse03/master
...
Enable SSL in Spring Boot with MySQL
2022-10-25 11:53:10 +03:00
Loredana Crusoveanu
5134c890c4
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
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
Ulisses Lima
81a9c85894
bael-5696 quick fix
...
Using variable instead of fixed value.
2022-10-24 19:06:08 -03:00
Loredana Crusoveanu
3a579f90ff
Merge pull request #12912 from eugenp/lor6-patch-2
...
Update README.md
2022-10-24 15:22:57 +03:00
Loredana Crusoveanu
9c48746a57
Update README.md
2022-10-24 12:43:54 +03:00
Loredana Crusoveanu
735bc79b0e
Merge pull request #12909 from eugenp/JAVA-14549
...
JAVA-14549 update pmd rule
2022-10-24 10:49:39 +03:00
Loredana Crusoveanu
4e6b8c6b1f
JAVA-14549 update pmd rule
2022-10-24 09:27:40 +03:00
Loredana Crusoveanu
b8cbb8a5b5
Merge pull request #12907 from hkhan/JAVA-14549-logging-cleanup
...
[JAVA-14549] Logging cleanup
2022-10-24 09:14:48 +03:00
Haroon Khan
8930897b9d
[JAVA-14549] Logging cleanup
2022-10-23 18:04:29 +01:00
etrandafir93
510a9666eb
BAEL-5853: added code snippets for first element of flux article ( #12905 )
2022-10-23 08:44:16 -07:00
Kai Yuan
d1067b341f
[strToChar] Convert String to char in Java ( #12893 )
2022-10-23 09:50:15 -05:00
anuragkumawat
5894510eb8
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
125d9893ab
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
2879088ee7
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
ff3f356fcd
using static test port ( #12896 )
...
Co-authored-by: s9m33r <no-reply>
2022-10-21 08:24:25 -07:00
Shaun Phillips
63bdc428b9
BAEL-5681 Add colorful logging ( #12794 )
2022-10-20 18:31:20 +01:00
Loredana Crusoveanu
7f3405a765
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
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
panos-kakos
c627d0c53f
[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
afa8a9ed9e
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
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
Loredana Crusoveanu
48124a7069
Merge pull request #12888 from eugenp/BAEL-5798
...
BAEL-5798 rename test to manual
2022-10-19 16:56:23 +03:00
Loredana Crusoveanu
c192ba162a
BAEL-5798 rename test to manual
2022-10-19 16:52:31 +03:00
edizor
eba79af4be
Update README.md
...
[skip ci]
2022-10-19 11:09:05 +08:00
edizor
28cf4bde77
Update README.md
...
[skip ci]
2022-10-19 11:04:04 +08:00
edizor
4514d5a574
Update README.md
...
[skip ci]
2022-10-19 10:57:56 +08:00
edizor
c705475701
Update README.md
...
[skip ci]
2022-10-19 10:53:17 +08:00
Eugene Kovko
06ee77d7df
fix: Typo in the version property ( #12884 )
2022-10-18 14:36:35 -07:00
anuragkumawat
cab7dee718
JAVA-14878 Update spring-security-web-login-2 under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12877 )
2022-10-19 00:55:42 +05:30
anuragkumawat
a613929ed9
JAVA-14877 Update spring-security-core-2 under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12875 )
2022-10-19 00:46:38 +05:30
anuragkumawat
0c7e1e7a49
JAVA-14874 Update spring-security-web-boot-3 module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12863 )
2022-10-19 00:18:01 +05:30
anuragkumawat
4c93ddfb23
JAVA-15423 Upgrade spring-security-oauth2-autoconfigure version in spring-security-oauth2 module ( #12857 )
2022-10-19 00:11:48 +05:30
alemoles
16c5169c86
BAEL-5768 - Coupling in Java ( #11 ) ( #12881 )
...
* BAEL-5768 - Coupling in Java (#11 )
* BAEL-5768 - Coupling in Java
2022-10-17 20:24:12 -07:00
Kai Yuan
b522237512
[deserializeEnumCaseInsensitve] Deserializing Enums in a Case-Insensitive Manner in Jackson ( #12868 )
2022-10-17 19:41:41 -05:00
davidmartinezbarua
4da0255a71
Merge pull request #12855 from hmdrzsharifi/BAEL-3176
...
Bael 3176: Update spring-batch project and articles
2022-10-17 18:15:00 -03:00