3742 Commits

Author SHA1 Message Date
edizor
d63b2b5a2a Update README.md
[skip ci]
2023-12-07 22:24:56 +08:00
edizor
3adfcb215c Update README.md
[skip ci]
2023-12-07 22:22:56 +08:00
edizor
300b524fde Create README.md
[skip ci]
2023-12-07 21:58:50 +08:00
edizor
d8be8b3bb1 Update README.md
[skip ci]
2023-12-07 21:54:34 +08:00
edizor
183101cd4f Update README.md
[skip ci]
2023-12-07 21:51:10 +08:00
Mo Helmy
4e3e693f71 This commit is related to BAEL-6920 (#15371)
This commit aims to add a class "StringMaxLengthMain" showing the string max length.
2023-12-06 13:08:38 -08:00
MohamedHelmyKassab
cab75d510a This commit is related to BAEL-7104 (#15368)
This commit aims to add a test class "SkipInputStreamUnitTest" that provide a test method that utilizes the skip() method.
2023-12-06 13:04:02 -08:00
Bipin kumar
e144d0599b Java 28508 Fix formatting of POMs Modules A to C (#15359) 2023-12-06 18:17:52 +02:00
parthiv39731
8ad1043d55 BAEL-7308: Comparing One String with Multiple Values in One Expression in Java 2023-12-06 14:12:25 +05:30
Kasra Madadipouya
a770f929be Merge pull request #15346 from anuragkumawat/JAVA-27357
JAVA-27357 Improve core-java-os build time
2023-12-06 09:07:47 +01:00
Kai Yuan
11c468f576 [bigdecimal-zero] bigdecimal zero vs constructor (#15355) 2023-12-05 20:18:19 -06:00
parthiv39731
3a8bae0c8e BAEL-7308: Comparing One String with Multiple Values in One Expression in Java 2023-12-05 23:20:42 +05:30
maenolis
9a003c4bf4 Unnecessary change revert. 2023-12-05 17:21:04 +02:00
anujgaud
a662ef5fa6 Address review comments 2023-12-05 18:31:21 +05:30
Sameer
d935c4fe23 BAEL 7138 Difference between String and StringBuffer in Java (#15351)
* string vs stringBuffer comparison

* BAEL-7138 Difference between String and StringBuffer in Java

---------

Co-authored-by: Sahil <sahilsriv05@gmail.com>
2023-12-04 22:34:33 -08:00
panos-kakos
cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +05:30
parthiv39731
296e5498e8 BAEL-7308: Comparing One String with Multiple Values in One Expression in Java 2023-12-04 23:24:24 +05:30
anujgaud
d660f1b8fe Append _ before then 2023-12-04 23:21:46 +05:30
anujgaud
89db04b79b Fix Package name 2023-12-04 23:17:06 +05:30
anujgaud
b55f4db549 Fix package name 2023-12-04 23:15:47 +05:30
Niket Agrawal
e8c97fd6e5 BAEL-7062 - Fetching Index from List using Streams (#14914)
* Primary Commit

* More Cases covered

* Indentation Corrections on POM

* Merge Conflict Fixed

* Updating as per Jira comments

* Correction

* Review Comment Implementation

* Indentation fixes

* Review Comment Implementation

* Method removal for Iterators

* Test Case Update

* Review Comment changes

* formatting change

* Updating map method

* Review comment update

* Review Comments

* Review Comments
2023-12-04 22:05:54 +05:30
Liam Williams
4b176f5549 Merge pull request #15314 from wynnteo/BAEL-7235
Unit Testing for CompletableFuture class
2023-12-04 16:06:50 +00:00
michaelin007
e6c2c4ab64 https://jira.baeldung.com/browse/BAEL-7169 2023-12-04 09:15:45 +00:00
uzma
596c10de0a [BAEL-7073] fix code style 2023-12-03 22:23:51 +00:00
timis1
e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
Alvin Austria
641ae1e973 Merge pull request #15335 from anuragkumawat/JAVA-26736
JAVA-26736 Upgrade jackson to latest version
2023-12-03 18:13:29 +01:00
Kai Yuan
7f1bfe6a87 [chk-double-is-int] check if doulbe is integer (#15312) 2023-12-03 10:55:52 -06:00
michaelin007
f763b57b7a Final Static Variables in Java 2023-12-03 11:09:55 +00:00
michaelin007
692f3b201a Final Static Variables in Java 2023-12-03 07:22:15 +00:00
edizor
0adcb51cc1 Update README.md
[skip ci]
2023-12-03 14:13:05 +08:00
edizor
5eba53af38 Update README.md
[skip ci]
2023-12-03 14:11:04 +08:00
edizor
f53d917454 Update README.md
[skip ci]
2023-12-03 14:07:32 +08:00
edizor
3081399bd2 Update README.md
[skip ci]
2023-12-03 14:02:45 +08:00
edizor
2e27265f5a Update README.md
[skip ci]
2023-12-03 11:18:44 +08:00
edizor
894d87b029 Update README.md
[skip ci]
2023-12-03 11:13:25 +08:00
edizor
d080d2f9f7 Update README.md
[skip ci]
2023-12-03 11:11:07 +08:00
Michael Pratt
d8c84e0ea2 [BAEL-7170] Examples of colon character in Java (#15298) 2023-12-02 20:05:17 -06:00
parthiv39731
eb63164dc6 BAEL-7308: Comparing One String with Multiple Values in One Expression in Java 2023-12-02 21:38:58 +05:30
anuragkumawat
c8973d8cf3 JAVA-27357 Improve core-java-os build time 2023-12-02 13:17:07 +05:30
Kasra Madadipouya
dfb560b277 Merge pull request #15340 from harry9656/task/JAVA-26769
JAVA-26769: Update/Migrate to new version of Junit4
2023-12-01 22:17:29 +01:00
anuragkumawat
76a2939e7d JAVA-27645 Check article code matches github (#15323) 2023-12-01 22:14:25 +02:00
Singh Harpal
ef76f798fb JAVA-26769: Update/Migrate to new version of Junit4 2023-12-01 18:01:46 +05:30
Mo Helmy
671957da9b This PR is related to BAEL-6315 (#15337)
* This commit is related to BAEL-6315

This commit aims to add two classes Contact and Person.

* This commit is related to BAEL-6315

This commit aims to add a test class DeserializationUnitTest.
2023-11-30 17:02:46 -08:00
MohamedHelmyKassab
d7bb6bc0a7 This commit is related to BAEL-7113 (#15331)
This commit adds a new test class "RoundNumberToNearestMultipleUnitTest" that suggests multiplе mеthods for rounding up a numbеr to thе nеarеst multiplе of 5 in Java.
2023-11-30 16:59:17 -08:00
anuragkumawat
e076a171ee JAVA-26736 Upgrade jackson to latest version 2023-11-30 22:54:02 +05:30
Maiklins
35b88b06af Update README.md 2023-11-30 16:10:46 +01:00
Maiklins
df2a1a7501 Merge pull request #15285 from Michaelin007/unixtime
Retrieving Unix Time in Java
2023-11-30 16:05:58 +01:00
uzma
1c5e81fa34 [BAEL-7073] code for executor service 2023-11-30 01:31:02 +00:00
Loredana Crusoveanu
564de403df Merge pull request #15316 from eugenp/ulisseslima-patch-bael-7022
BAEL-7022 Why wait must be called in a synchronized block - quick fix
2023-11-29 10:57:03 +02:00
Alvin Austria
989c1cfe77 Merge pull request #15315 from panos-kakos/JAVA-26726
[JAVA-26726] Upgraded maven-javadoc-plugin to 3.6.2 version
2023-11-29 00:05:27 +01:00