edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							aa58d16e8f 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-22 22:25:58 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							65cc5b6d05 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-22 22:13:12 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							3f0c4c27a2 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-22 21:57:36 +08:00 
						 
				 
			
				
					
						
							
							
								Loredana Crusoveanu 
							
						 
					 
					
						
						
						
						
							
						
						
							76f06cdd9c 
							
						 
					 
					
						
						
							
							Merge pull request  #12997  from press0/master  
						
						... 
						
						
						
						fix getLogger class name 
						
						
					 
					
						2022-12-22 15:37:35 +02:00 
						 
				 
			
				
					
						
							
							
								Azhwani 
							
						 
					 
					
						
						
						
						
							
						
						
							c71ade5790 
							
						 
					 
					
						
						
							
							BAEL-6023: Throwing an Exception If an Optional Is Present ( #13116 )  
						
						
						
						
					 
					
						2022-12-21 17:18:46 +01:00 
						 
				 
			
				
					
						
							
							
								freelansam 
							
						 
					 
					
						
						
						
						
							
						
						
							456652e02b 
							
						 
					 
					
						
						
							
							JAVA-16563: Fix formatting of POMs ( #13175 )  
						
						
						
						
					 
					
						2022-12-20 22:37:54 +05:30 
						 
				 
			
				
					
						
							
							
								pedrolopes 
							
						 
					 
					
						
						
						
						
							
						
						
							6bb5598904 
							
						 
					 
					
						
						
							
							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 
							
						 
					 
					
						
						
						
						
							
						
						
							88f2eca118 
							
						 
					 
					
						
						
							
							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 
						 
				 
			
				
					
						
							
							
								cesarevalenti90 
							
						 
					 
					
						
						
						
						
							
						
						
							0fd77aa664 
							
						 
					 
					
						
						
							
							[BAEL 5909]-Callable vs Supplier and When to Use Them in Java ( #13041 )  
						
						... 
						
						
						
						* Added test class for a simple shallow copy and deep copy
* Added test class for a simple shallow copy and deep copy
* refactor naming of test method
* formatted
* refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange
* Renamed package and added md file
* refactor README.md
* first push
* refactor
* Revert "refactor README.md"
This reverts commit eae77c453ba0bf2af62bad52dc1ed61d07931e34.
* Revert "Renamed package and added md file"
This reverts commit 42c6f97cbde39cc0a5e0bacf34f86a32ded4f4aa.
* Revert "refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange"
This reverts commit 44fb57fe2b51857f960dc216d33508e718e5414f.
* Revert "formatted"
This reverts commit 44be87ef25e566b8e9175cb0fdeed7f0ef485dd3.
* Revert "refactor naming of test method"
This reverts commit 6133c31057e39b19c4978f960cda1c0ba5559aae.
* Revert "Added test class for a simple shallow copy and deep copy"
This reverts commit 2cae083578883ae693d1c5e76fd4948e213e9ea0.
* Revert "Added test class for a simple shallow copy and deep copy"
This reverts commit f43312e2c1979410409f46020a3f7d555e11e966.
* Merge prohect java-supplier-callable to project core-java-lambdas
* adjusted package name
* removed AbstractAgeCalculator.java
* added test for supplier-callable
Co-authored-by: Cesare <cesare.valenti@hotmail.com> 
						
						
					 
					
						2022-12-19 19:23:17 +05:30 
						 
				 
			
				
					
						
							
							
								Tapan Avasthi 
							
						 
					 
					
						
						
						
						
							
						
						
							39f29ec690 
							
						 
					 
					
						
						
							
							BAEL-6015: Split String by Whitespace in Java ( #13146 )  
						
						... 
						
						
						
						- Using split() method of String class
- Using StringTokenizer class
- Using split() utility method of the StringUtils class
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local> 
						
						
					 
					
						2022-12-18 22:07:11 -06:00 
						 
				 
			
				
					
						
							
							
								ACHRAF TAITAI 
							
						 
					 
					
						
						
						
						
							
						
						
							488bb057d6 
							
						 
					 
					
						
						
							
							BAEL-5927: Sorting a HashSet in Java ( #13100 )  
						
						... 
						
						
						
						* BAEL-5927: Sorting a HashSet in Java
* BAEL-5927: Sorting a HashSet in Java (Refacto)
* BAEL-5927: Sorting a HashSet in Java (Refacto)
* BAEL-5927: Sorting a HashSet in Java (Refacto) 
						
						
					 
					
						2022-12-17 20:34:14 +05:30 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							79255cb2c5 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-15 16:40:17 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							94e813596a 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-15 16:36:11 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							3e0e9e6d83 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-15 16:25:54 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							bf0356fe47 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-15 16:19:40 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							082df236be 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-15 16:11:58 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							6076e9622b 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-15 15:53:18 +08:00 
						 
				 
			
				
					
						
							
							
								Bogdan Pistol 
							
						 
					 
					
						
						
						
						
							
						
						
							df30c2986f 
							
						 
					 
					
						
						
							
							https://jira.baeldung.com/browse/BAEL-5871  added sample code used in article ( #12986 )  
						
						
						
						
					 
					
						2022-12-15 09:33:07 +05:30 
						 
				 
			
				
					
						
							
							
								Michael Olayemi 
							
						 
					 
					
						
						
						
						
							
						
						
							abd9f8a38b 
							
						 
					 
					
						
						
							
							BAEL-5979 Instanceof Alternatives ( #13082 )  
						
						... 
						
						
						
						* simple-thymeleaf-expression
* expression-update
* instanceof
* instanceof
* instanceof
* update
* Update pom.xml
* Update pom.xml
* instanceof
* update
* instanceofnew
* instanceofnew
* instanceofnew
* instanceofnew
* instanceofnew
* instanceofnew
* update
* pom
* Revert "pom"
This reverts commit c5075e6ba7e1e91159864d57bcbc18dd90314e16.
* Revert "Update pom.xml"
This reverts commit 7dd02df1aea201572fb64d8bc4a2990a94b6b4c0.
* Revert "Revert "Update pom.xml""
This reverts commit a02a1f67d16eb0bc781cc588af48f36fcc93d601.
* Update pom.xml
* Revert "Update pom.xml"
This reverts commit 7dd02df1aea201572fb64d8bc4a2990a94b6b4c0.
* Update pom.xml
* JAVA-8436: Remove AssertJ depenendency from the child modules - part 4
* Update pom.xml
* JAVA-8436: Remove AssertJ depenendency from the child modules - part 4
* BAEL-5979 Instanceof Alternatives 
						
						
					 
					
						2022-12-12 20:56:43 -06:00 
						 
				 
			
				
					
						
							
							
								vunamtien 
							
						 
					 
					
						
						
						
						
							
						
						
							9c8d1d127d 
							
						 
					 
					
						
						
							
							BAEL-5919-java-print-pascal-triangle ( #13155 )  
						
						... 
						
						
						
						* pascal triangle
* pascal triangle
Co-authored-by: tienvn4 <tienvn4@ghtk.co> 
						
						
					 
					
						2022-12-12 11:24:54 +01:00 
						 
				 
			
				
					
						
							
							
								Azhwani 
							
						 
					 
					
						
						
						
						
							
						
						
							a288f8db7e 
							
						 
					 
					
						
						
							
							BAEL-5844: Convert Anonymous Class into Lambda in Java ( #13088 )  
						
						
						
						
					 
					
						2022-12-12 08:53:16 +01:00 
						 
				 
			
				
					
						
							
							
								apeterlic 
							
						 
					 
					
						
						
						
						
							
						
						
							29d97308f6 
							
						 
					 
					
						
						
							
							Add Type Parameter vs Wildcard in Java Generics ( #12988 )  
						
						... 
						
						
						
						* Add Type Parameter vs Wildcard in Java Generics
* Fix Logger variable and code format
* Update Cat class
* Add missing import
* Add warning comment 
						
						
					 
					
						2022-12-12 08:35:27 +01:00 
						 
				 
			
				
					
						
							
							
								Loredana Crusoveanu 
							
						 
					 
					
						
						
						
						
							
						
						
							897a98ada4 
							
						 
					 
					
						
						
							
							Merge pull request  #13145  from edizor/master  
						
						... 
						
						
						
						Update README 
						
						
					 
					
						2022-12-10 15:50:02 +02:00 
						 
				 
			
				
					
						
							
							
								kwoyke 
							
						 
					 
					
						
						
						
						
							
						
						
							1d52e2cc86 
							
						 
					 
					
						
						
							
							Merge pull request  #13139  from hkhan/JAVA-16711-logging-cleanup  
						
						... 
						
						
						
						[JAVA-16711] Remove unnecessary system out logging 
						
						
					 
					
						2022-12-10 13:07:34 +01:00 
						 
				 
			
				
					
						
							
							
								Loredana Crusoveanu 
							
						 
					 
					
						
						
						
						
							
						
						
							2285190be6 
							
						 
					 
					
						
						
							
							Merge pull request  #13063  from eugenp/sam/move-article-files  
						
						... 
						
						
						
						[BAEL-5684] Move article files to new module 
						
						
					 
					
						2022-12-08 16:04:12 +02:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							c9ceba772d 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-08 15:43:38 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							0276e154a5 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-08 15:38:32 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							290eefa062 
							
						 
					 
					
						
						
							
							Merge branch 'eugenp:master' into master  
						
						
						
						
					 
					
						2022-12-08 15:21:13 +08:00 
						 
				 
			
				
					
						
							
							
								Haroon Khan 
							
						 
					 
					
						
						
						
						
							
						
						
							e367437bb7 
							
						 
					 
					
						
						
							
							[JAVA-16711] Remove unnecessary system out logging  
						
						
						
						
					 
					
						2022-12-07 21:57:15 +00:00 
						 
				 
			
				
					
						
							
							
								kwoyke 
							
						 
					 
					
						
						
						
						
							
						
						
							85fded9b10 
							
						 
					 
					
						
						
							
							Merge pull request  #13118  from freelansam/JAVA-16260  
						
						... 
						
						
						
						JAVA-16301: Check Article Code Matches GitHub 
						
						
					 
					
						2022-12-07 20:59:38 +01:00 
						 
				 
			
				
					
						
							
							
								HARDEMAN Sebastien 
							
						 
					 
					
						
						
						
						
							
						
						
							61b5922c60 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/sebx59/tutorials  
						
						
						
						
					 
					
						2022-12-07 15:53:55 +01:00 
						 
				 
			
				
					
						
							
							
								HARDEMAN Sebastien 
							
						 
					 
					
						
						
						
						
							
						
						
							9a42f64454 
							
						 
					 
					
						
						
							
							rework following Saajan Nagendra's review  
						
						
						
						
					 
					
						2022-12-07 15:53:34 +01:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							671116d6ab 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-07 19:31:38 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							4c752a371f 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-12-07 19:25:14 +08:00 
						 
				 
			
				
					
						
							
							
								Dhawal Kapil 
							
						 
					 
					
						
						
						
						
							
						
						
							e9a11ae9ed 
							
						 
					 
					
						
						
							
							JAVA-16288 Fixed core-java-jndi unit test ( #13135 )  
						
						... 
						
						
						
						* JAVA-16288 Fixed core-java-jndi unit test
* JAVA-16288 Disabled
givenNoContext_whenLookupObject_thenThrowNoInitialContext test 
						
						
					 
					
						2022-12-07 00:20:28 +05:30 
						 
				 
			
				
					
						
							
							
								davidmartinezbarua 
							
						 
					 
					
						
						
						
						
							
						
						
							0a0d532995 
							
						 
					 
					
						
						
							
							Merge pull request  #13099  from etrandafir93/features/BAEL-5819-java_collections_pecs  
						
						... 
						
						
						
						BAEL-5819: java collections pecs 
						
						
					 
					
						2022-12-06 15:29:43 -03:00 
						 
				 
			
				
					
						
							
							
								Bhaskar Ghosh Dastidar 
							
						 
					 
					
						
						
						
						
							
						
						
							e858d14b86 
							
						 
					 
					
						
						
							
							[JAVA-6029] reversing a stack ( #13122 )  
						
						... 
						
						
						
						* [JAVA-6029] reversing a stack
* [JAVA-6029] un-necessary file changes removed
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com> 
						
						
					 
					
						2022-12-06 16:56:02 +01:00 
						 
				 
			
				
					
						
							
							
								Loredana Crusoveanu 
							
						 
					 
					
						
						
						
						
							
						
						
							70e1917f1e 
							
						 
					 
					
						
						
							
							Merge pull request  #13130  from collaboratewithakash/master  
						
						... 
						
						
						
						backlink fixed 
						
						
					 
					
						2022-12-05 17:14:23 +02:00 
						 
				 
			
				
					
						
							
							
								collaboratewithakash 
							
						 
					 
					
						
						
						
						
							
						
						
							b68aaace05 
							
						 
					 
					
						
						
							
							backlink fixed  
						
						
						
						
					 
					
						2022-12-05 16:36:12 +05:30 
						 
				 
			
				
					
						
							
							
								alemoles 
							
						 
					 
					
						
						
						
						
							
						
						
							316cd48b48 
							
						 
					 
					
						
						
							
							BAEL-5960 - Functors in Java ( #13125 )  
						
						
						
						
					 
					
						2022-12-04 23:02:24 -08:00 
						 
				 
			
				
					
						
							
							
								Azhwani 
							
						 
					 
					
						
						
						
						
							
						
						
							5f939afaf0 
							
						 
					 
					
						
						
							
							BAEL-5931: Default Capacity of ArrayList ( #13110 )  
						
						
						
						
					 
					
						2022-12-02 18:50:50 +01:00 
						 
				 
			
				
					
						
							
							
								freelansam 
							
						 
					 
					
						
						
						
						
							
						
						
							290581f15b 
							
						 
					 
					
						
						
							
							JAVA-16301: Check Article Code Matches GitHub  
						
						
						
						
					 
					
						2022-12-02 18:53:08 +05:30 
						 
				 
			
				
					
						
							
							
								freelansam 
							
						 
					 
					
						
						
						
						
							
						
						
							998415cd47 
							
						 
					 
					
						
						
							
							JAVA-16301: Check Article Code Matches GitHub  
						
						
						
						
					 
					
						2022-12-02 18:45:30 +05:30 
						 
				 
			
				
					
						
							
							
								Arya 
							
						 
					 
					
						
						
						
						
							
						
						
							c22f091771 
							
						 
					 
					
						
						
							
							Added the code for "Errors and Exceptions in Java". ( #13104 )  
						
						... 
						
						
						
						* Added the code for "Errors and Exceptions in Java".
* Added the unit tests. 
						
						
					 
					
						2022-11-30 11:51:46 -08:00 
						 
				 
			
				
					
						
							
							
								jsgrah-spring 
							
						 
					 
					
						
						
						
						
							
						
						
							21c42ebebc 
							
						 
					 
					
						
						
							
							JAVA-12387. Correct/Rename THREADS to TASKS and int threads to int tasks. ( #13084 )  
						
						
						
						
					 
					
						2022-11-30 23:19:52 +05:30 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							de10836e67 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-11-30 07:43:45 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							1ba60da892 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-11-30 07:26:23 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							9b06e15e96 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-11-30 07:24:05 +08:00 
						 
				 
			
				
					
						
							
							
								edizor 
							
						 
					 
					
						
						
						
						
							
						
						
							a8f68d47af 
							
						 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						[skip ci] 
						
						
					 
					
						2022-11-30 07:19:54 +08:00 
						 
				 
			
				
					
						
							
							
								Kilian Schneider 
							
						 
					 
					
						
						
						
						
							
						
						
							4d330a1b85 
							
						 
					 
					
						
						
							
							BAEL-5785 Map.of() vs Map.ofEntries() test ( #13064 )  
						
						... 
						
						
						
						* BAEL-5785 Map.of() vs Map.ofEntries() test
* Update pom.xml
* Update pom.xml
* Add immutable test case
* Update map naming 
						
						
					 
					
						2022-11-28 20:33:35 -06:00