Commit Graph

3252 Commits

Author SHA1 Message Date
collaboratewithakash
6fc517c480 backlink removed 2023-07-20 16:42:50 +05:30
collaboratewithakash
8ecc164fa1 updated backlink 2023-07-10 16:47:21 +05:30
collaboratewithakash
898015910f backlink updated 2023-07-10 16:13:02 +05:30
Vini
326458d425 Merge pull request #14342 from azhwani/BAEL-6399
BAEL-6399: Getting Yesterday's Date in Java
2023-07-10 10:21:56 +02:00
Ulisses Lima
4be50c5110 Update StringFilenameValidationUtils.java
Based on email feedback. Changing regex from "A-z" to "A-Z".
2023-07-10 00:00:07 -03:00
Kai Yuan
cbd86f2347 [long-to-bigdecimal] Convert Long to BigDecimal in Java (#14372)
* [long-to-bigdecimal] Convert Long to BigDecimal in Java

* [long-to-bigdecimal] renaming var
2023-07-08 22:30:44 -05:00
Michael Olayemi
4746fdc886 Generating Random Numbers in a Range with Some Exclusions in Java (#14357) 2023-07-09 08:37:06 +05:30
Azhwani
ff09d7c37e BAEL-6399: Getting Yesterday's Date in Java 2023-07-07 22:17:50 +02:00
Dhawal Kapil
69a5a4b15a JAVA-22625 Removed junit4 engine (#14368) 2023-07-06 13:02:53 +05:30
Kai Yuan
eead5281ac [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
de37f3519a 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
Shahul Basha
96eaaeda71 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
1715231d03 rename file (#14365) 2023-07-05 13:23:40 +02:00
Abhinav Pandey
311f5cc472 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
95bee7122a 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
9bd2cdbc5e 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
50e477a72a Merge pull request #14339 from edizor/master
Update README
2023-07-03 13:07:16 +03:00
vunamtien
5506d3c91f BAEL-6644-read-zip-entries (#14321)
* read zip file entries

* add unit test

* update test code
2023-07-03 12:04:44 +02:00
Kasra Madadipouya
fcb98776a9 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
a642f803e9 [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
emanueltrandafir1993
54eb5defc8 BAEL-6579: fixing tests 2023-07-01 13:33:40 +02:00
emanueltrandafir1993
1b9f8bdb5d BAEL-6579: completable future's thread pool 2023-07-01 13:24:01 +02:00
edizor
961c1c9369 Update README.md
[skip ci]
2023-07-01 17:54:36 +08:00
edizor
961bec8417 Update README.md
[skip ci]
2023-07-01 17:39:19 +08:00
edizor
3bac2c14ac Update README.md
[skip ci]
2023-07-01 17:31:59 +08:00
edizor
847dc0b1ed Update README.md
[skip ci]
2023-07-01 17:20:41 +08:00
edizor
a0dc17a8c7 Update README.md
[skip ci]
2023-07-01 17:18:27 +08:00
edizor
292f51aa72 Update README.md
[skip ci]
2023-07-01 16:59:56 +08:00
edizor
6f49e59cdf Update README.md
[skip ci]
2023-07-01 16:50:32 +08:00
Dhawal Kapil
7c189d6981 JAVA-22625 Replaced Junit4 package with Junit5 (#14334) 2023-06-30 17:03:46 +05:30
timis1
45c2efebb4 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
Tapan Avasthi
20bc629fd7 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
64b06b0899 JAVA-22498 Potential issue in "Difference Between FileReader and BufferedReader in Java" 2023-06-29 22:35:10 +03:00
Gaetano Piazzolla
8d9f1fb8ca JAVA-21602 | fixing sync code block (#14318) 2023-06-28 20:18:08 +05:30
Azhwani
1160ccc07e BAEL-6597: How to get the last Day of the Month in Java (#14191) 2023-06-26 14:05:24 +02:00
Michael Pratt
a03ed654c5 Add unit tests (#14306) 2023-06-25 20:42:54 -05:00
Loredana Crusoveanu
51ddccd8f7 Merge pull request #14299 from collaboratewithakash/master
updated backlink
2023-06-25 18:50:11 +03:00
Bipin kumar
08333e68ba Java-20326: Changes made for replacing strSubstitutor with stringSubstitutor (#14301) 2023-06-25 18:19:11 +05:30
Gaetano Piazzolla
171fdc7b7e JAVA-22238 | moved articles into correct locations. (#14297) 2023-06-24 23:41:14 +05:30
Azhwani
3debfa944f BAEL-6397: Adding One Month to Current Date in Java (#14261) 2023-06-24 10:38:42 +02:00
collaboratewithakash
2b918750b7 updated backlink 2023-06-24 13:29:37 +05:30
timis1
e4edb2fb47 Java 20405 Align module names, folder names and artifact id - Week 18 - 2023 (moved-7) (#14290)
* JAVA-20405 Align name for spring-boot-aws

* JAVA-20405 Align module name for spring-boot-3-url-matching

* JAVA-20405 Align module name for core-java-streams-collect

* JAVA-20405 Align module name for dummy-surefire-junit47

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-23 13:15:40 +05:30
Loredana Crusoveanu
d283aba01e Merge pull request #14276 from edizor/master
Update README
2023-06-22 11:42:46 +03:00
Bhaskar Ghosh Dastidar
5a83662f66 [BAEL-6090] vector api examples (#14274)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-06-21 13:50:45 -07:00
edizor
0aba278b42 Update README.md
[skip ci]
2023-06-21 20:22:12 +08:00
edizor
44cdc819d8 Update README.md
[skip ci]
2023-06-21 18:26:24 +08:00
edizor
192d7a4da6 Update README.md
[skip ci]
2023-06-21 17:36:02 +08:00
Dmytro Budym
2bff026de7 Add code examples for "Convert Java Array to Iterable" (#14144)
* Add code examples for "Convert Java Array to Iterable"

* fix formatting
2023-06-20 21:23:47 +05:30
Michael Olayemi
044526c91f Hex Representation of a SHA-1 Digest of a String in Java (#14239)
* Hex Representation of a SHA-1 Digest of a String in Java

* Hex Representation of a SHA-1 Digest of a String in Java

* Hex Representation of a SHA-1 Digest of a String in Java
2023-06-20 21:17:00 +05:30
davidmartinezbarua
15e0fcf4e1 Merge pull request #14243 from thibaultfaure/article/BAEL-5600
BAEL-5600 Code for the Read Date in Java using Scanner article
2023-06-19 13:07:37 -03:00