Commit Graph

3071 Commits

Author SHA1 Message Date
Loredana Crusoveanu 6141bd4f56 Merge pull request #14803 from edizor/master
Update README
2023-09-22 10:38:51 +03:00
Eugene Kovko f2b6460056 BAEL-6978: Adding the information about the bug (#14804) 2023-09-21 10:26:51 -07:00
Bhaskar Ghosh Dastidar 7af1c7917f BAEL-6823-middle-element-array (#14774)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-09-21 09:23:10 -07:00
davidmartinezbarua 3f62e256da Merge pull request #14775 from parthiv39731/PR-6726
BAEL-6726, Merge Two Arrays and Remove Duplicates in Java
2023-09-21 11:51:52 -03:00
edizor d83ba0aef8 Update README.md
[skip ci]
2023-09-21 20:55:24 +08:00
edizor 654c04d0f2 Update README.md
[skip ci]
2023-09-21 20:48:07 +08:00
edizor d185bbe190 Update README.md
[skip ci]
2023-09-21 20:40:36 +08:00
edizor 383ad4b354 Update README.md
[skip ci]
2023-09-21 20:31:13 +08:00
edizor 62d47b8acc Update README.md
[skip ci]
2023-09-21 20:07:58 +08:00
edizor 2a34149e8a Update README.md
[skip ci]
2023-09-21 19:56:38 +08:00
Kasra Madadipouya 914d01d03d JAVA-25341 fix Java networking flaky tests (#14798) 2023-09-21 09:28:33 +05:30
Liam Williams 156793bb48 Merge pull request #14796 from rajat-garg/rg/extension-from-mime-type
[BAEL-6730] Use ContentType to fetch the extensions
2023-09-19 22:17:46 +01:00
rajatgarg 030f308c5b Use ContentType to fetch the extensions 2023-09-20 00:36:33 +05:30
Hangga Aji Sayekti 556002e8d1 EOF Detection | bazeniancode@gmail.com | Hangga Aji Sayekti (#14738)
* [Add] add from my experiment repo github.com/hangga/eof-detection

* [Update] reorder test

* [Update] add close()

* [Update] try with resource

* [update] be careful with typo
2023-09-19 18:23:41 +05:30
Eugene Kovko 1e7471a2b3 BAEL-6822: Difference between Arrays.sort() and Collections.sort() (#14787) 2023-09-18 10:36:58 -07:00
Bhaskar Ghosh Dastidar d6db7fd6e7 [BAEL-6960] value based class (#14785)
* [BAEL-6960] value based class

* [BAEL-6960] value based class

* [BAEL-6960] value based class

---------

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-09-18 10:26:37 -07:00
davidmartinezbarua 9d0985112b Merge pull request #14759 from sam-gardner/BAEL-6811-check-if-letter-is-emoji
BAEL-6811 Check if letter is emoji example code
2023-09-18 12:35:24 -03:00
Sam Gardner 39f5f3cdd7 BAEL-6811 extract dependecy version number 2023-09-18 10:41:36 +01:00
Loredana Crusoveanu 2c7bba9332 Merge pull request #14778 from edizor/master
Update README
2023-09-17 14:36:32 +03:00
Michael Olayemi 2a574249c1 Add Minutes to a String Time in Java (#14767) 2023-09-17 08:44:00 +05:30
parthiv39731 2d4d7308ad BAEL-6726, modified method names 2023-09-15 21:26:37 -07:00
edizor 64b8889bab Update README.md
[skip ci]
2023-09-16 09:26:17 +08:00
edizor 3e91cea3b7 Update README.md
[skip ci]
2023-09-16 09:23:27 +08:00
edizor 57448bdc88 Update README.md
[skip ci]
2023-09-16 09:19:02 +08:00
edizor 1e1dc78e41 Update README.md
[skip ci]
2023-09-16 09:10:33 +08:00
edizor 9fb2ef8bc0 Update README.md
[skip ci]
2023-09-16 09:00:17 +08:00
parthiv39731 7b188517e3 BAEL-6726, Merge Two Arrays and Remove Duplicates in Java 2023-09-15 09:20:34 -07:00
Kasra Madadipouya f820b37b6f Merge pull request #14739 from Bipinkumar27/JAVA-24545
JAVA-24545: Changes made for fixing issues in core-java-perf-2
2023-09-15 13:41:31 +02:00
Amol Gote 78b183b581 BAEL-6791 - Added in existing module Unit tests and Bench mark tests. (#14744)
* BAEL-6791 - Added in existing module Unit tests and Bench mark tests.

* BAEL-6791 - Put all of your code in a single package that refers to your article

* BAEL-6791 -
PR - add a newline after the package statements
PR - use 2-space indents for line continuations.
Use given-when-then naming convention for test methods
2023-09-14 21:00:04 -05:00
Bhaskar Ghosh Dastidar c1b2a9d4f7 BAEL-6838-index-of-set-element (#14771)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-09-14 16:17:36 -07:00
Sam Gardner f0719f76a7 BAEL-6811 remove unused import 2023-09-14 16:09:18 +01:00
Sam Gardner 913f8f5500 BAEL-6811 remove emoji4j usage 2023-09-14 16:03:19 +01:00
Sam Gardner 39f235d8ba Revert "BAEL-6811 Move folders"
This reverts commit 1fe064e743.
2023-09-14 15:56:39 +01:00
Sam Gardner 1fe064e743 BAEL-6811 Move folders 2023-09-14 15:06:43 +01:00
Loredana Crusoveanu a6ec9122ea BAEL-6811 move string article to make space for a new one using the same library; delete extra file 2023-09-14 10:01:58 +03:00
davidmartinezbarua 8bdab701bf Merge pull request #14727 from parthiv39731/PR-6669
BAEL-6669, Passing Class Name as Parameter in Java
2023-09-13 15:03:07 -03:00
Sam Gardner 601275a5c9 BAEL-6811 Check if letter is emoji example code 2023-09-13 15:39:17 +01:00
Bipinkumar27 76a427219e JAVA-24545: Incorporating review comments 2023-09-13 19:50:36 +05:30
panos-kakos d167545325 [JAVA-20157] Upgraded core-java-serialization module to JDK17 (#14646)
* [JAVA-20157] Upgraded core-java-serialization module to JDK17

* [JAVA-20157] Upgraded core-java-nio-2 module to JDK17
2023-09-13 12:39:35 +03:00
Bipin kumar 76f7964c96 JAVA-24677: Changes made for add sub-modules in parents (#14690) 2023-09-13 12:28:47 +03:00
Michael Olayemi cc911cefeb Differences between Heap Dump, thread dump and core dump (#14718)
* Differences between Heap Dump, thread dump and core dump

* Differences between Heap Dump, thread dump and core dump

* Differences between Heap Dump, thread dump and core dump

* Differences Between Heap Dump, Thread Dump and Core Dump
2023-09-13 06:48:47 +05:30
Kai Yuan 7c02a6ffdb [integer-to-digits] How to Split an Integer Number Into Digits in Java (#14736) 2023-09-12 16:46:08 -05:00
vunamtien 9bec8ebcdb BAEL-6816-create-stream-regex-matches (#14731)
* BAEL-6816-create-stream-regex-matches

* add unit test

---------

Co-authored-by: tienvn <tienvn@>
2023-09-12 21:58:56 +02:00
Bhaskar Ghosh Dastidar 42188fdc2d BAEL-6838-index-of-set-element (#14747)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-09-11 17:37:38 -07:00
mmomjya 3d522eb8c4 BAEL-6142 Map clear methods in Java (#14255)
Co-authored-by: Mariam Momjyan <mmomjyan@vmware.com>
2023-09-11 07:40:30 -07:00
Hamid Reza Sharifi d2a1340d5c Bael 6188: Extract CN from X509Certificate in Java (#14681)
* #BAEL-6188:add unit tests

* #BAEL-6188:add dependencies

* #BAEL-6188:add certificate

* #BAEL-6188:add extract CN using Regex

* #BAEL-6188:refactor CN using Regex

* #BAEL-6188:refactor test case name

* #BAEL-6188:add properties for dependency version
2023-09-10 14:11:22 -05:00
Alexandru Borza 53f3cf70a1 BAEL-6727 Streams vs. Loops in Java (#14741) 2023-09-10 08:49:43 -07:00
Harry9656 4609814e3c BAEL-6896: Add test for public static final field lookup. (#14668) 2023-09-09 21:28:24 +02:00
Loredana Crusoveanu e6a231d824 Merge pull request #14734 from edizor/master
Update README
2023-09-09 18:33:53 +03:00
Liam Williams ba5065c692 Merge pull request #14740 from rajat-garg/rg/extension-from-mime-type
[BAEL-6730] Move hardcoded version to properties
2023-09-09 15:47:46 +01:00