Imran Alam
2315b0cb79
Created files for deep and shallow copy in java
2024-01-16 21:02:52 +05:30
timis1
9dd807367b
JAVA-30302 Review log statements for projects - Week 52 - 2023 (conti-2) ( #15623 )
2024-01-15 23:40:59 +02:00
Loredana Crusoveanu
e876cf4db0
add missing resources
2024-01-15 21:58:50 +02:00
Andrea Giulio Cerasoni
9c51620159
Merge pull request #15627 from wynnteo/BAEL-7354
...
Migrated from old fork
2024-01-15 19:23:05 +00:00
Wynn Teo
a662e499b9
Migrated from old fork ( #15626 )
2024-01-15 12:46:46 -06:00
Mo Helmy
85c4162119
This commit is related to BAEL-7028 ( #15648 )
...
This commit aims to add two classes:
- PrintMessageWithoutMainMethod
- PrintMessageWithoutMainUnitTest
2024-01-15 08:49:23 -08:00
SGWebFreelancer
44300ba227
Migrated from old fork
2024-01-14 18:01:41 +08:00
DiegoMarti2
f75ab1c847
baeldung-articles : BAEL-7180 ( #15616 )
...
Check if a float value is equivalent to an integer value in Java.
2024-01-13 14:38:34 -08:00
Kai Yuan
a6222f4432
[util-sql-date-improvement] add sqlDate -> utilDate ( #15578 )
...
* [util-sql-date-improvement] add sqlDate -> utilDate
* [util-sql-date-improvement] clean up imports
2024-01-12 19:21:05 -06:00
Liam Williams
aad40a8de2
Merge pull request #15281 from Neetika23/print2DArray
...
Print2 d array
2024-01-12 15:53:38 +00:00
rcalago
0e637e8dfd
Update REAME.md
2024-01-12 21:15:39 +08:00
Kai Yuan
edeee5a571
Static ref non static ( #15571 )
...
* [rm-char-in-other-str] BAEL-7355 Remove characters from a string that are present in a second string
* [rm-char-in-other-str] shorten the package name
* [static-ref-non-static] static context ref non-static memebers
2024-01-11 20:22:00 -06:00
Kai Yuan
9b6a2a0236
[fileWriter-flush-close] FileWriter flush() and close() ( #15559 )
2024-01-11 20:12:52 -06:00
DiegoMarti2
9e5f305c32
Update JodaDateTimeToDateAndViceVersaUnitTest.java ( #15587 )
...
assertEquals(jodaDateTime.getMillis(), javaDate.getTime());
assertEquals(javaDate.getTime(), jodaDateTime.getMillis());
2024-01-11 09:28:24 -08:00
MohamedHelmyKassab
d317cbf552
This commit is related to BAEL-6873 ( #15579 )
...
This commit aims to add a class "ReadInputCharByChar" that provides several approaches to read input char by char.
2024-01-10 15:24:01 -08:00
Kai Yuan
c41bd80850
[call-a-method-oneach] call a method on each element ( #15540 )
...
* [call-a-method-oneach] call a method on each element
* [call-a-method-oneach] fix typo
2024-01-09 19:01:27 -06:00
DiegoMarti2
a94bf971f5
baeldung-articles : BAEL-7403 ( #15573 )
...
* baeldung-articles : BAEL-7403
Convert Joda-Time DateTime to Date and Vice Versa
* (Move) baeldung-articles : BAEL-7403
Move the code to this module.
2024-01-09 14:13:10 -08:00
Harry9656
5136e7349b
JAVA-27804: Remove explicit logging dependency ( #15448 )
2024-01-09 09:48:12 +02:00
vaibhav007jain
40dc851047
Bael 7163 ( #15532 )
...
* Create StreamFromEmptyList.java
Initial Commit
* Create StreamFromEmptyListUnitTest.java
Initial commit of StreamFromEmptyListUnitTest.
* Create README.md
Adding README file.
* Create pom.xml
* Create pom.xml
* Create REAME.md
* Delete core-java-modules/core-java-streams-6/src/README.md
* Delete core-java-modules/core-java-streams-6/src/pom.xml
* Update pom.xml
* Update pom.xml
2024-01-09 10:11:00 +05:30
Wynn Teo
c23c21e38e
First draft of future vs promise ( #15547 )
2024-01-08 21:45:45 -06:00
Mikhail Polivakha
7a14fcdb32
BAEL-7340 Using Custom TrustStore in Java ( #15562 )
...
* BAEL-6953 implemented
* BAEL-6953 added live test
* Fixed test
* BAEL-7340 Using Custom TrustStore in Java
* BAEL-7340 Added explicit --add-exports statement for core-java-security-4
2024-01-08 19:08:14 -08:00
Neetika23
13c2b756d3
Update pom.xml
2024-01-08 23:54:15 +05:30
Eugene Kovko
0e38c09d04
BAEL-7448: BigDecimal to Integer ( #15569 )
2024-01-07 19:07:28 -08:00
Mo Helmy
b41a78fb39
This commit is related to BAEL-7024 ( #15564 )
...
This commit aims to add a new test class "ReplaceNonPrintableCharsUnitTest".
2024-01-07 19:01:27 -08:00
Eugene Kovko
36edee6be7
BAEL-7447: Integer to BigDecimal ( #15563 )
2024-01-07 18:50:22 -08:00
Neetika23
b57ecaab79
Update Print2DArraysUnitTest.java
2024-01-08 00:18:33 +05:30
rcalago
a3c39aa983
Update README.md
...
Added link to relevant articles
2024-01-07 10:46:40 +08:00
rcalago
6453003f3f
Update README.md
...
Added link to relevant articles
2024-01-07 10:44:26 +08:00
Kai Yuan
ec3fcc078d
[rm-char-in-other-str] BAEL-7355 Remove characters from a string that… ( #15531 )
...
* [rm-char-in-other-str] BAEL-7355 Remove characters from a string that are present in a second string
* [rm-char-in-other-str] shorten the package name
2024-01-05 20:20:08 -06:00
Rajat Garg
d3e944a159
Check if a point lies between 2 points ( #15554 )
...
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-01-05 14:29:56 -08:00
Vini
20c3c8e7cc
Merge pull request #15557 from DiegoMarti2/master
...
Update CheckIfListContainsEnumUnitTest.java
2024-01-05 21:52:04 +01:00
DiegoMarti2
53e1229492
Update CheckIfListContainsEnumUnitTest.java
2024-01-05 20:13:06 +02:00
panos-kakos
9b299f01ae
[JAVA-27683] Fix failing module core-java-modules - upgrade to JDK 17 ( #15495 )
2024-01-04 20:08:03 +02:00
Eugene Kovko
6114e0534f
BAEL-7408: Added braces ( #15552 )
2024-01-04 09:46:35 -08:00
Eugene Kovko
506c2cedc1
Bael 7408 ( #15541 )
...
* BAEL-7408: SinglyLinkedList Example
* BAEL-7408: Extract Node interface
* BAEL-7408: Setup for WrappedNode LinkedList
* BAEL-7408: Removed WrappedNode and cleaned the example
* BAEL-7408: Removed Node interface
* BAEL-7408: Additional test for removeLast
2024-01-03 19:17:12 -08:00
panos-kakos
88786dc076
[JAVA-29474] Replace commons-lang with commons-lang3 ( #15514 )
2024-01-03 22:21:49 +01:00
Vini
5c6e53c15a
Merge pull request #15537 from DiegoMarti2/master
...
BAEL-7041
2024-01-03 08:36:29 +01:00
Maiklins
3f357f85a4
Merge pull request #15539 from Maiklins/BAEL-7368-update-readme
...
Update README.md
2024-01-02 21:19:58 +01:00
Maiklins
b9bfb7daab
Update README.md
2024-01-02 20:39:45 +01:00
Maiklins
4d558554b5
Merge pull request #15513 from danielmcnally285/danielmcnally285_string_to_long
...
BAEL-7368 - String to Long
2024-01-02 20:30:07 +01:00
Amit Pandey
c03ed0c608
Make changes to remove relativepath from child modules like core java ( #15535 )
...
* Make changes to remove relativepath from child modules like core java
* Change some version numbers to minimize changes
* Fix tests
* Make the test more generic so that we dont have to hard code strings as it will require change every new year
2024-01-02 23:14:18 +05:30
DiegoMarti2
3ae82245ee
BAEL-7041
...
Commit for the article "Check if List Contains At Least One Enum" which adds the "CheckIfListContainsEnumUnitTest" class to check if a list contains an enum in Java.
2024-01-02 16:16:26 +02:00
danielmcnally285
f94fd0ea86
Merge branch 'eugenp:master' into danielmcnally285_string_to_long
2024-01-01 20:10:12 +00:00
anuragkumawat
2096eac575
JAVA-29231 Move modules inside existing container modules ( #15492 )
2024-01-01 21:27:05 +02:00
danielmcnally285
441d470b44
remove public access modifier
2024-01-01 17:43:08 +00:00
danielmcnally285
c9c82e9e33
Merge branch 'eugenp:master' into danielmcnally285_string_to_long
2024-01-01 17:39:25 +00:00
Kai Yuan
37aa0612df
[str-length] string length vs string.bytes.length ( #15518 )
...
* [str-length] string length vs string.bytes.length
* [str-length] add relative path to the core-java-modules
2023-12-31 09:24:53 -06:00
danielmcnally285
36cbde1b9c
add relative path to core-java-modules
2023-12-31 13:45:25 +00:00
danielmcnally285
90ebc6921c
rename unit test methods to be more precise
2023-12-29 14:58:56 +00:00
danielmcnally285
975db60d35
use 2147483648 as string for unit tests
2023-12-29 13:59:31 +00:00