Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						a86bdfd14d 
					 
					
						
						
							
							Update link title  
						
						
						
						
					 
					
						2021-01-30 14:54:14 +02:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						7408620a71 
					 
					
						
						
							
							Update image filenames  
						
						
						
						
					 
					
						2021-01-30 14:44:41 +02:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						a94737075e 
					 
					
						
						
							
							Minor fixes to readmes  
						
						
						
						
					 
					
						2021-01-30 14:16:35 +02:00 
						 
				 
			
				
					
						
							
							
								Subhrodip Mohanta 
							
						 
					 
					
						
						
							
						
						3f09fb70bb 
					 
					
						
						
							
							Clear Sonar Blockers ( #1643 )  
						
						... 
						
						
						
						* remove debt from CachingTest
https://sonarcloud.io/project/issues?fileUuids=AW3G0SevwB6UiZzQNqXR&id=iluwatar_java-design-patterns&open=AXK0Ozo--CiGJS70dLl0&resolved=false 
 
Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com >
* fixed few debts for Spatial Partition module
Mainly convertig Hashtable to HashMaps
Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com >
* fixed some logger norms
Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com >
* fixed few errors as it got mixed with the stash
Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2021-01-30 13:37:52 +02:00 
						 
				 
			
				
					
						
							
							
								Subhrodip Mohanta 
							
						 
					 
					
						
						
							
						
						663dbd298e 
					 
					
						
						
							
							Update License year to 2021 ( #1639 )  
						
						... 
						
						
						
						Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com > 
						
						
					 
					
						2021-01-30 12:53:28 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						8a9e26e77a 
					 
					
						
						
							
							docs: add byoungju94 as a contributor ( #1642 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-30 12:46:40 +02:00 
						 
				 
			
				
					
						
							
							
								Subhrodip Mohanta 
							
						 
					 
					
						
						
							
						
						462b581b34 
					 
					
						
						
							
							clearing Sonar Blockers ( #1633 )  
						
						... 
						
						
						
						* update gitignore
.checkstyle files are being tracked which should not be
* NOSONAR for statement
excluded from SONAR analysis as it is already dealt using functional approach
https://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AW8FwRBhm8eoEVQR-x0f&open=AW8FwRBhm8eoEVQR-x0f 
* achieved thread safety with lazy initialization
https://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmM&id=iluwatar_java-design-patterns&open=AXb6t19yusn4P8Tm-Lmo&resolved=false 
* remove double checked locking and initialize before using
https://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmK&id=iluwatar_java-design-patterns&open=AXb6t19qusn4P8Tm-Lmk&resolved=false 
* NOSONAR for the line
https://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AXPd3iSe46HRSze7cz3D&open=AXPd3iSe46HRSze7cz3D 
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com > 
						
						
					 
					
						2021-01-27 16:24:06 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						9abfd5777c 
					 
					
						
						
							
							docs: add rohit10000 as a contributor ( #1637 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-26 22:22:48 +02:00 
						 
				 
			
				
					
						
							
							
								Rohit Singh 
							
						 
					 
					
						
						
							
						
						b9da15dda3 
					 
					
						
						
							
							issue 1628 handled, removed mutex and semaphore from catalog. ( #1634 )  
						
						... 
						
						
						
						* issue 1628 handled, removed mutex and semaphore from catalog.
* issue1634, modules still exiting in pom.xml
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2021-01-26 22:19:36 +02:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						0010fb55c5 
					 
					
						
						
							
							Merge data transfer object examples ( #1635 )  
						
						... 
						
						
						
						* #1617  merge dto pattern examples
* #1617  update license headers
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2021-01-25 09:05:04 +05:30 
						 
				 
			
				
					
						
							
							
								Subhrodip Mohanta 
							
						 
					 
					
						
						
							
						
						3adc3cda05 
					 
					
						
						
							
							update gitignore ( #1632 )  
						
						... 
						
						
						
						.checkstyle files are being tracked which should not be 
						
						
					 
					
						2021-01-24 11:17:05 +02:00 
						 
				 
			
				
					
						
							
							
								ignite1771 
							
						 
					 
					
						
						
							
						
						18a1a725ee 
					 
					
						
						
							
							#1469  Add lambda expressions implementation for Strategy Pattern ( #1631 )  
						
						... 
						
						
						
						* #1469  Add Strategy Pattern lambda implementation
After Java 8.
Also take advantage of enum
* #1469  Update class diagrams
* #1469  Update README.md
Add lambda programmatic example
* #1469  Remove unused imports
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2021-01-19 12:06:26 +05:30 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						25ed2540f4 
					 
					
						
						
							
							docs: add demirhalil as a contributor ( #1630 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-16 21:00:23 +02:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						aa46e119d6 
					 
					
						
						
							
							Fix flag image size  
						
						
						
						
					 
					
						2021-01-16 20:55:20 +02:00 
						 
				 
			
				
					
						
							
							
								Halil Demir 
							
						 
					 
					
						
						
							
						
						7e56491e92 
					 
					
						
						
							
							#1625  Turkish translation - initialization part ( #1629 )  
						
						... 
						
						
						
						* #1625  init Turkish translation and add the flag
* #1625  update the Main README.md for Turkish translation
* #1625  add Turkish translation for README.md
Co-authored-by: Halil Demir <halil.demir@zalando.de > 
						
						
					 
					
						2021-01-16 20:49:35 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						6918a4bac2 
					 
					
						
						
							
							docs: add ignite1771 as a contributor ( #1626 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2021-01-13 13:31:11 +05:30 
						 
				 
			
				
					
						
							
							
								ignite1771 
							
						 
					 
					
						
						
							
						
						dea7ecfb7a 
					 
					
						
						
							
							#1317  Special Case Pattern ( #1624 )  
						
						... 
						
						
						
						* #1317  Add Special Case Pattern
To focus on pattern itself, I implement DB and
maintenance lock by the singleton instance.
* #1317  Add special cases unit tests
Assert the logger output
(ref: https://stackoverflow.com/a/52229629 )
* #1317  Add README.md
Add Special Case Pattern README
* #1317  Format: add a new line to end of file
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2021-01-13 13:06:21 +05:30 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						bbc4fdfc24 
					 
					
						
						
							
							docs: add tkhadir as a contributor ( #1623 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2021-01-04 19:42:58 +05:30 
						 
				 
			
				
					
						
							
							
								KHADIR Tayeb 
							
						 
					 
					
						
						
							
						
						829cd41455 
					 
					
						
						
							
							#1620  french translation - initialization part ( #1622 )  
						
						... 
						
						
						
						* 🚀  init fr translation
* #1620  evo add french translation - main part
* #1620  evo add french translation - main part
* #1620  evo french translation - add french flag
* Update README.md
* Update README.md
* #1620  add cn and kr flags
* Update README.md
* Update README.md
* Update README.md
* Update README.md 
						
						
					 
					
						2021-01-04 19:27:32 +05:30 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						85a05dd718 
					 
					
						
						
							
							docs: add warp125 as a contributor ( #1619 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2020-12-20 20:20:51 +02:00 
						 
				 
			
				
					
						
							
							
								warp125 
							
						 
					 
					
						
						
							
						
						0c66e48d81 
					 
					
						
						
							
							README.md translated into Korean ( #1582 )  
						
						... 
						
						
						
						* Translate README.md via GitLocalize
* Translate README.md via GitLocalize
* Update README.md
* Translate README.md via GitLocalize
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Translate README.md via GitLocalize
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Translate README.md via GitLocalize
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Translate README.md via GitLocalize
* Update README.md
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com > 
						
						
					 
					
						2020-12-20 20:18:23 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						801006337a 
					 
					
						
						
							
							docs: add ruchpeanuts as a contributor ( #1618 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2020-12-13 17:35:37 +02:00 
						 
				 
			
				
					
						
							
							
								ruchpeanuts 
							
						 
					 
					
						
						
							
						
						2aa4c963eb 
					 
					
						
						
							
							Update README.md ( #1598 )  
						
						... 
						
						
						
						Factory method is updated with real world examples 
						
						
					 
					
						2020-12-13 17:33:43 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						8632962362 
					 
					
						
						
							
							docs: add siavashsoleymani as a contributor ( #1616 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2020-12-09 13:11:15 +05:30 
						 
				 
			
				
					
						
							
							
								siavash 
							
						 
					 
					
						
						
							
						
						5bc61c8c28 
					 
					
						
						
							
							#1569  DTO pattern implementation using Enums ( #1570 )  
						
						... 
						
						
						
						* #1569  DTO pattern implemented using Enums
* #1569  DTO pattern implemented using Enums
* #1569  adding some java docs
* #1569  some changes in java doc and code style
* #1569  some changes in java doc and code style
* #1569  some changes in java doc and code style
* #1569  some changes in java doc and code style
* #1569  adding suggested extra line
* #1569  license added to pom.xml
* #1569  more checkstyle problems resolved
* #1569  more checkstyle problems resolved
* #1569  more checkstyle problems resolved
Co-authored-by: siavashsoleymani <siavash.soleimani@snapp.cab >
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2020-12-09 12:51:24 +05:30 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						a94615ac54 
					 
					
						
						
							
							docs: add viveksb007 as a contributor ( #1613 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2020-12-08 10:58:39 +05:30 
						 
				 
			
				
					
						
							
							
								Vivek Singh 
							
						 
					 
					
						
						
							
						
						14c4710435 
					 
					
						
						
							
							Implemented Registry pattern ( #1543 )  
						
						... 
						
						
						
						* #1310  Implemented registry pattern
* fixed parent pom version
* added empty line in registry.urm.puml
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com > 
						
						
					 
					
						2020-12-08 10:34:42 +05:30 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						428cbc1027 
					 
					
						
						
							
							docs: add jeff303 as a contributor ( #1612 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2020-12-07 20:25:59 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						a118a995ec 
					 
					
						
						
							
							docs: add omk13 as a contributor ( #1611 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> 
						
						
					 
					
						2020-12-07 19:58:05 +02:00 
						 
				 
			
				
					
						
							
							
								Omar Karazoun 
							
						 
					 
					
						
						
							
						
						759c99d078 
					 
					
						
						
							
							JUnit4 to JUnit5 ( #1589 )  
						
						... 
						
						
						
						* Getting @Test from JUnit5 instead of JUnit4
* Changed FixedStepGameLoopTest.java imports and tests to JUnit5
* JUnit4 to JUnit5
* JUnit4 to JUnit5
* JUnit4 to JUnit5
* JUnit4 to JUnit5 
						
						
					 
					
						2020-12-07 19:55:13 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Liu 
							
						 
					 
					
						
						
							
						
						e9f73bcf0b 
					 
					
						
						
							
							Translation zh ( #1610 )  
						
						... 
						
						
						
						* add state and callback pattern
* add command and template-method pattern
* add iterator pattern
* add bridege and DI pattern
* fix issue #1600 
Co-authored-by: Mike <admin@xiaod.info >
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com > 
						
						
					 
					
						2020-12-06 16:13:48 +02:00 
						 
				 
			
				
					
						
							
							
								Anurag870 
							
						 
					 
					
						
						
							
						
						29ceac2fb0 
					 
					
						
						
							
							Update README.md ( #1592 )  
						
						
						
						
					 
					
						2020-12-05 10:56:00 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						7255c2c5e7 
					 
					
						
						
							
							docs: add Anurag870 as a contributor ( #1609 )  
						
						... 
						
						
						
						* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* Update README.md
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <ilkka.seppala@gofore.com >
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com > 
						
						
					 
					
						2020-12-05 10:50:09 +02:00 
						 
				 
			
				
					
						
							
							
								Anurag870 
							
						 
					 
					
						
						
							
						
						68308dc550 
					 
					
						
						
							
							Update README.md ( #1590 )  
						
						
						
						
					 
					
						2020-12-05 10:34:49 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Liu 
							
						 
					 
					
						
						
							
						
						1e10951c23 
					 
					
						
						
							
							Translation zh ( #1597 )  
						
						... 
						
						
						
						* add state and callback pattern
* add command and template-method pattern
* add iterator pattern
Co-authored-by: Mike <admin@xiaod.info > 
						
						
					 
					
						2020-12-04 20:03:14 +02:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						f3c876ed2e 
					 
					
						
						
							
							Merge pull request  #1607  from iluwatar/all-contributors/add-gkulkarni2020  
						
						... 
						
						
						
						docs: add gkulkarni2020 as a contributor 
						
						
					 
					
						2020-12-04 15:48:40 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						ecd1a5d07f 
					 
					
						
						
							
							docs: update .all-contributorsrc [skip ci]  
						
						
						
						
					 
					
						2020-12-04 13:47:58 +00:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						8b15c24753 
					 
					
						
						
							
							docs: update README.md [skip ci]  
						
						
						
						
					 
					
						2020-12-04 13:47:57 +00:00 
						 
				 
			
				
					
						
							
							
								Subhrodip Mohanta 
							
						 
					 
					
						
						
							
						
						f5a6161044 
					 
					
						
						
							
							Merge pull request  #1604  from gkulkarni2020/master  
						
						... 
						
						
						
						Word mistake in factory/README.md #1601 
closes  #1601  
						
						
					 
					
						2020-12-04 14:17:32 +05:30 
						 
				 
			
				
					
						
							
							
								Subhrodip Mohanta 
							
						 
					 
					
						
						
							
						
						76eefa80b5 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						
						
						
					 
					
						2020-12-04 13:30:11 +05:30 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						c282ab80fd 
					 
					
						
						
							
							Merge pull request  #1606  from iluwatar/all-contributors/add-ibrahimAlii  
						
						... 
						
						
						
						docs: add ibrahimAlii as a contributor 
						
						
					 
					
						2020-12-01 22:48:24 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						1edfb44642 
					 
					
						
						
							
							docs: update .all-contributorsrc [skip ci]  
						
						
						
						
					 
					
						2020-12-01 20:47:33 +00:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						e185c497ac 
					 
					
						
						
							
							docs: update README.md [skip ci]  
						
						
						
						
					 
					
						2020-12-01 20:47:32 +00:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						d5a054c1f8 
					 
					
						
						
							
							Merge pull request  #1605  from iluwatar/all-contributors/add-OrangePants-R  
						
						... 
						
						
						
						docs: add OrangePants-R as a contributor 
						
						
					 
					
						2020-11-30 16:57:52 +02:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						ced7a9deb0 
					 
					
						
						
							
							docs: update .all-contributorsrc [skip ci]  
						
						
						
						
					 
					
						2020-11-30 14:57:00 +00:00 
						 
				 
			
				
					
						
							
							
								allcontributors[bot] 
							
						 
					 
					
						
						
							
						
						90c6cf94d5 
					 
					
						
						
							
							docs: update README.md [skip ci]  
						
						
						
						
					 
					
						2020-11-30 14:56:59 +00:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						996bd937fb 
					 
					
						
						
							
							Merge pull request  #1576  from OrangePants-R/master  
						
						... 
						
						
						
						issue 525: attach tutorialspoint link to iterator pattern 
						
						
					 
					
						2020-11-30 16:55:19 +02:00 
						 
				 
			
				
					
						
							
							
								Girish Kulkarni 
							
						 
					 
					
						
						
							
						
						7931471b99 
					 
					
						
						
							
							Word mistake in factory/README.md  #1601  
						
						
						
						
					 
					
						2020-11-30 15:26:01 +05:30 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						b8ecbaa451 
					 
					
						
						
							
							Merge pull request  #1603  from iluwatar/all-contributors/add-grzesiekkedzior  
						
						... 
						
						
						
						docs: add grzesiekkedzior as a contributor 
						
						
					 
					
						2020-11-28 15:09:18 +02:00 
						 
				 
			
				
					
						
							
							
								Ilkka Seppälä 
							
						 
					 
					
						
						
							
						
						fb4df48cb3 
					 
					
						
						
							
							Merge branch 'master' into all-contributors/add-grzesiekkedzior  
						
						
						
						
					 
					
						2020-11-28 15:08:15 +02:00