Commit Graph

2798 Commits

Author SHA1 Message Date
edizor
03b61f53be Update README.md
[skip ci]
2023-01-20 16:31:09 +08:00
edizor
2e8860b878 Update README.md
[skip ci]
2023-01-20 16:27:49 +08:00
edizor
e13cbb9322 Update README.md
[skip ci]
2023-01-20 16:24:48 +08:00
edizor
41301e8390 Update README.md
[skip ci]
2023-01-20 16:21:36 +08:00
edizor
232b936355 Update README.md
[skip ci]
2023-01-20 16:17:17 +08:00
edizor
4d547d5844 Update README.md
[skip ci]
2023-01-20 16:11:34 +08:00
edizor
ebcd7ec9f7 Merge branch 'eugenp:master' into master 2023-01-20 16:10:28 +08:00
Iniubong LA
1561836764 arthurshur@gmail.com (#13275)
* Creating a deep vs shallow copy of an object in Java

* Creating a deep vs shallow copy of an object in Java

* Baeldung article converting number bases

* Baeldung article converting number bases

* edits made to Converting a Number from One Base to Another in Java

* added braces to oneliners

* added precondition to check input
2023-01-19 11:03:51 -08:00
Bhaskar Ghosh Dastidar
21241c62bf [JAVA-5730] convert list of objects to list of strings (#13166)
* [JAVA-5730] convert list of objects to list of strings

* [JAVA-5730] added new unit tests with null and non-null lists. modified pom.xml with java version to 16

* [JAVA-5730] simplified User class and formatted the codebase

* [JAVA-5730] added module in jdk-9 and above profile

* [JAVA-5730] removed arraylist module from other profiles of core-java pom

* [JAVA-5730] java util opened for reflection surefire plugin

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-01-18 19:53:05 -07:00
edizor
c8e938bdbd Update README.md
[skip ci]
2023-01-19 07:44:33 +08:00
edizor
367e6c8dbe Update README.md
[skip ci]
2023-01-19 07:30:26 +08:00
IfThen2
09ac2f08da code for BAEL-5999 Converting String Object to Java Compilable Code (#13179)
* code for BAEL-5999 Converting String Object to Java Compilable Code

* move code from core-java-jvm-2 to core-java-jvm-3
fix unit test name
fix core-java-jvm-3 test directory structure
disable non-working unit tests from core-java-jvm-3
2023-01-18 18:24:00 +05:30
alemoles
39341089fb BAEL-5924 Java 8 Stream with Batch Processing Support (#13203) 2023-01-18 18:18:57 +05:30
Kai Yuan
95943d475d [store-triple-in-list] Storing Data Triple in a List in Java (#13295)
* [store-triple-in-list] Storing Data Triple in a List in Java

* [store-triple-in-list] method name "give..."->"given..."
2023-01-17 17:15:26 -06:00
jsgrah-spring
e8ff2e31bf JAVA-15621, Potential issue in "Guide to UUID in Java" article. (#13271)
* JAVA-15621, Potential issue in "Guide to UUID in Java" article.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-16 23:07:14 +05:30
Thiago dos Santos Hora
0ad39ac8ad BAEL-5959: Adjust code style (#13299)
* BAEL-5959: Monad in Java

* Fix test name

* Fix code style
2023-01-16 08:30:08 -08:00
Kai Yuan
e03524a6c4 [List-CaseInsenContains] Case-Insensitive Searching in ArrayList (#13280) 2023-01-13 20:34:54 -06:00
panos-kakos
2d2d0ed9de Java 16961 (#13236)
* [JAVA-16961] Moved code for article "Create an Empty Map in Java"

* [JAVA-16961] Alter README.md

* [JAVA-16961] Moved code for article "Sorting a Hashset in Java"

* [JAVA-16961] Added links to README.md files

* [JAVA-16961] Revert link changes

* [JAVA-16961] Replaced junit4 with junit5 annotations

* [JAVA-16961] test build

* [JAVA-16961] Added junit annotations

* [JAVA-16961] Added links

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-13 20:07:27 +05:30
pedrolopes
0201897174 BAEL-5873: Check If All the Variables of a Class Are Null (#13285)
* model classes. unit tests. apache lang3 dependency.

* fix PR build
2023-01-12 18:28:36 -08:00
Thiago dos Santos Hora
59d2278aae BAEL-5959: Monad in Java (#13278)
* BAEL-5959: Monad in Java

* Fix test name
2023-01-12 18:23:34 -08:00
Loredana Crusoveanu
0df8392800 Merge pull request #13273 from edizor/master
Update README
2023-01-11 13:09:01 +02:00
Vartika Nigam
21b1ffd892 added an example of anonymous class and lambda expression (#13241)
Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2023-01-11 10:26:58 +01:00
edizor
482f921ff0 Create README.md
[skip ci]
2023-01-11 15:35:30 +08:00
edizor
9cf920315f Update README.md
[skip ci]
2023-01-11 15:27:56 +08:00
edizor
7d4f6db111 Update README.md
[skip ci]
2023-01-11 15:19:44 +08:00
edizor
b200d7dd7d Update README.md
[skip ci]
2023-01-11 15:05:55 +08:00
edizor
12aac914be Update README.md
[skip ci]
2023-01-11 14:48:42 +08:00
Iniubong LA
8ba00648e0 arthurshur@gmail.com (#13265)
* Creating a deep vs shallow copy of an object in Java

* Creating a deep vs shallow copy of an object in Java

* Baeldung article converting number bases

* Baeldung article converting number bases
2023-01-09 13:05:23 -08:00
chrisjaimes
91798948db BAEL-5822 printstream vs printwriter (#13199)
* BAEL-5822 pr with streams implementation, unit test and resource file for testing

* fix unit tests names

* swap arguments in assertion

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2023-01-09 11:52:25 +01:00
edizor
676ab6eb7a Merge branch 'eugenp:master' into master 2023-01-07 15:43:14 +08:00
Kilian Schneider
1023634259 feat BAEL-6092 Record Patterns (#13243)
* feat BAEL-6092 Record Patterns

* Update pom.xml

* Update pom.xml

* Add additional Switch Test Case
2023-01-06 14:12:38 -08:00
Kai Yuan
ada0dfe212 [clsTypeByString] get class object from a string (#13233) 2023-01-05 21:29:23 -06:00
edizor
23ec75abb8 Update README.md
[skip ci]
2022-12-28 17:45:03 +08:00
Shaun Phillips
d322d3e531 BAEL-4487 Add Crypto Exceptions (#13183) 2022-12-28 08:52:02 +01:00
panos-kakos
99dc334d68 Java 16960 (#13201)
* [JAVA-16960]

* [JAVA-16960]

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-28 00:28:30 +05:30
Loredana Crusoveanu
7bc50aa083 Merge pull request #13184 from edizor/master
Update README
2022-12-23 16:39:32 +02:00
Grzegorz Piwowarek
1d6a07ad3c Fix givenOneThreadIsWriting_whenAnotherThreadWritesAtSameKey_thenWaitAndGetCorrectValue (#13186) 2022-12-22 23:18:30 +01:00
pedrolopes
8130b01886 BAEL-5946: Fix unit tests (#13187)
* consistent read unit test

* unit test to show  consistency in writing to the same key of map

* testing writes at different map key

* fix to bugs on test 1 and 2

* removing repeated tests
2022-12-22 23:18:05 +01:00
Kai Yuan
d0baf14c33 [BAEL-6051_intListToStrList] convert List<Integer> to List<String> (#13169) 2022-12-22 15:23:29 -06:00
freelansam
683d0f7053 JAVA-15822: Which sub-modules aren't being built (#13153)
* JAVA-15822: Which sub-modules aren't being built

* JAVA-15822: build error

* JAVA-15822: build error

* modified comment for gcp-firebase
2022-12-23 00:33:54 +05:30
edizor
0f4fdbda2d Update README.md
[skip ci]
2022-12-22 22:33:40 +08:00
edizor
044262c705 Update README.md
[skip ci]
2022-12-22 22:29:03 +08:00
edizor
24ebdd6592 Update README.md
[skip ci]
2022-12-22 22:25:58 +08:00
edizor
dc3bfbee2b Update README.md
[skip ci]
2022-12-22 22:13:12 +08:00
edizor
4fe8127aa4 Update README.md
[skip ci]
2022-12-22 21:57:36 +08:00
Loredana Crusoveanu
5dd9b864c3 Merge pull request #12997 from press0/master
fix getLogger class name
2022-12-22 15:37:35 +02:00
Azhwani
31d014de63 BAEL-6023: Throwing an Exception If an Optional Is Present (#13116) 2022-12-21 17:18:46 +01:00
freelansam
55810387b4 JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
pedrolopes
a29f149579 BAEL-5946: Reading and Writing With a ConcurrentHashMap (#13163)
* consistent read unit test

* unit test to show  consistency in writing to the same key of map

* testing writes at different map key
2022-12-19 22:02:08 +01:00
Ulisses Lima
575a5a4f29 BAEL 5842 - Calling JMX MBean Method from a Shell Script (#13028)
* bael 5842

* bael-5842 - editor review 1
2022-12-19 15:29:17 +01:00