Commit Graph

10208 Commits

Author SHA1 Message Date
Haroon Khan efe35181db [JAVA-15406] Ignore JMeter generated files 2022-10-23 21:59:39 +01: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
Haroon Khan 9a39922db0 [JAVA-15663] Upgrde Boot to 2.7.5 2022-10-23 13:55:54 +01: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
Saikat Chakraborty 3269737c6c Updated docker compose yaml indentation 2022-10-17 21:31:46 +05:30
Tapan Avasthi 58b522ec56 BAEL-5798: Guide to Resilience4j with Spring Boot (#12854)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-10-16 21:33:41 -05:00
Eugene Kovko 6da922c20a BAEL-5760: Creating a separate mocks-2 module (#12882) 2022-10-16 15:10:50 -07:00
ACHRAF TAITAI 7b44b2759f BAEL-5791: Convert String to Instant (#12876) 2022-10-16 20:09:54 +02:00
edizor c440c1e41f Update README.md 2022-10-16 11:38:21 +08:00
edizor d71fb7073e Update README.md
[skip ci]
2022-10-16 11:37:49 +08:00
Sameer 2c33928f44 data buffer limit exception (#12862)
* data buffer limit exception

* removed mvn scripts

* test cases

* updated integration test name

Co-authored-by: s9m33r <no-reply>
2022-10-15 20:37:24 -07:00
edizor e09d93f5fc Create README.md
[skip ci]
2022-10-16 11:36:05 +08:00
edizor e3ec15a2d3 Update README.md
[skip ci]
2022-10-16 11:34:31 +08:00
edizor 869acf1646 Update README.md
[skip ci]
2022-10-16 11:32:23 +08:00
edizor 064ba95c28 Update README.md
[skip ci]
2022-10-16 11:25:16 +08:00
edizor 917dce24a6 Update README.md 2022-10-16 11:22:53 +08:00
edizor 75419f0ddb Update README.md 2022-10-16 11:17:34 +08:00
edizor 01b80eddcc Update README.md
added link back to the article: https://www.baeldung.com/java-port-scanning
2022-10-16 11:12:39 +08:00
edizor 34cd6b4434 Create README.md 2022-10-16 11:00:58 +08:00
edizor a57257ebf5 Update README.md 2022-10-16 10:54:45 +08:00
edizor 56ed441a7d Update README.md 2022-10-16 10:53:02 +08:00