12101 Commits

Author SHA1 Message Date
Abhinav Pandey
0b193f4544 Bael 6577 (#14260)
* BAEL-6577 - Paralellize for loops in Java

* BAEL-6577 - Paralellize for loops in Java

* BAEL-6577 - Paralellize for loops in Java - adding JMH

* BAEL-6577 - Paralellize for loops in Java - using CompletableFuture
2023-07-04 20:07:40 +05:30
Shahul Basha
1c12d45700 BAEL-6633 (#14308)
* Deep copy of Arraylist

* Deep copy of Arraylist

* Deep copy of Arraylist updated as per review
2023-07-04 14:35:53 +02:00
parthiv39731
de3fc4f21a BAEL-6626 (#14345)
* BALE-6626
Check If a String Contains Non-Alphanumeric Characters in Java

* Move patterns to class level.

---------

Co-authored-by: parthiv39731 <parthiv39731@gmail.com>
2023-07-04 14:17:45 +02:00
Loredana Crusoveanu
03385bed6a Merge pull request #14339 from edizor/master
Update README
2023-07-03 13:07:16 +03:00
vunamtien
8e336ba020 BAEL-6644-read-zip-entries (#14321)
* read zip file entries

* add unit test

* update test code
2023-07-03 12:04:44 +02:00
Tapan Avasthi
b119316bf4 BAEL-6647: How to handle character encoding in JSON POST Request (#14335)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-07-02 10:47:44 -05:00
Kasra Madadipouya
ec8f9b4006 Merge pull request #14331 from timis1/JAVA-22498
JAVA-22498 Potential issue in "Difference Between FileReader and Buff…
2023-07-02 15:20:19 +02:00
Kai Yuan
dbaba09fb9 [file-is-empty] Check If a File is Empty in Java (#14319)
* [file-is-empty] Check If a File is Empty in Java

* [file-is-empty] adjust code format

* [file-is-empty] rename test methods

* [file-is-empty] Then->then in method names
2023-07-01 21:39:05 -05:00
Michael Olayemi
5bae0396c0 Upload file and get its URL from Amazon S3 (#14317)
* Upload file and get its URL from Amazon S3

* Upload file and get its URL from Amazon S3

* Upload file and get its URL from Amazon S3
2023-07-01 18:53:45 +05:30
edizor
3763fc228e Update README.md
[skip ci]
2023-07-01 18:45:22 +08:00
edizor
a10323b794 Update README.md
[skip ci]
2023-07-01 18:36:32 +08:00
edizor
15f6789dcc Update README.md
[skip ci]
2023-07-01 18:28:28 +08:00
edizor
b88a0f7a11 Update README.md
[skip ci]
2023-07-01 18:22:12 +08:00
edizor
6b98a133f6 Update README.md
[skip ci]
2023-07-01 18:13:54 +08:00
edizor
3767122ebb Create README.md
[skip ci]
2023-07-01 18:06:20 +08:00
edizor
8deff81ef9 Update README.md
[skip ci]
2023-07-01 17:54:36 +08:00
edizor
88ca165998 Update README.md
[skip ci]
2023-07-01 17:45:15 +08:00
edizor
004089182c Update README.md
[skip ci]
2023-07-01 17:39:19 +08:00
edizor
a24bbc6187 Update README.md
[skip ci]
2023-07-01 17:31:59 +08:00
edizor
9ec60c6e80 Update README.md
[skip ci]
2023-07-01 17:20:41 +08:00
edizor
f9eec5f598 Update README.md
[skip ci]
2023-07-01 17:18:27 +08:00
edizor
feb2bd3c8f Update README.md
[skip ci]
2023-07-01 17:09:10 +08:00
edizor
315b7f3f2b Update README.md
[skip ci]
2023-07-01 17:06:20 +08:00
edizor
bfaba12c08 Update README.md
[skip ci]
2023-07-01 17:03:31 +08:00
edizor
a328fcec3b Update README.md
[skip ci]
2023-07-01 16:59:56 +08:00
edizor
3f9cfa9beb Update README.md
[skip ci]
2023-07-01 16:50:32 +08:00
Dhawal Kapil
f4d0dfcbbe JAVA-22625 Replaced Junit4 package with Junit5 (#14334) 2023-06-30 17:03:46 +05:30
Bipin kumar
cd747f077b Java 22625 S to Z (#14332)
* JAVA-22625: Changes made for module T to Z formatting the pom.xml

* JAVA-22625: Changes made for module S  to Z formatting the pom.xml
2023-06-30 16:38:28 +05:30
Bipin kumar
c6a6279724 JAVA-22625: Changes made for module Q to S formatting the pom.xml (#14330) 2023-06-30 16:37:55 +05:30
Bipin kumar
4a2c365472 JAVA-22625: Changes made for formatting the pom.xml (#14329) 2023-06-30 16:37:25 +05:30
Gaetano Piazzolla
673673cad8 JAVA-21601 | Using oracle Starter instead of Multiple dependencies. (#14326) 2023-06-30 16:19:14 +05:30
timis1
8e800d1a2d JAVA-21187 Cleanup un-committed or un-ignored artifacts - Week 21 - 2023 (moved-5) (#14312)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-30 09:33:31 +05:30
timis1
7047e858de JAVA-20168 Update article links in README.md (#14307)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-30 09:29:21 +05:30
Tapan Avasthi
f9ac0f459e BAEL-6627: How to start a thread using an anonymous class (#14314)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-06-29 20:59:37 -05:00
timis1
615bd5c714 JAVA-22498 Potential issue in "Difference Between FileReader and BufferedReader in Java" 2023-06-29 22:35:10 +03:00
timis1
cd6661e117 JAVA-100003 Removed apis from Kong
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-29 11:26:08 +03:00
kpentaris
718e1998cb BAEL-4466 Smart Batching in Java (#14190)
* Tutorial code for BAEL-4466 Smart Batching in Java

* Revert "Tutorial code for BAEL-4466 Smart Batching in Java"

This reverts commit d8d4fa7a42b0806d1f0a64d53425a3a4337cb79d.

* Tutorial code for BAEL-4466 Smart Batching in Java
2023-06-29 08:54:43 +05:30
panos-kakos
91b0d6478b [JAVA-22159] Upgraded circuitbreaker-resilience4j and spring boot version (#14316) 2023-06-28 19:16:12 +03:00
Hamid Reza Sharifi
eea21ae2a0 bael-3314:update jmockit articles (#14320) 2023-06-28 18:14:01 +02:00
Gaetano Piazzolla
f372563ca2 JAVA-21602 | fixing sync code block (#14318) 2023-06-28 20:18:08 +05:30
anuragkumawat
44179d2187 Java 21460 Move code from spring-boot-swagger & spring-boot-swagger-2 to spring-boot-swagger-springfox module (#14310)
* JAVA-21460 Upgrade spring-boot-swagger-jwt modules to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger-2 module to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger module to use SpringDoc in place of SpringFox

* JAVA-21460 Move code from spring-boot-swagger & spring-boot-swagger-2 to  spring-boot-swagger-springfox module

* JAVA-21457 Upgrade spring-security-web-rest to use SpringDoc in place of SpringFox
2023-06-28 10:13:24 +05:30
brokenhardisk
2f0f9d7e47 BAEL-6498 RequiredArgsConstructor Code and Tests (#14281)
* BAEL-6498 RequiredArgsConstructor Code and Tests

* BAEL-6498 RequiredArgsConstructor Code and Tests
2023-06-27 18:43:29 +05:30
Kingsley✨
0ec89aee72 Jaxb vs Jaxp (#14242) 2023-06-27 18:38:52 +05:30
Gaetano Piazzolla
e3058691b2 JAVA-22499 | Upgraded spring-boot and removed hybernate-validator to use 3.0.0.Final version of the spring-boot 3 (#14315) 2023-06-27 13:51:25 +03:00
Vini
be37c06262 Merge pull request #14309 from tudormarc/tudor-jacksonjr2
Tudor jacksonjr2
2023-06-27 10:38:36 +02:00
panos-kakos
9b0b36b308 [JAVA-22213] Upgraded mantis-runtime version (#14246)
* [JAVA-22213] Added Spectator library
2023-06-27 11:35:06 +03:00
Mo Helmy
5e3bf803f4 Removing JSON elements with Jackson [BAEL-6511] (#14291)
* Removing JSON elements with Jackson [BAEL-6511]

This commit adds a test class for removing JSON elements using the Jackson library.

* Removing JSON elements with Jackson [BAEL-6511]

This PR adds a test class for removing JSON elements using the Jackson library.
2023-06-26 19:26:45 -05:00
davidmartinezbarua
c67171f37d Merge pull request #14272 from thibaultfaure/article/BAEL-6358
BAEL-6358 Code for the Starting the Maven Build From the Point Where …
2023-06-26 11:39:37 -03:00
Azhwani
8e6bdc0205 BAEL-6597: How to get the last Day of the Month in Java (#14191) 2023-06-26 14:05:24 +02:00
panos-kakos
e2976f0686 Java 15033 Added apache httpclient v4 test case demonstrating close/release resources (#14295) 2023-06-26 14:39:00 +03:00