timis1
05aa00c4c8
JAVA-26077 Update the lombok version ( #15493 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-27 21:04:34 +01:00
Neetika23
03949adeed
Update Print2DArraysUnitTest.java
2023-12-27 23:50:18 +05:30
anuragkumawat
a347c74e04
JAVA-29004 Remove parent-java module ( #15477 )
2023-12-27 18:47:23 +02:00
Sam
223c679535
Bael 7184 ( #15325 )
...
* implementing BAEL-6833
* implementation for BAEL-7115
* feedback fixes
* Moving code folder as per feedback
* renaming logic class folder name
* code implementation
---------
Co-authored-by: technoddy <mail.technoddy@gmail.com>
2023-12-27 10:37:40 -06:00
panos-kakos
5ead3608ac
[JAVA-27621] Moved article "Remove Duplicate Values From HashMap in Java" to core-java-collections-maps-3 ( #15464 )
2023-12-26 20:15:47 +01:00
panos-kakos
21347e6cf2
[JAVA-29409] ( #15483 )
2023-12-26 10:17:23 +05:30
Wynn Teo
4b6c1c6e05
First version of Iterator vs For Loop unit testing ( #15365 )
...
* First version of Iterator vs For Loop unit testing
* Add a new line after package
* Update the method name
2023-12-22 20:27:39 -06:00
Maiklins
afac7049fb
Merge pull request #15408 from Michaelin007/master
...
Calculate Months Between Two Dates in Java
2023-12-22 08:43:15 +01:00
Manfred
56a4afe866
BAEL-7175: UTF-8 Validation in Java ( #15428 )
2023-12-21 20:07:48 -06:00
Kai Yuan
ca584307b2
[shift-char-in-string] rotate a string ( #15441 )
2023-12-21 19:57:56 -06:00
davidmartinezbarua
4b1e73b005
Merge pull request #15324 from ukhan1980/BAEL-7073-executor-service
...
[BAEL-7073] code for executor service
2023-12-21 20:33:41 -03:00
Rajat Garg
288178f87b
[BAEL-7306] Add methods for sorting a list ( #15462 )
...
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-12-20 21:04:32 -08:00
MohamedHelmyKassab
a87d4fbdb3
This commit is related to BAEL-7342 ( #15460 )
...
This commit aims to add a test class "CheckIfStringBuilderContainsCharUnitTest" that suggests several ways to check if a StringBuilder has a char or not.
2023-12-20 20:58:07 -08:00
Alexandru Borza
390b2324bb
BAEL-7286 Print a double value without scientific notation in Java ( #15427 )
...
* BAEL-7051 - Catch Common Mistakes with Error-Prone Library in Java
* BAEL-7286
Print a double value without scientific notation in Java
* BAEL-7286
Print a double value without scientific notation in Java
* BAEL-7286 Print a double value without scientific notation in Java
* rename package
* format code
2023-12-20 20:34:12 -08:00
davidmartinezbarua
50416857b1
Merge pull request #15364 from parthiv39731/PR-7308
...
BAEL-7308
2023-12-20 17:13:58 -03:00
Kasra Madadipouya
d49c309ff4
JAVA-29378 reduce loop size from 10M to 1M ( #15452 )
2023-12-20 23:25:48 +05:30
sachin
b19a80d569
feature/BAEL-6712-split large file ( #15262 )
...
* feature/BAEL-6712-split lareg file
* feature/BAEL-6712-split lareg file
* bael-6712 review comment fix
---------
Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2023-12-19 19:34:54 -06:00
Maiklins
65e23af90e
Align formatting with article
2023-12-19 22:26:33 +01:00
parthiv39731
089f715d8d
BAEL-7308, renamed methods
2023-12-19 21:23:38 +05:30
michaelin007
c35c13d5d8
https://jira.baeldung.com/browse/BAEL-7333
2023-12-18 04:59:42 +00:00
uzma
ee4679456f
[BAEL-7073] delete code from old module
2023-12-17 16:44:23 +00:00
uzma
efb0046025
[BAEL-7073] change location of code
2023-12-17 16:41:12 +00:00
edizor
4fc122ab96
Update README.md
...
[skip ci]
2023-12-17 08:35:30 +08:00
edizor
312d3b20c6
Update README.md
...
[skip ci]
2023-12-17 08:31:28 +08:00
edizor
27a1df02bb
Update README.md
...
[skip ci]
2023-12-17 08:21:43 +08:00
edizor
8b40ff0af4
Update README.md
...
[skip ci]
2023-12-17 08:12:24 +08:00
edizor
b746b1f0b0
Update README.md
...
[skip ci]
2023-12-17 07:55:53 +08:00
edizor
c925e39c5f
Update README.md
...
[skip ci]
2023-12-17 07:09:44 +08:00
edizor
43e0367cc7
Update README.md
...
[skip ci]
2023-12-17 07:05:43 +08:00
edizor
b7a4a1100d
Create README.md
...
[skip ci]
2023-12-17 06:59:52 +08:00
Kai Yuan
72b6c78646
[last-iteration] detect the last iteration ( #15414 )
...
* [last-iteration] detect the last iteration
* [last-iteration] add core-java-loops module
2023-12-15 17:47:36 -06:00
parthiv39731
b8bf044313
Merge remote-tracking branch 'origin/PR-7308' into PR-7308
2023-12-16 00:17:01 +05:30
parthiv39731
2a835a364a
BAEL-7308, renamed methods
2023-12-16 00:16:22 +05:30
davidmartinezbarua
b04c7afcf5
Merge pull request #15236 from anujgaud/ag/localdate-to-iso8601
...
LocalDate to ISO 8601 conversion
2023-12-15 14:17:57 -03:00
vunamtien
51f2ed495b
BAEL-7106-compress-and-uncompress-bytes-2 ( #15398 )
2023-12-15 08:29:22 +01:00
Niket Agrawal
e1dc061cd0
Merge remote-tracking branch 'upstream/master' into feature/BAEL-7062-GetIndex
2023-12-14 19:56:27 +05:30
Niket Agrawal
6948bc37e2
Review Comment
2023-12-14 19:53:46 +05:30
Amit Kumar
97b1af3175
added the code ( #15272 )
...
Co-authored-by: Amit Kumatr <amit.kumar@fyndna.com>
2023-12-14 07:19:58 +05:30
Mo Helmy
fcc90e0382
This commit is related to BAEL-7341 ( #15410 )
...
This commit aims to add a test class "StringToCharListUnitTest" that suggests several ways to convert a string into a list of charachters.
2023-12-13 18:08:38 -05:00
Liam Williams
9d3f885141
Merge pull request #15389 from DiegoMarti2/master
...
baeldung-articles : BAEL-6892
2023-12-13 22:59:36 +00:00
DiegoMarti2
99e54378c3
Update OutputStreamToByteArrayUnitTest.java
2023-12-14 00:34:19 +02:00
Oscar Mauricio Forero Carrillo
2495d6fd62
BAEL-7226: Code for the improvements of the Percentages article. ( #15352 )
...
* BAEL-7226: Code for the improvements of the Percentages article.
* BAEL-7226: Rename Test to follow the convention
2023-12-13 21:22:10 +01:00
Graham Cox
3e8f48d06e
BAEL-7346: Parse Java Source Code and Extract Methods ( #15409 )
2023-12-13 21:02:49 +01:00
Neetika23
523826cc0c
Update Print2DArraysUnitTest.java
2023-12-13 23:30:11 +05:30
Neetika23
6162351819
Update Print2DArraysUnitTest.java
2023-12-13 23:29:46 +05:30
Neetika23
47bd8d25f9
renamed folder
2023-12-13 23:22:15 +05:30
Neetika23
e49112ce2b
Update Print2DArraysUnitTest.java
2023-12-13 23:20:55 +05:30
parthiv39731
104d0de5f3
Merge branch 'eugenp:master' into PR-7308
2023-12-13 19:29:49 +05:30
DiegoMarti2
6e7e41cea4
Update OutputStreamToByteArrayUnitTest.java
2023-12-13 15:51:01 +02:00
Kai Yuan
0323a8168c
[sum-intarray-recursion] two recursion approaches to summing int-array ( #15385 )
2023-12-12 21:38:31 -06:00
Dominique Plante
784cb2335c
Merge pull request #15219 from maenolis/BAEL-7014
...
BAEL 7014
2023-12-11 19:45:03 -08:00
DiegoMarti2
dc98a1c302
Update core-java-modules/core-java-io-5/src/test/java/com/baeldung/outputstreamtobytearray/OutputStreamToByteArrayUnitTest.java
...
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-12-11 23:08:59 +02:00
DiegoMarti2
84bf4ee956
Update core-java-modules/core-java-io-5/src/test/java/com/baeldung/outputstreamtobytearray/OutputStreamToByteArrayUnitTest.java
...
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-12-11 23:08:50 +02:00
Neetika23
1f72aad0cc
Rename Print2DArraysTest.java to Print2DArraysUnitTest.java
2023-12-11 23:18:44 +05:30
Neetika23
a8d04d122a
Update Print2DArraysTest.java
2023-12-11 23:17:01 +05:30
DiegoMarti2
47baa5041b
Update OutputStreamToByteArrayUnitTest.java
2023-12-11 19:36:34 +02:00
Neetika23
b0be5fcbaa
Update Print2DArraysTest.java
2023-12-11 22:16:51 +05:30
DiegoMarti2
3ca05da859
Update and rename OutputStreamtoByteArrayUnitTest.java to OutputStreamToByteArrayUnitTest.java
2023-12-11 17:42:19 +02:00
DiegoMarti2
4e0e51139b
Update OutputStreamtoByteArrayUnitTest.java
2023-12-11 17:25:25 +02:00
panos-kakos
d8c3be530b
[JAVA-26730] Upgraded io.projectreactor to latest version ( #15234 )
2023-12-11 08:58:51 +01:00
Neetika23
f2e2c0b38c
Update Print2DArraysTest.java
2023-12-11 12:44:01 +05:30
Neetika23
f64c2b1689
Update pom.xml
2023-12-11 12:38:59 +05:30
timis1
d1661c2bc7
JAVA-28506 Cleanup un-committed or un-ignored artifacts - Week 49 - 2023 ( #15382 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-10 22:41:16 +01:00
Neetika23
d8e96587b0
Update pom.xml
2023-12-11 00:51:06 +05:30
DiegoMarti2
b56eaf9b1b
Update OutputStreamtoByteArrayUnitTest.java
2023-12-10 20:53:59 +02:00
Maiklins
3d685dc3b6
Merge branch 'master' into bael-7169-update-readme
2023-12-10 19:00:44 +01:00
mikr
2dba12e694
Update readme
2023-12-10 18:58:04 +01:00
Neetika23
9dcf7b212f
Update pom.xml
2023-12-10 23:13:41 +05:30
Neetika23
7e8ccf1613
Update Print2DArraysTest.java
2023-12-10 23:12:46 +05:30
DiegoMarti2
94ddcd153d
baeldung-articles : BAEL-6892
...
Commit to adding two mеthods to convert OutputStream to a byte array.
2023-12-10 19:40:01 +02:00
Maiklins
a4f17e64f4
Merge pull request #15350 from Michaelin007/finalstatic
...
Final Static Variables in Java
2023-12-10 18:35:08 +01:00
michaelin007
c3fe804379
https://jira.baeldung.com/browse/BAEL-7169
2023-12-09 00:22:41 +00:00
Azhwani
8ff0949464
BAEL-6021: Handling NullPointerException in findFirst() When the First Element It Finds Is Null ( #15341 )
2023-12-08 21:22:40 +01:00
Neetika23
4280b17196
Delete core-java-modules/core-java-arrays-guides/src/main/java/com/baeldung/print2DArrays/Print2DArray.java
2023-12-08 12:08:15 +05:30
Neetika23
3210b24038
Update Print2DArraysTest.java
2023-12-08 12:07:28 +05:30
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