12580 Commits

Author SHA1 Message Date
edizor
e29cb85200 Update README.md
[skip ci]
2023-07-08 08:31:12 +08:00
Azhwani
3277c75dd4 BAEL-6399: Getting Yesterday's Date in Java 2023-07-07 22:17:50 +02:00
tienvn
cd4167c462 add unit test 2023-07-08 00:39:27 +07:00
tienvn
b693287519 Merge branch 'master' into BAEL-6541-convert-relative-path 2023-07-08 00:12:28 +07:00
Vini
2546a2e218 Merge pull request #14305 from Eredisse/master
BAEL-6024 - Guide to YugabyteDB
2023-07-07 15:14:50 +02:00
alexandru.borza
21c413d0c6 remove unused dependency 2023-07-07 14:49:14 +03:00
uzma
dc6e611fef [BAEL-6697] code for jacoco fail build 2023-07-07 00:36:48 +01:00
Dhawal Kapil
6f905048c4 JAVA-22625 Removed junit4 engine (#14368) 2023-07-06 13:02:53 +05:30
Bipin kumar
120a6c152a Java 19657 (#14336)
* JAVA-19657: Changes made for WSDL stubs with maven

* JAVA-19657: changes made for upgrading module Generate WSDL Stubs with Maven
2023-07-06 12:04:39 +05:30
Kai Yuan
b64958a6bf [split-digits] Split a String Into Digits- and Non-Digits-Elements (#14349)
* [split-digits] Split a String Into Digits- and Non-Digits-Elements

* [split-digits] JMH benchmark

* [split-digits] using enum
2023-07-05 18:20:28 -05:00
davidmartinezbarua
37add6dc4d Merge pull request #14340 from etrandafir93/features/BAEL-6579-completable_future_thread_pool
BAEL-6579: completable future's thread pool
2023-07-05 14:41:11 -03:00
anuragkumawat
14ffda870b JAVA-21457 Add SpringFox module to spring-boot-modules pom (#14344)
* JAVA-21457 Add SpringFox module to spring-boot-modules pom

* JAVA-21460 Update articles URLs for new annotations
2023-07-05 23:10:52 +05:30
Gaetano Piazzolla
6130c8436d JAVA-20499 | Merging javax-validation-advanced module in javaxval-2. (#14362) 2023-07-05 22:53:06 +05:30
panos-kakos
fae290a102 [JAVA-21545] Upgraded aws-java-sdk-dynamodb version (#14351) 2023-07-05 20:38:31 +05:30
Shahul Basha
1556a3c384 BAEL-6633 (#14356)
* Deep copy of Arraylist

* Deep copy of Arraylist

* Deep copy of Arraylist updated as per review

* Deep copy of Arraylist updated as per review

* Deep copy of Arraylist updated as per review
2023-07-05 14:24:57 +02:00
vunamtien
e3f36b304f rename file (#14365) 2023-07-05 13:23:40 +02:00
panos-kakos
82584d9e02 [JAVA-22456] Merge modules aws-s3 & aws-s3-v2 2023-07-05 08:50:30 +03:00
panos-kakos
f7bd212ec5 [JAVA-22456] Upgraded aws-s3 module to aws-sdk 2.20.52 2023-07-05 08:38:36 +03:00
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
panos-kakos
c305321a42 [JAVA-22589] Added @DirtiesContext and re-enabled test case 2023-07-03 17:15:45 +03:00
uzma
b6966054b4 [BAEL-6318] fix test 2023-07-03 13:18:03 +01: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
uzma
b61c2af4ac [BAEL-6318] code for consuming Page<Entity> using rest template 2023-07-02 23:51:56 +01: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
emanueltrandafir1993
09c62a2d70 BAEL-6579: fixing tests 2023-07-01 13:33:40 +02:00
emanueltrandafir1993
dbbd2a0a12 BAEL-6579: completable future's thread pool 2023-07-01 13:24:01 +02:00
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