Commit Graph

2897 Commits

Author SHA1 Message Date
Anastasios Ioannidis
1c0378bb3c Java 16710 (#13471)
* JAVA-16710 Disabled reusing forks

* JAVA-16710 Try removing alphabetical order for tests
2023-03-06 23:56:19 +05:30
s047888
1178eef69c moved classes for BAEL-5727 to another module 2023-03-06 09:28:33 +01:00
Loredana Crusoveanu
69085b806a Merge pull request #13577 from edizor/master
Update README
2023-03-05 17:14:48 +02:00
ACHRAF TAITAI
15d71bd49b BAEL-6192: Get the Desktop Path in Java (#13581) 2023-03-04 20:12:23 +01:00
edizor
5e22444c82 Update README.md
[skip ci]
2023-03-04 10:49:47 +08:00
edizor
e81354c8df Create README.md
[skip ci]
2023-03-04 10:41:08 +08:00
IfThen2
5fad914eb9 enum samples for bael6145 implementing toString() for enums (#13407)
* enum samples for bael6145 implementing toString() for enums

* updates from code review:
FastFood1: return empty string instead of null when no matching enum found
FastFood3: make enum name variable final

* make member variable private final in FastFoot3 enum
remove trailing comma in FastFoot2 enum
2023-03-02 21:15:38 +01:00
davidmartinezbarua
f4bfd796c1 Merge pull request #13341 from StefSC/BAEL-5788
[BAEL-5788] Accessing Private Constructor
2023-03-02 10:39:27 -03:00
Loredana Crusoveanu
f996314508 Merge pull request #13373 from honeykakkar/patch-2
Fix link to the previous article in README.md
2023-03-01 19:47:43 +02:00
Michael Olayemi
62b5e21fab BAEL-5741 Download a Webpage in Java (#13531)
* BAEL-5741 Download a Webpage in Java

* BAEL-5741 Download a Webpage in Java

* BAEL-5741 Download a Webpage in Java

* BAEL-5741 Download a Webpage in Java

* BAEL-5741 Download a Webpage in Java
2023-02-26 08:56:44 +05:30
Shaun Phillips
a8a8b441f2 BAEL-5915 Added different ways to create an object (#13539) 2023-02-25 09:45:16 -08:00
edizor
2753b11bda Update README.md
[skip ci]
2023-02-24 19:39:09 +08:00
edizor
bb4efbba74 Update README.md
[skip ci]
2023-02-24 19:35:00 +08:00
edizor
77ebdf6a88 Update README.md
[skip ci]
2023-02-24 19:25:01 +08:00
edizor
f5e861052f Update README.md
[skip ci]
2023-02-24 19:22:20 +08:00
edizor
7a2d1ead0a Update README.md
[skip ci]
2023-02-24 19:18:00 +08:00
edizor
ffbebc0fc5 Update README.md
[skip ci]
2023-02-24 19:15:33 +08:00
edizor
4c2d1d3fcc Update README.md
[skip ci]
2023-02-24 19:11:49 +08:00
edizor
a77e68c663 Update README.md
[skip ci]
2023-02-24 19:08:29 +08:00
Ulisses Lima
9c8fd31eed deprecation 2023-02-22 22:19:08 -03:00
2406ankita
f2ca723741 Finding All Duplicates in a List in Java- BAEL-6075 (#13291)
* Deep & Shallow Copy

* Revert "Deep & Shallow Copy"

This reverts commit 62f75b002a.

* duplicates in a list in java

* Unit test changes

* unit test changes

* Tests change after review

* Code formatted

* code formatted

* new module core-java-lang-6

* entry in parent pom and test setup method name change

* module renamed

* parent pom entry added

* pom.xml changes reverted
2023-02-22 18:36:23 +05:30
alemoles
2fd2255bb6 BAEL-5912 Introduction to RoaringBitmap (#13326) 2023-02-21 21:50:33 +05:30
timis1
035378e5c0 JAVA-18445 Cleanup un-committed or un-ignored artifacts - Week 6 - 2023 (conti-1) (moved-1) (#13510)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-21 00:38:16 +05:30
Palaniappan Arunachalam
219915aeb2 BAEL-6154: Migrate from Java 8 to Java 17 + tests (#13474) 2023-02-20 09:43:42 +05:30
edizor
66df389790 Update README.md
[skip ci]
2023-02-19 08:02:49 +08:00
Bhaskar Ghosh Dastidar
56dfdabe63 [JAVA-6143] java copy from one hashmap to another (#13497)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-02-18 08:57:14 -08:00
Shaun Phillips
489a570f4b BAEL-4487 remove padding that causes non-deterministic behaviour (#13425) 2023-02-18 13:09:04 +01:00
sam-gardner
bd2ed43961 BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams… (#13375)
* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams-tutorial

* BAEL-6100 remove wrongly added README update

* BAEL-6100 Add interger array to single string example

* BAEL-6100 Correct typo in test class name
2023-02-18 09:53:54 +05:30
AttilaUhrin
62f75e3859 [BAEL-6027] Add example for Awaitility and Thread.sleep comparison (#13450)
* Add example for Awaitility and Thread.sleep comparison

* Fix unit test method name and indentation.

* Use property in pom.xml for awaitility dependency version.

---------

Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>
2023-02-18 08:34:25 +05:30
davidmartinezbarua
e8d3a39eb6 Merge pull request #13475 from StefSC/BAEL-5788-Private-Constructor
[BAEL-5788] Accessing Private Constructor
2023-02-17 21:03:32 -03:00
Kai Yuan
d64e32ea0b [2lists-to-map] Combining Two Lists into a Map in Java (#13484)
* [2lists-to-map] Combining Two Lists into a Map in Java

* [2lists-to-map] rename package
2023-02-17 10:04:37 -06:00
edizor
c927cc4dcd Update README.md
[skip ci]
2023-02-17 18:49:11 +08:00
edizor
76ad5be7ad Update README.md
[skip ci]
2023-02-17 18:44:12 +08:00
edizor
06c320534a Update README.md
[skip ci]
2023-02-17 18:36:58 +08:00
edizor
7e87aefa2b Update README.md
[skip ci]
2023-02-17 18:27:38 +08:00
edizor
cf50bc7f10 Update README.md
[skip ci]
2023-02-17 17:27:55 +08:00
edizor
2ddd883538 Update README.md
[skip ci]
2023-02-17 17:01:56 +08:00
Loredana Crusoveanu
c506951776 Merge pull request #13316 from anastasiosioannidis/JAVA-17608
JAVA-7608
2023-02-15 16:26:12 +02:00
Anastasios Ioannidis
072b567c01 JAVA-17608 Restored AtomicInteger default increment method 2023-02-15 10:14:28 +02:00
Iniubong LA
e0eba906f7 Difference Between Function(String… args) and Function(String[] args) (#13473) 2023-02-15 08:07:51 +01:00
Stef Serban-Cristian
1015fb3b97 [BAEL-5788] Accessing Private Constructor 2023-02-13 23:42:35 +02:00
Kai Yuan
663f4582d6 [is-object-array] Check if Object is an Array in Java (#13463) 2023-02-12 23:14:55 -06:00
Alexandru Borza
1b165262f3 BAEL-6195 Find the First Embedded Occurrence of an Integer in a Java String (#13448)
* initialize arraylist with null or zeros

* configure pom parent

* move code

* delete module

* BAEL-6195

* first occurence of an integer

* review changes
2023-02-11 10:08:29 +05:30
Michael Olayemi
ccd2599628 BAEL-5729 Convert Hex to RGB Using Java (#13432) 2023-02-11 09:49:29 +05:30
Roger
02049ead6d BAEL-5720 Java HttpClient Connection Management (#13452)
* BAEL-5642 Using @NotNull as a method parameter

* BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions

* BAEL-5720 Java HttpClient Connection Management

* BAEL-5720 Java HttpClient Connection Management

* BAEL-5720 move JavaHttpClient test to core-java-httpclient module

* BAEL-5720 move jetty-logging-properties to core-java-httpclient module

* BAEL-5720 add wiremock to pom

* Update pom.xml

* Delete jetty-logging.properties

---------

Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-02-10 08:19:24 -08:00
Arya
ffa1fb3e8f Record vs Final class in Java (#13455)
* Added code for record vs final.

* Fixed a small mistake.
2023-02-09 09:58:24 -08:00
edizor
8b26683392 Update README.md
[skip ci]
2023-02-09 08:01:56 +08:00
edizor
836c4154d7 Update README.md
[skip ci]
2023-02-09 07:51:27 +08:00
edizor
0d74a8052f Update README.md
[skip ci]
2023-02-09 07:18:14 +08:00
edizor
67e70c7e90 Update README.md
[skip ci]
2023-02-09 07:13:07 +08:00