4404 Commits

Author SHA1 Message Date
vunamtien 211df8196f [BAEL-7767] Convert-between-ZonedDateTime-and-Date (#16490) 2024-04-25 18:01:54 +02:00
Eugene Kovko df6b36303a BAEL-7231: Moved the code to a separate module (#16272) 2024-04-25 08:51:31 -07:00
Yadukrishnan fb121ee632 Used the correct method in test 2024-04-25 15:12:24 +05:30
Yadukrishnan 6d61ab3761 Added another approach for the calculation 2024-04-25 09:44:27 +05:30
Yadukrishnan 03aaa9ceeb Added code to calculate twos complement of a number 2024-04-25 09:28:10 +05:30
Maiklins f73582b17d Merge pull request #16428 from voidabhi/BAEL-7441
[BAEL-7441] Fixing EOFException in Java
2024-04-24 22:17:26 +02:00
Kai.Yuan 7b3b52c224 [int-to-short] add intToShort() 2024-04-24 21:31:05 +02:00
Eugene Kovko 5a12777c4f BAEL-7894: Basic tests (#16483) 2024-04-24 11:49:05 -07:00
DiegoMarti2 3a0dd5d698 baeldung-articles : BAEL-7649 (#16452)
Unit Test for hashCode() in Java.
2024-04-24 11:48:34 -07:00
Mo Helmy f94b8d96ca This commit is related to BAEL-7856 (#16480)
This commit aims to add a test class named "LastOccurrenceFinderUnitTest".
2024-04-24 09:52:21 -07:00
collaboratewithakash 049859824c backlink added 2024-04-24 13:29:26 +05:30
collaboratewithakash 044df1e5dc backlink updated 2024-04-24 13:22:21 +05:30
collaboratewithakash 74b4f24f4f backlink added 2024-04-24 13:09:23 +05:30
collaboratewithakash 24a02b4f03 backlink removed 2024-04-24 13:07:57 +05:30
Kai.Yuan 809460c99d [int-to-short] int to short 2024-04-24 00:53:33 +02:00
Andrea Cerasoni 0c1e41f3e8 Merge pull request #16283 from thibaultfaure/improvements/BAEL-7745-fix-unit-test-in-core-java-jvm3
BAEL-7745 Fix unit test in core-java-jvm3
2024-04-23 18:50:39 +01:00
Harry9656 6b0c4b9a80 JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357)
* JAVA-26760: Updated and standardized the junit-jupiter-engine library

* JAVA-26760: Updated and standardized the mockito-junit-jupiter library

* fix mockito-junit-jupiter properties

* fix maven-custom-plugin/usage-example properties

* Fix quarkus-funqy

* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02:00
Loredana Crusoveanu 823f8c7891 delete duplicate code; it has been moved to core-java-streams-6 2024-04-23 18:02:48 +03:00
Loredana Crusoveanu b9b9084286 remove duplicate code; article already moved to core-java-collections-6 2024-04-23 17:29:57 +03:00
rcalago 51709f6817 Update README.md 2024-04-23 16:13:53 +08:00
rcalago 1db60e8eeb Update README.md 2024-04-23 16:11:47 +08:00
rcalago 18b039e054 Update README.md 2024-04-23 16:09:45 +08:00
Bipin kumar bf4f3eb524 JAVA-33582: Adding modules which are missed (#16450) 2024-04-22 11:41:44 +03:00
panos-kakos 30d09bdc45 [JAVA-33592] Created new module core-java-string-operations-9 and moved code from core-java-string-operations-7 (#16364) 2024-04-21 23:29:58 +02:00
MohamedHelmyKassab 9e74ea8ea1 Update StringToOffsetDateTimeUnitTest.java (#16433) 2024-04-21 12:41:01 -07:00
Liam Williams ab4a50ba81 Merge pull request #16431 from sk1418/cast-2-str-vs-str-valueOf
[cast-2-str-vs-str-valueOf] casting vs string.valueOf()
2024-04-21 19:43:09 +01:00
Kai.Yuan bca0e467c9 [cast-2-str-vs-str-valueOf] fix typo 2024-04-21 17:33:56 +02:00
8122171911 9e0ad0a0c7 [BAEL-7659] Compress and Create a Byte Array Using GZip (#16451)
* [BAEL-7659] Compress and create a byte array using GZip

* [BAEL-7659] Compress and Create a Byte Array Using GZip

* [BAEL-7659] Compress and Create a Byte Array Using GZip

* [BAEL-7659] Compress and Create a Byte Array Using GZip

* [BAEL-7659] Compress and create a byte array using GZip

---------

Co-authored-by: p.kostopoulos <p.kostopoulos@astynomia.gr>
2024-04-20 19:33:22 +05:30
timis1 0f8559fc75 JAVA-30186 Upgrade assertj library in the main pom.xml (#16404)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-19 13:56:37 +02:00
Bipin kumar d177b348fa JAVA-33584: Added reasons on modules that are commented out (#16378) 2024-04-19 11:21:12 +03:00
rcalago 4b9159519f Update README.md 2024-04-17 15:56:34 +08:00
rcalago 6fe8398523 Update README.md 2024-04-17 15:55:17 +08:00
rcalago 61ce803afd Update README.md 2024-04-17 15:54:13 +08:00
rcalago 7fd48bc884 Update README.md 2024-04-17 15:47:42 +08:00
rcalago 195067257c Update README.md 2024-04-17 15:46:20 +08:00
rcalago bc0169b7f1 Update README.md 2024-04-17 15:45:23 +08:00
rcalago 2570128a58 Update README.md 2024-04-17 15:22:42 +08:00
rcalago 12bbc2a20a Update README.md 2024-04-17 15:17:29 +08:00
Kai.Yuan c0165457b0 [cast-2-str-vs-str-valueOf] casting vs string.valueOf() 2024-04-16 23:54:01 +02:00
Abhijeet Mohan a2a1068b13 [BAEL-7441] Fixing EOFException in Java 2024-04-16 15:24:37 +00:00
Wynn 25638c9c78 improvement 2024-04-16 08:30:45 +08:00
MohamedHelmyKassab 7223f8b498 This commit is related to 6437 (#16412)
This commit aims to add a test class "StringToOffsetDateTimeUnitTest".
2024-04-15 11:50:12 -07:00
Mo Helmy f3548a3c44 Update SymmetricSubstringMaxLengthUnitTest.java (#16411) 2024-04-15 11:47:38 -07:00
Dominique Plante e3a87148d9 Merge pull request #16337 from yadavan88/complex-number-ops
Complex number operations
2024-04-14 10:56:44 -07:00
Yadukrishnan 86fa1a3a5f rename test to follow coding standard 2024-04-14 08:22:03 +02:00
DiegoMarti2 eaf222dfa0 baeldung-articles : BAEL-6484 (#16398)
* updating the pom.xml file

Here i add a new module networking-5

* baeldung-articles : BAEL-6484

Finding the Redirected URL of a URL in Java.
2024-04-13 13:53:03 -07:00
MohamedHelmyKassab e975895695 This PR is related to BAEL-5998 (#16384)
* This commit is related to BAEL-5998

This commit aims to add a class named "Employee".

* This commit is related to BAEL-5998

This commit aims to add a test class titled "PrintingNullValuesUnitTest".

* Update PrintingNullValuesUnitTest.java
2024-04-13 13:48:50 -07:00
Maiklins de1f1c50b8 Update README.md 2024-04-13 12:32:13 +02:00
Maiklins c69d295766 Merge pull request #16151 from anujgaud/ag/set-matrix-to-zeroes
Ag/set matrix to zeroes
2024-04-13 12:23:24 +02:00
davidmartinezbarua 66be0dda2b Merge pull request #16251 from AndreiBranza/BAEL-6421-PrintWriter-write-vs-print
Bael 6421 print writer write vs print
2024-04-12 10:02:47 -03:00