allcontributors[bot]
3b87565fb6
docs: add HattoriHenzo as a contributor for code ( #1981 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-15 20:16:46 +03:00
HattoriHenzo
da9f26bbc0
fix: Correction of the CheckStyle issue the project acyclic-visitor ( #1969 )
2022-04-15 20:14:12 +03:00
Subhrodip Mohanta
dde31bfe34
enhancement: Update Gitignore for OSX ( #1955 )
2022-02-12 20:14:44 +02:00
allcontributors[bot]
1596e9048d
docs: add ShivanshCharak as a contributor for code ( #1958 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-30 21:01:10 +02:00
ShivanshCharak
a4aff05123
refactoring: modified modem.java ( #1952 )
2022-01-30 20:57:46 +02:00
Ilkka Seppälä
c87689b247
task: Update Multiton example ( #1950 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-01-24 21:58:44 +05:30
Ilkka Seppälä
5ce0419b44
task: Update Maven version ( #1949 )
...
* Update maven and maven wrapper to the latest versions
* Update maven-war-plugin version
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-01-24 21:57:02 +05:30
allcontributors[bot]
58ce3a2ab2
docs: add Kevinyl3 as a contributor for code ( #1951 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* 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: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2022-01-18 21:58:43 +02:00
Kevin
7652b11bca
new pattern: Issue#1264: Implemented Composite-View Pattern ( #1923 )
...
* initial commit, created package, README, pom, and directory structure.
* Issue#1264, continue working on JavaBeans, added getters, setters, and private fields. Created test file for JavaBeans.
* set up junit for tests folder.
* Issue#1264, set up local server and added web-application framework to composite-view to allow the JSP to run on a local Tomcat container. Wrote unit tests for Java-bean class, working on JSP pages.
* Issue#1264, Added forwarding functionality to servlet and main composite view page.
* Issue#1264, Finished composite view template in newsDisplay.jsp and created atomic sub-view components in businessNews.jsp, header.jsp, localNews.jsp, scienceNews.jsp, sportsNews.jsp, worldNews.jsp. Composite view page renders correctly, atomic views are inserted in and substituted in the template page depending on request parameters.
* Issue#1264, Added all views, updated README.md with documentation.
* Issue#1264, updated README.md, moved images folder into etc folder.
* Issue#1264, removed build artifacts from tracked files.
* Issue#1264, updated README.md
* Issue#1264, updated README.md
* Issue#1264, removed unused import, made AppServlet class final, changed to .equals() for string comparison.
* Issue#1264, in AppServlet, put the output writing into try blocks to ensure writers are closed.
* Issue#1264, added tests for Servlet, coverage up to 100%, used lombok to reduce boilerplate setters and getter, updated README.md with better grammar, appropriate tags and links to related patterns. Updated pom.xml to get rid of superfluous lines.
* Issue#1264, made changes as requested in README.md.
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2022-01-18 21:51:53 +02:00
Ilkka Seppälä
07ee94d671
refactoring: execute around idiom ( #1945 )
...
* Refactor execute around the idiom
* fix checkstyle errors
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-01-10 17:04:19 +05:30
Ilkka Seppälä
c5492184b7
enhancement: check spelling and update topic ( #1943 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-01-08 18:03:19 +05:30
Ilkka Seppälä
4f8007d674
enhancement: Refactor and add explanation for value object ( #1942 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-01-08 18:01:09 +05:30
Ilkka Seppälä
2d2dec98e8
enhancement: Add explanation for factory kit ( #1941 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-01-08 17:59:30 +05:30
Ilkka Seppälä
3cc9bc2dea
refactoring: unit of work ( #1940 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-01-08 17:57:11 +05:30
Ilkka Seppälä
11f20593b2
Update throttling pattern ( #1937 )
...
* Create component.urm.puml
* Create App.java
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Create AppTest.java
* Add files via upload
* Update README.md
* Update README.md
* Update pom.xml
* Update App.java
* Update BjornGraphicsComponent.java
* Update BjornInputComponent.java
* Update BjornPhysicsComponent.java
* Update Component.java
* Update App.java
* Delete App.java
* Delete BjornGraphicsComponent.java
* Delete BjornInputComponent.java
* Delete BjornPhysicsComponent.java
* Delete Component.java
* Delete GameObject.java
* Delete GraphicsComponent.java
* Delete InputComponent.java
* Delete PhysicsComponent.java
* Create App.java
* Update App.java
* Update App.java
* Create BjornGraphicsComponent.java
* Create BjornInputComponent.java
* Create BjornPhysicsComponent.java
* Create Component.java
* Create GameObject.java
* Create GraphicsComponent.java
* Create InputComponent.java
* Create PhysicsComponent.java
* Delete AppTest.java
* Delete UpdateTest.java
* Create AppTest.java
* Create UpdateTest.java
* Update throttling pattern example
* delete unwanted files
Co-authored-by: YanchaoMiao <11710204@mail.sustech.edu.cn>
2022-01-07 09:46:59 +02:00
Ilkka Seppälä
c66ca67201
#590 add explanation for event aggregator ( #1936 )
2022-01-06 18:43:16 +02:00
allcontributors[bot]
2679f7aa6f
docs: add castleKing1997 as a contributor for code ( #1939 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-01 20:48:21 +02:00
DragonDreamer
8403fdacdd
feature: Metadata Mapping pattern ( #1932 )
...
* metadata-mapping
* Update README.md
* add class diagram
* update README.md
* fix identation
* Update pom.xml
* fix indentation
* fix ci
* remove e.printstack
* fix ci
* update class diagram
* fix ci
* fix ci
* fix sc
* fix smells
* Update DatabaseUtil.java
* fix coverage
* Update DatabaseUtil.java
* Update DatabaseUtil.java
* Update DatabaseUtil.java
* Update metadata-mapping/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* fix review
* fix review
* Update App.java
* Update App.java
* fix review
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2022-01-01 20:46:20 +02:00
allcontributors[bot]
f670ae547b
docs: add Leisterbecker as a contributor for code ( #1935 )
...
* 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-12-23 20:45:14 +02:00
Leisterbecker
df73d80365
improvement: EventAggregator now considers Event-Type ( #1933 )
...
* Implemented more granular registration of observers with HashMap;
Key: Event, Value: List of Observers registered for the event;
* Edited constructors and super calls of all EventEmitter extenders
* Edited constructor calls in App.java
* Edited EventEmitterTest
* Added new white walkers event, scout emits at wednesday, varys observes and emits at saturday
* Added white walkers event to KingsHandTest.java
* Varys now passes events
* Corrected some indentation levels and added curly braces to if statements
* Corrected some styling
* Switched lines in App.java,
added javadoc to registerObserver
* Fixed some indents, added param comments
2021-12-23 20:43:36 +02:00
allcontributors[bot]
4588e09939
docs: add yuhangbin as a contributor for code ( #1934 )
...
* 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-12-23 18:11:48 +02:00
CharlieYu
69883196d2
improvement: Optimized NioReactor stop() (Reactor Pattern) ( #1930 )
...
* Optimized NioReactor stop()
* Optimized ThreadPoolDispatcher stop()
2021-12-23 18:10:17 +02:00
allcontributors[bot]
4dcc20b733
docs: add interactwithankush as a contributor for code ( #1931 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-16 20:06:21 +05:30
interactwithankush
600227d2e4
fix: Sonar report - fix blocker and critical ones ( #1899 )
...
* update SpatialPartitionBubbles - fix Sonar blocker issue
* fix Sonar critical issue - Define constant instead of duplicating the literal
* fix Sonar critical issue - remove unnecessary default constructor
* fix Sonar critical issue - Define constant instead of duplicating the literal
* fix Sonar critical issue - Define constant instead of duplicating the literal
* fix Sonar critical issue - Define constant instead of duplicating the literal
* fix Sonar critical issue - fix checkstyle issue
* fix Sonar critical issue - fix code smells
* fix Sonar critical issue - fix code smells
* fix Sonar critical issue - fix code smells
* fix sonarbugs - adding test cases for Commander class
* sonar fix - add assert commands in CommanderTest
* sonar fix - add test cases for CommanderTest
* sonar fix - add test cases for CommanderTest
* sonar fix - add test cases for CommanderTest
* sonar fix - add test cases for CommanderTest
* sonar fix - add test cases for CommanderTest
* sonar fix - add test cases for CommanderTest
* sonar fix - add test cases for CommanderTest
* sonar bug fix & test cases
* sonar bug fix & test cases
* sonar bug fix & test cases
* sonar bug fix & test cases
* sonar bug fix & test cases
* Revert "sonar bug fix & test cases"
This reverts commit 640dd55e35a9730e981d14665913f3d9b5b2d3b2.
* sonar bug fix & test cases
* sonar bug fix & test cases
* sonar bug fix & test cases
* sonar bug fix : avoid Thread.sleep
* sonar bug fix : cleanup Thread.sleep
* sonar bug fix: test commit
* sonar bug fix: test commit
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: atayal <Ankush_Tayal@intuit.com>
2021-12-16 20:05:13 +05:30
Ilkka Seppälä
fee898cd27
fix: Add language to claim check frontmatter ( #1928 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-12-16 20:00:25 +05:30
Ilkka Seppälä
b1242629c8
fix: Grammatical fixes for Adapter ( #1783 )
...
* Grammatical fixes
* Update adapter/README.md
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-12-16 19:59:06 +05:30
allcontributors[bot]
5d78a77b97
docs: add Shrirang97 as a contributor for review, code ( #1927 )
...
* 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-12-11 17:08:30 +02:00
Shrirang
9063336687
feature: Claim check pattern azure ( #1897 )
...
* Archietecture Diagram added
* Added pom.xml
* Architecture Diagram Updated
* Added Microservices and kafka
* ReadME File Added
* ReadME file Updated
* #1329 ReadMe file updated and working pattern code added
* #1329 readme file updated
* #1329 readme file updated and java documentation added
* #1329 repository merged
* Update claim-check-pattern/ReadME.md
#1329 Real world description updated
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Update claim-check-pattern/ReadME.md
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Applicability section in ReadMe file updated
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Tutorial section in ReadMe file updated
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Storage Data section in ReadMe File updated
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 workflow section Update claim-check-pattern/ReadME.md
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Update claim-check-pattern/pom.xml
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 deleted mvnw.cmd file
* #1329 deleted drawio file
* #1329 deleted mvnw file
* #1329 deleted mvnw file
* #1329 mvnw.cmd file deleted
* #1329 Update claim-check-pattern/usage-cost-processor/src/main/java/com/callusage/domain/MessageHeader.java
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Update claim-check-pattern/usage-cost-processor/src/main/java/com/callusage/domain/UsageCostDetail.java
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Update claim-check-pattern/usage-cost-processor/src/main/java/com/callusage/domain/UsageDetail.java
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 deleted mvnw file
* #1329 deleted mvnw.cmd file
* #1329 Update claim-check-pattern/usage-detail-sender/src/main/java/com/callusage/domain/Message.java
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 Update claim-check-pattern/ReadME.md
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
* #1329 pom file dependencies fixed, readmeflie updated, removed unused imports
* #1329 Readfile updated, class javadoc added
* #1329 UML class diagrams added, readme file updated
* #1329 lombok annotations used on model classes, common dependencies moved to parent pom
* #1329 test cases added
* include claim-check-pattern in parent pom
* #1329 code smells fixed
* #1329 code smells removed
* #1329 security issues fixed
* #1329 updated pom files and refactored packages name
* #1329 checkstyle warning fixed
* #1329 code coverage increased
* #1329 minor changed.
* checkpoint created with common utility
* Claim-Check-Pattern | Shrirang97 | Implemented using Java Azure Functions
* Claim-Check-Pattern | Shrirang97 | Updated Functions logic
* Update MessageHandlerUtility.java
* Update UsageCostProcessorFunction.java
* claim-check-pattern | Shrirang97 | Added test cases
* claim-check-pattern | Shrirang97 | Test cases for Azure functions fixed
* Claim-Check-Pattern | Shrirang | Used string as request body
* claim-check-pattern | Shrirang | Working test cases
* claim-check-pattern | Shrirang | Issue fixed while deserializing
* claim-check-pattern | Shrirang | removed unused import
* claim-check-pattern | Shrirang | fixed refactoring
* claim-chek-pattern | Shrirang | added lombok | fixed dependencies & test cases
* Delete .DS_Store
* claim-check-pattern | Shrirang | Fixed unrelated file
* Update BookService.java
* Update BookService.java
* claim-check-pattern | Shrirang | Fixed unrelated files
* claim-check-pattern | Shrirang | Fixed review comments
* Update UsageCostProcessorFunction.java
* Update ReadME.md
* Rename ReadME.md to README.md
* claim-check-pattern | Shrirang | Incorporated review comments.
* Update cloud-claim-check-pattern/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update cloud-claim-check-pattern/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update cloud-claim-check-pattern/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update cloud-claim-check-pattern/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update cloud-claim-check-pattern/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update cloud-claim-check-pattern/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update cloud-claim-check-pattern/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Updated readme file
* Read me file updated | Added more description
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-12-11 16:59:36 +02:00
allcontributors[bot]
b22c8bc32f
docs: add Kevinyl3 as a contributor for review ( #1926 )
...
* 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-12-11 16:34:05 +02:00
allcontributors[bot]
f7fc48d6b7
docs: add vashisthabhinav as a contributor for doc ( #1921 )
...
* 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-12-06 11:59:55 +02:00
Abhinav Vashisth
414e3263b1
docs: Correcting some grammatical errors of README.md ( #1911 )
...
* Update README.md
Corrected some sentences grammatically.
* Update README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-12-06 11:56:46 +02:00
Ilkka Seppälä
2674cb9523
Set version for the next development iteration
2021-11-11 21:49:55 +02:00
Ilkka Seppälä
925755fa35
Reach milestone 1.25.0
2021-11-11 21:47:49 +02:00
Zhang WH
89b2072131
fix: use double check to fix concurrent problem ( #1909 )
...
Co-authored-by: zhangwenhe <zhangwh@ehualu.com>
2021-11-11 19:46:24 +02:00
allcontributors[bot]
0a7b524bd1
docs: add harshalkh as a contributor for code ( #1900 )
...
* 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-10-31 09:12:05 +02:00
Harshal
36c6ce1df7
sonar fix: Update App.java ( #1896 )
...
* Update App.java
Sonar issue fix
* Update App.java
2021-10-31 09:10:58 +02:00
Harshal
22ddd57146
sonar fix: Update App.java ( #1898 )
2021-10-31 09:08:49 +02:00
Subhrodip Mohanta
72bb189dc0
CI: Update Workflows ( #1879 )
...
* Update Workflows
#1875
* Updated requested changes
2021-10-27 21:44:00 +03:00
Fiordy
bee1283371
docs: updated example with lombok as per code ( #1891 )
2021-10-24 17:27:24 +03:00
allcontributors[bot]
785cbf42b7
docs: add Fiordy as a contributor for doc ( #1890 )
...
* 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-10-24 09:51:18 +03:00
Fiordy
c51eb66c89
docs: abstract-factory - readme - corrected code description as per real file ( #1887 )
2021-10-24 09:49:52 +03:00
allcontributors[bot]
1eb74203fc
docs: add uh-zz as a contributor for translation ( #1889 )
...
* 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-10-24 09:41:49 +03:00
Reo Uehara
c6803f920d
translation: Add Japanese README ( #1885 )
2021-10-24 09:40:05 +03:00
Anum Amin
b80ac39e1f
docs: Add tutorial link for Acyclic Visitor pattern ( #525 ) ( #1884 )
2021-10-24 09:23:12 +03:00
Anum Amin
da6d20e997
docs: Add tutorial links for Builder pattern ( #525 ) ( #1883 )
2021-10-24 09:11:34 +03:00
Anum Amin
5dbb176a33
docs: Add tutorial links for Adapter pattern ( #525 ) ( #1882 )
2021-10-24 09:09:06 +03:00
Anum Amin
e3c3b02efd
docs: Add tutorial links for Active object pattern ( #525 ) ( #1881 )
2021-10-24 09:06:15 +03:00
allcontributors[bot]
988c478ad4
docs: add blueberry404 as a contributor for doc ( #1888 )
...
* 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-10-24 09:04:52 +03:00
Anum Amin
221daf5d74
docs: Add tutorial links for Visitor pattern ( #525 ) ( #1880 )
2021-10-24 09:03:29 +03:00
allcontributors[bot]
90b1b922e1
docs: add ManviGoel26 as a contributor for doc ( #1878 )
...
* 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-10-21 21:15:45 +03:00
Manvi Goel
bd71bc1311
docs: add explanation for twin pattern ( #1869 )
...
* add explanation for twin pattern
* updated explanation of twin pattern
2021-10-21 21:14:10 +03:00
allcontributors[bot]
54d19d4c87
docs: add carldea as a contributor for code ( #1876 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* Removed Conflicts
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Subhrodip Mohanta <contact@subho.xyz>
2021-10-21 23:39:05 +05:30
allcontributors[bot]
464b166fa3
docs: add Mozartuss as a contributor for translation ( #1877 )
...
* 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-10-21 20:40:58 +03:00
Mozartus
78abdb4e13
Fix typo, grammer and links ( #1874 )
2021-10-21 20:39:34 +03:00
Carl Dea
d1c26f9d84
task: update GHA JDK build vendor from adopt build to Zulu ( #1868 )
...
* Using the latest LTS and fixed (major) versions of the OpenJDK.
Signed-off-by: Carl Dea <carldea@gmail.com>
* Using the latest LTS and fixed (major) versions of the OpenJDK. Removed 17 & 18-ea releases.
Signed-off-by: Carl Dea <carldea@gmail.com>
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2021-10-21 21:00:45 +05:30
Mozartus
ba51a49802
translation: Add a German README ( #1872 )
...
* Add German Readme
* Add german readme
2021-10-20 21:29:15 +03:00
Victor
73eca64b9f
refactoring: Issue-1694: Improve caching pattern code quality ( #1810 )
...
* Changed database implementation. Removed static objects.
* Fix Logs
* Fix 40 errors from checkstyle plugin run. 139 left))
* Fix CacheStore errors from checkstyle plugin 107 left
* Fix last errors in checkstyle.
* Fix sonar issues
* Fix issues in VALIDATE phase
* Fix Bug with mongo connection. Used "Try with resources"
* Add test
* Added docker-compose for mongo db. MongoDb db work fixed.
* Provided missing tests
* Comments to start Application with mongo.
* Fixes according PR comments. Mainly Readme edits.
* Remove duplicated imports
2021-10-20 20:44:01 +03:00
Subhrodip Mohanta
8aac45ab69
maintenance: Update Spacing of XML ( #1866 )
...
PR Set 4 of 4
2021-10-19 20:56:44 +03:00
Subhrodip Mohanta
2c93c81cf9
maintenance: Update Spacing of XML ( #1865 )
...
PR Set 3 of 4
2021-10-19 20:54:24 +03:00
Subhrodip Mohanta
656b441e29
maintenance: Update Spacing of XML ( #1864 )
...
PR Set 2 of 4
2021-10-19 20:51:43 +03:00
Subhrodip Mohanta
37d9ff3342
maintenance: Update Spacing of XML ( #1863 )
...
PR Set 1 of 4
2021-10-19 20:49:46 +03:00
Subhrodip Mohanta
d9dae3ae6a
doc fix: Recalculate already added rows. ( #1862 )
2021-10-19 20:06:38 +03:00
Subhrodip Mohanta
1354bf0f55
docs: Update README.md to accommodate 7 contributors per row ( #1854 )
...
* Update per line Contributor to 7 from 4
This will be helpful to reduce page size and shorten the length of the README, which is our landing page in GitHub and help us make it clutter free
* Update the Readme to accommodate upto 7 rows
2021-10-16 20:19:25 +03:00
allcontributors[bot]
dc7c99c32f
docs: add Dev-AliGhasemi as a contributor for code ( #1861 )
...
* 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-10-16 20:11:23 +03:00
Ali Ghasemi
c2786e5dc4
add monitor design pattern ( #1640 )
...
* add monitor design pattern .
* add extra line and change compiler version to 11 in pom.xml.
* encapsulate getBalance method .
* update puml file .
* export uml as png .
* duplicate codes eliminated .
* update tag
* change the format of pom.xml
* using logger to print
* change AtomicRefrence to type inference var
* explanations added !
* Update monitor/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update monitor/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update monitor/src/main/java/com/iluwatar/monitor/Main.java
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update monitor/src/main/java/com/iluwatar/monitor/Main.java
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update monitor/src/main/java/com/iluwatar/monitor/Main.java
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update monitor/src/main/java/com/iluwatar/monitor/Main.java
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* e.printStackTrace have changed to logger to prints standard output (STD OUT) .
* add programmatic example .
* Delete mvnw
* mvnw.cmd deleted .
* added mvnw from master
* AddUnitTest
* Add language to readme.md
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
Co-authored-by: Subhrodip Mohanta <subhromo@cisco.com>
Co-authored-by: Subhrodip Mohanta <contact@subho.xyz>
2021-10-16 20:08:53 +03:00
allcontributors[bot]
a1f3c6fe20
docs: add JCarlosR as a contributor for translation ( #1857 )
...
* 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-10-15 20:27:23 +03:00
JCarlos
0ad44ced24
docs: Fix typos spanish readme and factory ( #1834 )
...
* Fix typos for Spanish README
* Fix typos in the factory example
2021-10-15 20:24:49 +03:00
allcontributors[bot]
4c5c0fd63e
docs: add sims-keshri as a contributor for code ( #1853 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-13 13:17:48 +05:30
Simran Keshri
5a644f1092
refactoring: Critical Sonar Issues ( #1833 )
...
* Resolve Sonar Code Smell: Define a constant instead of duplicating this literal 'Space rocket <' 4 times.
* Resolve Sonar Critical Code Smell: Define a constant instead of duplicating this literal 'Error connecting to MongoDB' 4 times.
* Fix checkstyle violation.
* Resolve Sonar Critical Code Smell: Define a constant instead of duplicating this literal 'LITERAL 0' 4 times.
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-10-13 13:15:22 +05:30
Ilkka Seppälä
cab9048e06
docs: fixes for yaml frontmatter ( #1851 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-10-13 12:59:55 +05:30
allcontributors[bot]
d247b6ed69
docs: add VxDxK as a contributor for translation ( #1848 )
...
* 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-10-11 21:45:21 +03:00
Vadim
0a73ead12d
translation: Add Russian translation ( #1846 )
...
* Add ru url to README.md
* Create russian README.md
2021-10-11 21:43:58 +03:00
allcontributors[bot]
ddb9b14eed
docs: add muklasr as a contributor for translation ( #1845 )
...
* 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-10-08 20:47:25 +03:00
Muklas Rahmanto
0255111b4e
translation: Add Indonesian translation ( #1841 )
...
* Create README.md in id
* Add README.md in id url
2021-10-08 20:45:59 +03:00
allcontributors[bot]
9513d2be58
docs: add Conhan93 as a contributor for doc ( #1844 )
...
* 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-10-08 20:36:02 +03:00
Conny Hansson
119abf3ee4
Doc: Corrected a few spelling mistakes ( #1840 )
2021-10-08 20:34:47 +03:00
allcontributors[bot]
87cc4df14b
docs: Add frascu as a Contributor for Code ( #1835 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-05 10:07:07 +05:30
Francesco Scuccimarri
57f9c2e968
task: Update Lombok to version 1.18.20 ( #1828 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-10-05 10:05:20 +05:30
Ilkka Seppälä
42eb7950ae
task: Fix broken links ( #1817 )
...
* Fix some broken links
* Remove extra space
* Update filename
* Fix some links in localization folders
* Fix link
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-09-29 00:13:31 +05:30
allcontributors[bot]
be72a96cd6
docs: add tan31989 as a contributor for code ( #1820 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-09-29 00:11:14 +05:30
Nagaraj Tantri
be25c0b433
bug-fix: Use Junit5 in the serverless module tests ( #1794 )
...
* #1667 : Fixing the serverless tests to use Junit5 and also modifying other classes to remove the deprecated initMock() method
* #1667 : Fixing the sonar code smells
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-09-29 00:09:19 +05:30
Alain
be59e50205
doc: Fix Typos in French local doc ( #1818 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-09-28 21:49:30 +05:30
allcontributors[bot]
ec90320eda
docs: add mortezaadi as a contributor for code ( #1816 )
...
* 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-09-07 21:46:23 +03:00
Morteza Adigozalpour
3126ad3106
fix: Remove unnecessary and possibly not threadsafe flag ( #1811 )
2021-09-07 21:43:47 +03:00
allcontributors[bot]
e2ebb59fe7
docs: add karthikbhat13 as a contributor for code ( #1808 )
...
* 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-08-08 15:53:13 +03:00
karthikbhat13
d87e8cf10d
feature: Added FanOut/FanIn Pattern ( #1800 )
...
* Added FanOut/FanIn Pattern (#8 )
* #1627 adding fanout-fanin pattern
* #1627 adding class diagram image
* #1627 adding readme
* #1627 adding license
* #1627 updating relations
* #1627 interrupting the thread
* #1627 fixing sonar issues
* #1627 fixing sonar issues
* #1627 adding more info in README.md
* Added FanOut/FanIn (#9 )
* #1627 adding fanout-fanin pattern
* #1627 adding class diagram image
* #1627 adding readme
* #1627 adding license
* #1627 updating relations
* #1627 interrupting the thread
* #1627 fixing sonar issues
* #1627 fixing sonar issues
* #1627 adding more info in README.md
* #1627 adding programmatic examples in README.md
2021-08-08 15:51:27 +03:00
Mike Liu
c5a4068e84
docs: Translation for zh ( #1805 )
...
* add state and callback pattern
* add command and template-method pattern
* add iterator pattern
* add bridege and DI pattern
* fix issue #1600
* add converter,proxy,visitor pattern
* add caching,composite,delegation,dirty-flag,interpreter patterns
* add dao and producer-consumer
* add dto and provate class data pattern
* fix #1646 png path problems
* fix #1646 composite png path case problem
* add abstract document pattern and version-number pattern
* add ambassador pattern
* add acyclic-visitor and api-gateway pattern
* add abstract-factory pattern
* add active-object pattern
* add aggregator-microservices and arrange-act-assert pattern
* update async-method-invocation pattern
* add balking and business-delegate pattern
* add bytecode and circuit-break pattern
* update arrange/act/assert pattern problems
* add csch pattern
* add language code, correct pic path
* #1805 update permalink
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
Co-authored-by: Mike <admin@xiaod.info>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-08-01 20:25:54 +05:30
Ilkka Seppälä
d36efdbc7c
TASK: Add language to yaml front matter ( #1806 )
2021-07-25 17:28:54 +05:30
allcontributors[bot]
3f654ab0c8
docs: add AndriyPyzh as a contributor for code ( #1804 )
...
* 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-07-22 17:00:52 +03:00
AndriyPyzh
eac85678f0
feature: Added Domain Model pattern ( #1795 )
...
* domain-model pattern
* fixed optional get before check isPresent
* readme minor changes
* change currency representation with joda money
* changed names of test methods
* fixed code smells
* Update domain-model/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* Update domain-model/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* updated readme and diagrams
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-07-22 16:58:21 +03:00
allcontributors[bot]
eaeb6e717c
docs: add marlo2222 as a contributor for translation ( #1798 )
...
* 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-07-09 10:47:34 +03:00
Marlo Henrique
28fc672a2f
translation: portuguese translation and languages codes ( #1792 )
...
* portuguese translation and languages codes
* fix unlinked links
Co-authored-by: Marlo Henrique de Lima Oliveira <marlo.oliveira@rsinet.com.br>
2021-07-09 10:44:06 +03:00
Ilkka Seppälä
04bf566dc1
task: Explanations and grammar fixes for all the GoF patterns ( #1791 )
...
* Grammatical fixes to command pattern
* Update bridge pattern readme
* Fixes to builder pattern grammar
* Update chain of responsibility
* Improvements to the composite example
* Fixes to headings
* Minor updates to decorator pattern
* Update facade
* Update factory example
* Update factory method
* Update flyweight
* Interpreter explanation
* Update iterator readme
* Add explanation for mediator pattern
* Grammatical fixes to memento
* Grammar fixes for observer
* Update explanation for the prototype pattern
* Proxy pattern grammar fixes
* Update singleton
* Grammar fixes to state pattern
* Grammar fixes for strategy
* Grammar fixes, template method
* Grammar fixes for visitor
* Fix typo
2021-06-24 18:27:20 +05:30
jinishavora
bbdff14a66
Fix: Fixing License issue in MVVM pattern ( #1701 )
...
* Fixing License issue in MVVM pattern
* Updating LICENSE.md
* Updating pom.xml
* License header update to MVVM module only.
* Updating pom and removing gpl txt
* Adding gpl txt file
Co-authored-by: Jinisha <Jinisha@LAPTOP-VG38PNMC.fios-router.home>
2021-06-08 21:40:24 +03:00
allcontributors[bot]
eade10a98d
docs: add samuelpsouza as a contributor ( #1785 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-06-07 22:32:23 +05:30
Samuel Souza
43e7ca515a
refactor: #1012 - Resolve Sonar report: missing assertions in several AppTest classes ( #1784 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-06-07 22:30:44 +05:30
Ilkka Seppälä
f6d43975fa
docs: Grammatical fixes for Abstract Factory ( #1782 )
...
* Grammatical fixes
* Update abstract-factory/README.md
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-06-05 13:03:25 +05:30
allcontributors[bot]
c0d36894c2
docs: add Xenilo137 as a contributor ( #1781 )
...
* 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-06-04 21:54:17 +03:00
Xenilo137
6cf025447a
fix: change 'swinged' to 'swung' in sword.java and hammer.java of bridge pattern ( #1779 )
...
* minor (non-coding) change
* Update Sword.java
2021-06-04 21:50:40 +03:00
allcontributors[bot]
dafe02f1be
docs: add JuanManuelAbate as a contributor ( #1780 )
...
* 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-06-04 21:39:47 +03:00
Juan Manuel Abate
784cdee819
localizations: #1771 Spanish translation and languages codes ( #1777 )
...
* #1771 Move translations to a new directory to have more organization
* #1771 spanish translation
* #1771 change the language codes to follow ISO 639-1 and change the links
* #1771 remove country flags
2021-06-04 21:36:42 +03:00
Subhrodip Mohanta
5e434b783e
fix: added license headers to newly created files ( #1775 )
2021-05-31 22:39:42 +03:00
JackieNim
f597fc1b07
fix: Fixed pages showing up in wrong language ( #1752 )
...
* Fix languages
* Missed change for version number
* Add language field for presentation
* Revert change in README for double buffer
Co-authored-by: Jackie Nim <=>
2021-05-19 19:49:05 +03:00
allcontributors[bot]
1b880c1818
docs: add tao-sun2 as a contributor ( #1757 )
...
* 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-05-17 22:09:29 +03:00
Tao
e498c25675
feature: #1319 add table module pattern ( #1742 )
...
* modify table module pattern
* fix code smells
* resolve conversation
Co-authored-by: tao-sun2 <sustc18st@gmai.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-05-17 22:06:35 +03:00
Noam Greenshtain
122e6edb38
feature: resolve #1282 for Lockable Object pattern. ( #1702 )
...
* Added Lockable-Object pattern. Closes #1282 .
* Refactor method name.
* Refactor sonar lint bugs.
* Added tests and enum Constants.
* Increase coverage.
* Changed @Data to Getters and Setters.
* Iluwatar's comment on pull request #1702 .
* Fixed codes mells.
* Incremented wait time to 3 seconds.
* Reduced wait time to 2 seconds.
* Cleaned Code Smells.
* Incremented wait time, removed cool down.
* Refactored README.md file.
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2021-05-14 21:26:41 +05:30
allcontributors[bot]
ea3c9d955e
docs: add EdisonE3 as a contributor ( #1751 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-05-11 19:17:36 +05:30
EdisonE3
f1feb3f6a0
feature: Implement Presentation Model Pattern ( #1710 )
...
* #415 initial all componets
* #415 add src and tests
* #415 add diagram
* #415 add README
* #415 add README
* #415 change pom.xml
* #415 change pom.xml
* #415 change pom.xml
* #415 update pom.xml
* #415 change some code smell
* #415 change some code smell
* #415 update test
* #415 add javadoc
* #415 remove author tag
* #415 add lombok @AllArgsConstructor
* #415 fix code converge
* #415 fix code converge
* #415 fix code converge
* #415 add javadoc
* #415 fix code smell
* #415 fix code smell
* #415 add log information
* #415 remove unused import
* #415 add javadoc and more test
* #415 modify test
* #415 fix checkstyle
* #415 remove useless code and add more javadoc and test.
* #415 add package-info.java.
* #415 add package-info.java.
* #415 add more test.
* #415 fix code smell.
* #415 fix code smell and increase code coverage.
* #415 fix code smell.
* #415 update README.md
* #415 update README.md
* #415 make this demo better
* #415 satisfy checkstyle
* #415 make some field static.
* #415 make some fields static.
* #415 rename some fields static.
* Delete package-info.java
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2021-05-11 19:16:11 +05:30
VR
1388e38744
docs: Correcting the URL to fix #1747 ( #1748 )
...
* Correcting the Hyperlink to redirect to the correct URL.
Corresponds to bug #1703
* Deleting the extra Hyphen(-) that was incorrectly added.
* Corrected the contributors inside the Readme file.
Updated the correct number of contributors to be in sync with `master`
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-05-11 16:30:30 +05:30
allcontributors[bot]
1dd26289e5
docs: add JackieNim as a contributor ( #1749 )
...
* 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-05-09 17:00:47 +03:00
allcontributors[bot]
241a7ad9a2
docs: add DEV-VRUPER as a contributor ( #1746 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-05-07 00:01:23 +05:30
VR
32b33480dd
docs: Correcting the Hyperlink to redirect to correct URL. ( #1745 )
...
Corresponds to bug #1703
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-05-06 23:55:29 +05:30
余林颖
068fa0371e
docs: Translate some of the README docs into Chinese ( #1744 )
...
* docs: translated docs to zh
* docs: translated doc of sharding pattern to Chinese
* docs: translated doc of factory pattern to Chinese
* docs: translated doc of factory-kit pattern to Chinese
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-05-06 23:27:16 +05:30
余林颖
b5aaa94794
docs: replace more suitable translation ( #1743 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-05-03 20:25:57 +05:30
余林颖
825b5a9a29
docs: translated the async method invocation pattern into Chinese ( #1741 )
2021-05-02 20:34:34 +03:00
Subhrodip Mohanta
31890f67e6
updated with neccessary changes ( #1709 )
2021-05-01 21:22:35 +03:00
dependabot-preview[bot]
41b1462eed
[Security] Bump spring-webmvc from 5.0.13.RELEASE to 5.0.17.RELEASE ( #1739 )
...
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework ) from 5.0.13.RELEASE to 5.0.17.RELEASE. **This update includes a security fix.**
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.13.RELEASE...v5.0.17.RELEASE )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-05-01 10:29:50 +05:30
dependabot-preview[bot]
276549d156
[Security] Bump jackson.version from 2.10.2 to 2.12.3 ( #1738 )
...
Bumps `jackson.version` from 2.10.2 to 2.12.3.
Updates `jackson-core` from 2.10.2 to 2.12.3
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.2...jackson-core-2.12.3 )
Updates `jackson-databind` from 2.10.2 to 2.12.3
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-annotations` from 2.10.2 to 2.12.3
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-05-01 10:29:05 +05:30
allcontributors[bot]
d67b625a74
docs: add STudio26 as a contributor ( #1735 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-04-29 18:55:41 +05:30
Alain
1b14ebcbb1
Improve french translation, fix some typographic issues. ( #1730 )
...
* Improve french translation, fix some typographic issues.
* Improve french translation.
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-04-29 18:54:03 +05:30
余林颖
a471ce25da
translated the balking pattern into Chinese ( #1727 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-04-29 18:51:14 +05:30
allcontributors[bot]
74caa0c4e5
docs: add Al-assad as a contributor ( #1733 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-04-29 18:49:45 +05:30
余林颖
53a294fee5
translated the business delegate pattern into Chinese ( #1728 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-04-29 18:47:40 +05:30
dependabot-preview[bot]
a5062908c0
[Security] Bump commons-io from 2.6 to 2.7 ( #1731 )
...
Bumps commons-io from 2.6 to 2.7. **This update includes a security fix.**
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-29 18:39:54 +05:30
dependabot[bot]
076310bb79
Bump commons-io from 2.6 to 2.7 ( #1729 )
...
Bumps commons-io from 2.6 to 2.7.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 13:36:24 +05:30
Kevin Lee
470d29e715
docs: Translated the strategy pattern into Korean ( #1708 )
...
* Correct README.md in Korean
Spelling correction and human-readable paraphrase on ko/README.md. Previously, it was translated using a machine translator.
* Add strategy pattern into Korean
Add and translate the strategy pattern into Korean.
* Remove source file from the translated folder
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-04-26 14:46:15 +05:30
allcontributors[bot]
74802e83b5
docs: add zWeBrain as a contributor ( #1725 )
...
* 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 <hello@subho.xyz>
2021-04-26 13:48:16 +05:30
zWeBrain
09b577f634
task: Add Composite Entity pattern ( #1705 )
...
* add composite entity pattern
* add composite entity pattern
* Update ReactorTest.java
* resolve some code quality problems
* modified a lot
* remove some extra codes
* modified README
* removed the author name and adjusted the spacing
Co-authored-by: zwebrain <11811721@mail.sustech.edu.cn>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-04-26 13:45:52 +05:30
Mike Liu
2fce2e44e2
docs: Chinese translations updates ( #1706 )
...
* add state and callback pattern
* add command and template-method pattern
* add iterator pattern
* add bridege and DI pattern
* fix issue #1600
* add converter,proxy,visitor pattern
* add caching,composite,delegation,dirty-flag,interpreter patterns
* add dao and producer-consumer
* add dto and provate class data pattern
* fix #1646 png path problems
* fix #1646 composite png path case problem
* add abstract document pattern and version-number pattern
* add ambassador pattern
* add acyclic-visitor and api-gateway pattern
* add abstract-factory pattern
* add active-object pattern
* add aggregator-microservices and arrange-act-assert pattern
Co-authored-by: Mike <admin@xiaod.info>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-04-26 13:28:01 +05:30
allcontributors[bot]
b3a1749bd0
docs: add eas5 as a contributor ( #1711 )
...
* 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 <hello@subho.xyz>
2021-04-26 13:06:33 +05:30
Elvys Soares
af0ccdc6e1
refactoring: Added parameterization to enumeration test ( #1698 )
...
Signed-off-by: Elvys Soares <eas5@cin.ufpe.br>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-04-22 11:47:45 +05:30
Subhrodip Mohanta
323dd63e66
update distribution for java to 'adpot' ( #1699 )
2021-04-18 12:53:19 +03:00
Ilkka Seppälä
be3250bd0d
Set version for the next development iteration
2021-04-05 14:57:36 +03:00
Ilkka Seppälä
1222f12b99
Set version number for milestone 1.24.0
2021-04-05 14:56:36 +03:00
allcontributors[bot]
965d38f139
docs: add ohbus as a contributor ( #1695 )
...
* 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: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-03-28 18:20:04 +03:00
Ilkka Seppälä
eb8f9db575
#590 add explanation for caching pattern ( #1693 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-28 16:32:29 +05:30
Subhrodip Mohanta
6d7084f18d
remove labelling trigger ( #1692 )
2021-03-28 10:15:42 +03:00
allcontributors[bot]
74f5cfa670
docs: add jinishavora as a contributor ( #1688 )
...
* 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-03-23 14:12:32 +05:30
Ilkka Seppälä
b525d871b4
docs: Fix mvvm readme ( #1689 )
2021-03-23 11:29:20 +05:30
Ilkka Seppälä
c413e0902e
docs: #590 add explanation for bytecode pattern ( #1687 )
...
Type: docs and refactoring
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-22 12:19:46 +05:30
Ilkka Seppälä
7ac468db20
docs: #590 refactor and add explanation for business delegate ( #1686 )
...
Type: docs and refactoring
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-22 12:04:56 +05:30
jinishavora
794795acf5
task: MVVM design pattern using zkoss framework. ( #1678 )
...
* MVVM design pattern using zkoss framework.
* MVVM Design pattern updates for issues reported by SonarCloud.
* MVVM Design pattern updates for coverage issues reported by SonarCloud.
* MVVM Design pattern updates for coverage issues (removing lombok @Data)
reported by SonarCloud.
* MVVM Design pattern updates for coverage issues reported by Sonar - TEST
cases added for Equals and ToString
* MVVM Design Pattern - updating missing/todo details.
* MVVM Design Pattern - adding lombok.config
* MVVM Design Pattern - Removing xml, updating pom.xml and README as per
suggested changes in code review
* Update model-view-viewmodel/README.md
* Update model-view-viewmodel/README.md
* Update model-view-viewmodel/README.md
* Update model-view-viewmodel/README.md
* MVVM Design Pattern - Updated pom.xml and Readme based on Suggested
changes
* added type as xml
* MVVM Design Patterm - root pom.xml and module pom.xml updated
* Update pom.xml
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-03-22 11:43:34 +05:30
Ilkka Seppälä
2b7d181ac4
docs: add explanation for balking pattern ( #1685 )
...
* #590 explanation for balking pattern
* #590 fix checkstyle error
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-21 01:25:47 +05:30
Subhrodip Mohanta
b5ed8b2278
labeling PR should trigger builds again for all-contributors bot ( #1682 )
2021-03-18 22:22:37 +02:00
allcontributors[bot]
8fc64a2d38
docs: add qfxl as a contributor ( #1681 )
...
* 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-03-18 22:13:28 +02:00
Ilkka Seppälä
7e91322a43
Add explanation to Async Method Invocation pattern ( #1680 )
...
* #590 make the example more interesting and add an explanation
* #590 fix checkstyle
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-18 11:07:34 +05:30
yonghong Xu
e9106ccfc5
fix spelling errors ( #1679 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-18 10:49:45 +05:30
Ilkka Seppälä
77ffae5ecc
Format active object README.md to display correctly on the web site
2021-03-14 16:26:24 +02:00
Subhrodip Mohanta
74abc7a0d6
added license headers to active object pattern ( #1676 )
2021-03-14 16:08:53 +02:00
allcontributors[bot]
ccf350b611
docs: add noamgrinch as a contributor ( #1675 )
...
* 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-03-14 16:07:39 +02:00
Noam Greenshtain
c8a2ef01d3
pattern: Active-Object pattern. ( #1660 )
...
* Closes #65 .
* Removed
* Removed unnecessary files. Added logging. Closes Fixes #1660 .
* Added Terminition condition.
* Logger implemented. Removed maven wrapper.
* Added module to parent POM. removed .gitignore
* Replaced tabs with whitespaces, added Javadocs.
* Fixed more whitespaces problems.
* Fixed more checkstyle errors
* More checkstyle errors.
* Checkstyle errors.
* Final checkstyle cleanup
* Added UML file. Changed System.exit() to Runtime.
* Changed buisiness logic and readme.md file
* Changed typos and readme.md file
* Fixed checkstyle errors
* Fixed grammer errors and CircleCI bugs.
* Wrong readme.md
* Added Thread.interrupt() for after catching exception.
* Fixed SonarCloud code smells.
* Removed unused brackets.
* Changed main program exit logic. Added tests.
* Reverted abstract-factory
* Cleaned code
* Added static to loggers. cleaned code smells.
* Checkstyle errors.
* Code Smells.
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-14 11:53:41 +05:30
allcontributors[bot]
cbf1847425
docs: add va1m as a contributor ( #1674 )
...
* 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-03-13 14:31:37 +02:00
va1m
5cf2fe009b
📍 Use lombok, reformat, and optimize the code ( #1560 )
...
* Use lombok, reformat, and optimize the code
* Fix merge conflicts and some sonar issues
Co-authored-by: va1m <va1m@email.com>
2021-03-13 14:19:21 +02:00
Subhrodip Mohanta
0e26a6adb5
Use property to set version and update dependencies ( #1671 )
...
* formatting and versioning
* updated versions
* reverted checkstyle plugin version
2021-03-07 19:16:50 +02:00
Subhrodip Mohanta
b423002e6c
updated Random() to SecureRandom() ( #1670 )
...
* updated Random() to SecureRandom()
* batch 2 of SecureRandom updates
2021-03-06 13:26:02 +02:00
CF
c150871a94
Update to JUnit5 across all modules ( #1668 )
...
* Updated saga to JUnit 5
* Update fix for CI job in trampoline module
* Updated update-method module to JUnit 5
* Upgraded to latest JUnit Jupiter
JUnit 4 is not needed when using JUnit-Vintage
* Reverted change to access modifier on Trampoline
* Cleanup to resolve code smells
* Formatting
* Formatting
* Migrating to JUnit5 and updating some Mockito patterns
* Migrating to JUnit5
* Migrating to JUnit5
* Migrating to JUnit 5
* Formatting cleanup
* Added missing scope for junit
* Fixed tests that were not running previously.
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-06 14:42:46 +05:30
Subhrodip Mohanta
e9d0b3e98c
remove labeling trigger for PR and actions set to master ( #1666 )
2021-03-05 19:51:09 +02:00
CF
903453229c
Updated update-method module to JUnit 5 ( #1542 )
...
* Updated saga to JUnit 5
* Update fix for CI job in trampoline module
* Updated update-method module to JUnit 5
* Upgraded to latest JUnit Jupiter
JUnit 4 is not needed when using JUnit-Vintage
* Reverted change to access modifier on Trampoline
* Cleanup to resolve code smells
* Formatting
* Formatting
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-04 10:49:31 +05:30
Subhrodip Mohanta
c3c90e2bd4
created CircleCI config for sonar analysis ( #1664 )
...
* created sonar config
#1663
* updated license headers
* xvfb to run tests
* updated circle image to enable css and JS analysis
2021-03-01 16:50:34 +02:00
Halil Demir
268e4148b4
#1625 add Turkish translation for singleton design pattern ( #1665 )
...
Co-authored-by: Halil Demir <halil.demir@zalando.de>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-01 19:20:06 +05:30
allcontributors[bot]
0220f3df12
docs: add richardmr36 as a contributor ( #1662 )
...
* 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-02-28 11:51:47 +02:00
Martel Richard
846d05672a
#1638 Add Parameter Object pattern ( #1650 )
...
* #1638 Add Parameter Object pattern
* #1638 Fix comments and formatting for Parameter Object pattern
* #1638 Fix formatting, commenting, remove string concatenation in Parameter Object pattern
* #1638 Fix readme formatting and log parameter object
2021-02-28 11:42:48 +02:00
Subhrodip Mohanta
03bc4a6b9a
update CI badge ( #1658 )
2021-02-21 15:21:11 +02:00
Ilkka Seppälä
cda2675221
Upgrade jacoco ( #1657 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-02-16 12:27:11 +05:30
Subhrodip Mohanta
a79bed9a46
#1655 : added maven wrapper ( #1656 )
...
Addresses Point 1 and 2
2021-02-15 17:13:06 +02:00
Ilkka Seppälä
7c01bc7464
format readme.md
2021-02-14 23:43:33 +02:00
Ilkka Seppälä
edbea7d50b
format readme.md
2021-02-14 23:33:40 +02:00
Ilkka Seppälä
d2f926e3e8
format readme.md
2021-02-14 23:23:05 +02:00
Ilkka Seppälä
fc837e289f
format readme.md
2021-02-14 23:01:05 +02:00
Ilkka Seppälä
fce8d25736
format readme.md
2021-02-14 22:51:42 +02:00
Ilkka Seppälä
cbffcb28c8
#455 Static content hosting cloud pattern ( #1654 )
...
* #455 work on readme.md
* #455 work on readme.md
* #455 S3 web site complete
* #455 add cloudfront and diagram
* Apply suggestions from code review
added syntax highlighting
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-02-15 01:42:21 +05:30
Subhrodip Mohanta
7891c2b117
update inception year to 2021 ( #1653 )
2021-02-14 11:57:57 +02:00
Subhrodip Mohanta
b3fc60fe92
update .gitignore ( #1651 )
...
* updated factorypath
* updated gitignore
2021-02-14 11:03:13 +02:00
Mike Liu
2207ea4ce9
Translation zh ( #1646 )
...
* add state and callback pattern
* add command and template-method pattern
* add iterator pattern
* add bridege and DI pattern
* fix issue #1600
* add converter,proxy,visitor pattern
* add caching,composite,delegation,dirty-flag,interpreter patterns
* add dao and producer-consumer
* add dto and provate class data pattern
* fix #1646 png path problems
* fix #1646 composite png path case problem
Co-authored-by: Mike <admin@xiaod.info>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-02-08 21:07:48 +05:30
allcontributors[bot]
934578d6d2
docs: add moustafafarhat as a contributor ( #1649 )
...
* 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-02-07 17:04:21 +02:00
Moustafa Farhat
cdc2a154df
Arabic Translation - Initialization part ( #1648 )
2021-02-07 17:00:48 +02:00
Subhrodip Mohanta
d620dbbc05
bump version to 3.8.0.2131 ( #1647 )
...
earlier version 3.7.0.1746
org.sonarsource.scanner.maven.sonar-maven-plugin
2021-02-07 16:55:52 +02:00
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
allcontributors[bot]
96fadf3bd7
docs: update .all-contributorsrc [skip ci]
2020-11-28 13:04:26 +00:00
allcontributors[bot]
dd599595cc
docs: update README.md [skip ci]
2020-11-28 13:04:25 +00:00
Ilkka Seppälä
fcd7785f0d
Merge pull request #1568 from ohbus/master
...
Update Pull Requests CI trigger behaviour
2020-11-28 14:38:00 +02:00
Ilkka Seppälä
2432d120b4
Merge pull request #1602 from iluwatar/all-contributors/add-eimanip
...
docs: add eimanip as a contributor
2020-11-28 14:25:41 +02:00
allcontributors[bot]
4b18e223cd
docs: update .all-contributorsrc [skip ci]
2020-11-28 12:24:58 +00:00
allcontributors[bot]
13c6de036f
docs: update README.md [skip ci]
2020-11-28 12:24:57 +00:00
Ilkka Seppälä
6f979d0cb2
Fix version number class diagram not showing
2020-11-24 08:10:34 +02:00
Ilkka Seppälä
f084f8bf41
Merge pull request #1599 from iluwatar/all-contributors/add-manannikov
...
docs: add manannikov as a contributor
2020-11-23 22:38:24 +02:00
allcontributors[bot]
6c95868b8d
docs: update .all-contributorsrc [skip ci]
2020-11-23 20:37:49 +00:00
allcontributors[bot]
4c7f1b7822
docs: update README.md [skip ci]
2020-11-23 20:37:48 +00:00
Ilkka Seppälä
0c44b53909
Merge pull request #1563 from manannikov/Issue#1284
...
#1284 Implement Version Number pattern
2020-11-23 22:35:43 +02:00
Pavel Manannikov
9ead3adf73
#1284 Divide tests
2020-11-23 20:59:00 +02:00
Pavel Manannikov
97e3a3debc
#1284 Use local variable inference
2020-11-23 19:42:50 +02:00
Ilkka Seppälä
43ed09015d
Add missing license header
2020-11-22 21:14:53 +02:00
Ilkka Seppälä
7eee546208
Update README.md
2020-11-08 19:39:21 +02:00
Ilkka Seppälä
dc31960710
Remove unused logger objects
2020-11-08 19:37:15 +02:00
Ilkka Seppälä
7c0fdad5a2
Merge pull request #1531 from ravening/command-functional
...
Refactor the command pattern to use lambda functions
2020-11-08 19:33:48 +02:00
Ilkka Seppälä
5a8933ea17
Merge pull request #1534 from swarajsaaj/#1510-Circuit-Breaker-Refactoring
...
#1510 Improvements done in Circuit Breaker
2020-11-07 20:04:47 +02:00
Ilkka Seppälä
d02233f0b7
Merge pull request #1594 from iluwatar/all-contributors/add-akashchandwani
...
docs: add akashchandwani as a contributor
2020-11-07 14:36:54 +02:00
allcontributors[bot]
d42bcab9fc
docs: update .all-contributorsrc [skip ci]
2020-11-07 12:34:36 +00:00
allcontributors[bot]
77b2ff2150
docs: update README.md [skip ci]
2020-11-07 12:34:35 +00:00
Ilkka Seppälä
cff072d1ca
Merge pull request #1593 from iluwatar/all-contributors/add-dsibilio
...
docs: add dsibilio as a contributor
2020-11-07 14:34:08 +02:00
allcontributors[bot]
80ba0407db
docs: update .all-contributorsrc [skip ci]
2020-11-07 12:33:11 +00:00
allcontributors[bot]
6a09b909f2
docs: update README.md [skip ci]
2020-11-07 12:33:10 +00:00
Ilkka Seppälä
53ccc0e7e6
Merge pull request #1548 from dsibilio/patch-1
...
Add missing word to README.md
2020-11-07 14:31:26 +02:00
Ilkka Seppälä
a7a8e23b01
Merge pull request #1591 from iluwatar/all-contributors/add-Ascenio
...
docs: add Ascenio as a contributor
2020-11-07 09:49:20 +02:00
allcontributors[bot]
2783251d00
docs: update .all-contributorsrc [skip ci]
2020-11-07 07:47:42 +00:00
allcontributors[bot]
ac432968ae
docs: update README.md [skip ci]
2020-11-07 07:47:41 +00:00
rrhodes
26b5364cbd
issue 525: attach tutorialspoint link to iterator pattern
2020-10-19 11:24:39 -06:00
Ilkka Seppälä
f006782805
Merge pull request #1529 from mookkiah/issue_1500
...
issue 1500 - using JUnit 5 and resolved a build issue
2020-10-17 18:02:56 +03:00
Subhrodip Mohanta
38cc490e3f
update namespaces of different steps of build job
2020-10-17 10:14:49 +05:30
Subhrodip Mohanta
911cfd64af
Update maven-pr-builder.yml
2020-10-16 09:36:02 +05:30
Pavel Manannikov
2332520d67
#1284 Implement Version Number pattern
2020-10-13 20:17:25 +03:00
Rakesh Venkatesh
af1b611136
code refactor
2020-10-13 17:36:59 +02:00
Rakesh Venkatesh
4ff196ce35
Refactor the command pattern to use lambda functions
...
We can leverage the lambda expressins of Java 8 onwards
to implement command design pattern instead of traditional
non functional way
2020-10-13 16:45:19 +02:00
swarajsaaj
242ae6a412
#1510 Update class diagram
2020-10-11 00:22:28 +05:30
swarajsaaj
b689fe0a26
#1510 Fix comment length
2020-10-11 00:11:06 +05:30
swarajsaaj
7aea765dd1
#1510 Fix review comments
2020-10-10 23:57:53 +05:30
swarajsaaj
ea49cbfe94
Merge branch 'master' into #1510-Circuit-Breaker-Refactoring
2020-10-10 22:19:46 +05:30
Ilkka Seppälä
1f4a412e70
Merge pull request #1535 from ohbus/master
...
Cache SonarCloud packages
2020-10-10 18:51:00 +03:00
Domenico Sibilio
36d0a3718c
Update README.md
...
Missing word in sentence.
2020-10-06 18:24:47 +02:00
Ilkka Seppälä
195a735814
#508 fix SpaceStationMir logging
2020-10-04 14:50:48 +03:00
Ilkka Seppälä
633d45aa67
Fix typo
2020-10-04 14:33:01 +03:00
Ilkka Seppälä
adc267e48e
Merge pull request #1526 from xiaod-dev/translation-zh
...
Translation zh
2020-10-04 14:26:39 +03:00
Ilkka Seppälä
cc8d209c22
Merge pull request #1545 from iluwatar/all-contributors/add-ChFlick
...
docs: add ChFlick as a contributor
2020-10-04 14:24:48 +03:00
allcontributors[bot]
578b3528d5
docs: update .all-contributorsrc [skip ci]
2020-10-04 11:23:50 +00:00
allcontributors[bot]
5674f3c52e
docs: update README.md [skip ci]
2020-10-04 11:23:49 +00:00
Ilkka Seppälä
4ad2bfefad
Merge pull request #1525 from ChFlick/patch-1
...
Fix links on the event sourcing page
2020-10-04 14:21:25 +03:00
Ilkka Seppälä
e5d219609d
Add missing license headers
2020-10-04 14:17:28 +03:00
Ilkka Seppälä
21ca47a22e
Fix build
2020-10-04 14:17:10 +03:00
Ilkka Seppälä
ebd38bcfaa
Update license header
2020-10-04 14:09:36 +03:00
Subhrodip Mohanta
a3753807ae
add Caching of SonarCloud packages
2020-10-01 22:23:43 +05:30
Subhrodip Mohanta
64266d63fd
Merge pull request #1 from iluwatar/master
...
Update README.md
2020-10-01 22:18:53 +05:30
swarajsaaj
4f62070eb2
#1510 Revert pom to include all modules
2020-10-01 21:13:30 +05:30
swarajsaaj
b29bd66369
#1510 Improvments done in Circuit Breaker
2020-10-01 21:09:39 +05:30
Mahendran Mookkiah
ad435dd2fd
issue 1500 - using Junit 5 and resolved a build issue
2020-09-27 09:26:19 -04:00
Ilkka Seppälä
a125879d15
Update README.md
2020-09-26 13:01:58 +03:00
Mike
dac8e659ce
add facade pattern
2020-09-22 16:50:46 +08:00
Mike
a1515b3b52
finish builder and chain pattern
2020-09-22 11:13:25 +08:00
Christoph Flick
d2e070d21d
Fix links on the event sourcing page
2020-09-16 13:44:50 +02:00
Ilkka Seppälä
82eb41b641
Update README.md
2020-09-13 18:35:23 +03:00
Ilkka Seppälä
24e8fa1bad
Update README.md
2020-09-13 18:32:12 +03:00
Ilkka Seppälä
9017975276
Update README.md
2020-09-13 18:26:52 +03:00
Ilkka Seppälä
87093cf221
Update README.md
2020-09-13 18:23:54 +03:00
Ilkka Seppälä
6cb5b4a683
Update README.md
2020-09-13 18:19:35 +03:00
Ilkka Seppälä
e6ddff5f25
Update README.md
2020-09-13 18:15:17 +03:00
Ilkka Seppälä
b5fddd469a
Update README.md
2020-09-13 18:09:41 +03:00
Ilkka Seppälä
9cbc509c3a
Update README.md
2020-09-13 18:09:18 +03:00
Ilkka Seppälä
9c648cbdb8
Update README.md
2020-09-13 18:04:30 +03:00
Ilkka Seppälä
e6cca86e25
Update README.md
2020-09-13 17:59:12 +03:00
Ilkka Seppälä
c204b242df
Update README.md
2020-09-13 17:53:50 +03:00
Ilkka Seppälä
2e98dcf217
Update README.md
2020-09-13 17:39:10 +03:00
Ilkka Seppälä
9d44eea64f
Merge pull request #1524 from iluwatar/all-contributors/add-swarajsaaj
...
docs: add swarajsaaj as a contributor
2020-09-13 17:24:32 +03:00
allcontributors[bot]
6f592f5e8a
docs: update .all-contributorsrc [skip ci]
2020-09-13 14:23:53 +00:00
allcontributors[bot]
74b968942f
docs: update README.md [skip ci]
2020-09-13 14:23:52 +00:00
Ilkka Seppälä
ebc0e8b3cd
Merge pull request #1522 from swarajsaaj/master
...
#1313 Add Separated Interface pattern
2020-09-13 17:21:28 +03:00
swarajsaaj
9088ac51f6
#1313 Rename DomesticTax,ForeignTax and review fixes
2020-09-12 22:35:40 +05:30
Ilkka Seppälä
c8f7a8f0e6
Merge pull request #1523 from iluwatar/all-contributors/add-vdlald
...
docs: add vdlald as a contributor
2020-09-12 20:02:32 +03:00
allcontributors[bot]
c63af2ccbf
docs: update .all-contributorsrc [skip ci]
2020-09-12 17:00:59 +00:00
allcontributors[bot]
9f3f5322d2
docs: update README.md [skip ci]
2020-09-12 17:00:58 +00:00
Ilkka Seppälä
5607a4974c
Merge pull request #1517 from vdlald/847
...
847
2020-09-12 19:57:29 +03:00
Mike
93aa1046aa
translate decorator and factory method pattern in Chinese
2020-09-11 09:34:11 +08:00
swarajsaaj
a2967c5a40
#1313 Add documentation and license header
2020-09-10 03:22:00 +05:30
swarajsaaj
7fd7735527
#1313 Add separated-interface module to parent pom
2020-09-10 03:10:58 +05:30
swarajsaaj
f6942cf18d
#1313 Add Separated Interface design pattern
2020-09-10 02:57:56 +05:30
Ilkka Seppälä
ef326ee77e
Update README.md
2020-09-06 19:56:07 +03:00
Ilkka Seppälä
8b5f532a50
Update README.md
2020-09-06 19:55:38 +03:00
Ilkka Seppälä
a1da1e4973
Cleanup factory
2020-09-06 19:46:13 +03:00
Ilkka Seppälä
9d21dff855
Merge pull request #1520 from iluwatar/all-contributors/add-ravening
...
docs: add ravening as a contributor
2020-09-06 19:39:08 +03:00
Ilkka Seppälä
9d75592e8b
Merge branch 'master' into all-contributors/add-ravening
2020-09-06 19:38:44 +03:00
allcontributors[bot]
8d6738b729
docs: update .all-contributorsrc [skip ci]
2020-09-06 16:37:04 +00:00
allcontributors[bot]
3205dc2cf0
docs: update README.md [skip ci]
2020-09-06 16:37:03 +00:00
Ilkka Seppälä
16e1863ae7
Merge pull request #1519 from iluwatar/all-contributors/add-samilAyoub
...
docs: add samilAyoub as a contributor
2020-09-06 19:36:35 +03:00
allcontributors[bot]
b9db3c4763
docs: update .all-contributorsrc [skip ci]
2020-09-06 16:35:58 +00:00
allcontributors[bot]
d72206ba72
docs: update README.md [skip ci]
2020-09-06 16:35:57 +00:00
Ilkka Seppälä
922c699e49
Merge pull request #1516 from samilAyoub/add-simple-factory
...
Add Simple Factory Pattern implementation
2020-09-06 19:33:03 +03:00
Vladislav Golubinov
bab48efd7c
fix style
2020-09-06 12:01:48 +03:00
Vladislav Golubinov
29eecfd048
forgot to run the App
2020-09-06 11:52:16 +03:00
Vladislav Golubinov
87cf6b791c
refactor
2020-09-06 11:48:40 +03:00
Vladislav Golubinov
2e36a11e24
remove lombok, related to #1503
2020-09-06 11:42:39 +03:00
Samil Ayoub
bf41b1d9c9
Updates README.md:
...
- Adding class diagram
- Adding Pros and Cons
- replace "" with ''
2020-09-05 18:39:28 +01:00
Samil Ayoub
b3ef214cd6
Change tabs to spaces in pom.xml
2020-09-04 22:02:19 +01:00
Samil Ayoub
6caf78e4e5
updates :
...
- Using lambda expression to create cars
- Using spaces instead of tabs in pom.xml
2020-09-04 21:21:51 +01:00
Vladislav Golubinov
bd48d6ce10
refactor
2020-09-04 17:31:50 +03:00
Samil Ayoub
8b26452c75
bug fixing
2020-09-03 22:58:15 +01:00
Samil Ayoub
2bb252e08f
Clean the code
2020-09-03 22:41:55 +01:00
Samil Ayoub
a023cfbb1a
Merge branch 'master' into add-simple-factory
2020-09-03 22:26:49 +01:00
Samil Ayoub
badf0c6b8c
- README.md is added
...
- Change the name to factory is done
- Local variable type inference is used
2020-09-03 22:08:54 +01:00
Samil Ayoub
c9718a5227
add README file
2020-09-03 21:08:28 +01:00
Vladislav Golubinov
e89042a782
remove boilerplate code
2020-09-03 20:04:47 +03:00
Vladislav Golubinov
fb890e80dd
refactor
2020-09-03 20:02:52 +03:00
Samil Ayoub
b423fd30d4
Fix bugs, clean the code and add unit tests.
2020-09-02 18:12:42 +01:00
Ilkka Seppälä
3df8472bf8
Merge pull request #1515 from fedorskvorcov/fix-typo
...
Remove unnecessary word from text
2020-09-02 19:59:07 +03:00
Samil Ayoub
ac98b31b68
Add Maven Assembly plugin to pom.xml
2020-09-02 14:09:44 +01:00
Samil Ayoub
46b23f322f
Add Simple Factory Pattern implementation
...
Java source code demonstrate simple factory design pattern
2020-09-02 13:46:53 +01:00
Fedor
e231cd8d1a
Remove unnecessary word from text
2020-09-02 12:32:02 +03:00
Ilkka Seppälä
19378f3fdd
Update README.md
2020-09-01 20:25:39 +03:00
Ilkka Seppälä
3f4d637510
Update README.md
2020-09-01 20:18:10 +03:00
Ilkka Seppälä
25cca3547d
Update README.md
2020-09-01 20:06:47 +03:00
Ilkka Seppälä
b9b6777d15
Update README.md
2020-09-01 19:55:22 +03:00
Ilkka Seppälä
2a5b8c977a
Merge pull request #1514 from iluwatar/all-contributors/add-fedorskvorcov
...
docs: add fedorskvorcov as a contributor
2020-09-01 16:40:23 +03:00
allcontributors[bot]
daa94c7b6d
docs: update .all-contributorsrc [skip ci]
2020-09-01 13:39:33 +00:00
allcontributors[bot]
7aca64a3c9
docs: update README.md [skip ci]
2020-09-01 13:39:32 +00:00
Ilkka Seppälä
6628bccecc
Merge pull request #1513 from fedorskvorcov/fix-typo
...
Fix typo in comment
2020-09-01 16:38:44 +03:00
Fedor Skvorcov
aebdb88a83
Fix typo in comment
2020-09-01 09:51:46 +03:00
Ilkka Seppälä
9c0c17b87a
Merge pull request #1512 from xiaod-dev/translation-zh
...
Translation zh
2020-08-31 20:17:39 +03:00
Mike
20fac32ac2
finish Chinese translation of observer and strategy
2020-08-31 17:18:59 +08:00
Ilkka Seppälä
82842d614b
Update README.md
2020-08-30 20:08:34 +03:00
Ilkka Seppälä
9b71479d04
Update README.md
2020-08-30 19:34:10 +03:00
Ilkka Seppälä
3c4ae6c4ca
Update README.md
2020-08-30 19:17:45 +03:00
Ilkka Seppälä
9ff42389c6
Merge pull request #1511 from ohbus/master
...
Configure build to disable shallow clone
2020-08-30 11:52:13 +03:00
Subhrodip Mohanta
b80b9354c6
Update maven-ci.yml
2020-08-30 02:31:06 +05:30
Ilkka Seppälä
67d1d16e1f
Update README.md
2020-08-29 22:13:55 +03:00
Ilkka Seppälä
bc35911475
Update README.md
2020-08-29 22:02:10 +03:00
Ilkka Seppälä
b5c6a89ec9
Update README.md
2020-08-29 21:55:51 +03:00
Ilkka Seppälä
74360a7ecb
Update README.md
2020-08-29 21:51:32 +03:00
Ilkka Seppälä
3544a8366f
Update README.md
2020-08-29 21:38:58 +03:00
Ilkka Seppälä
bcca9beb4d
Update README.md
2020-08-29 21:29:15 +03:00
Ilkka Seppälä
6606d6cd08
Update README.md
2020-08-29 21:21:01 +03:00
Ilkka Seppälä
f3fd49870c
Update README.md
2020-08-29 21:05:30 +03:00
Ilkka Seppälä
1fbef60f37
Update README.md
2020-08-29 21:00:17 +03:00
Ilkka Seppälä
b77a05f0fb
Update README.md
2020-08-29 20:46:40 +03:00
Ilkka Seppälä
0ee03db4d0
Update README.md
2020-08-29 20:38:04 +03:00
Ilkka Seppälä
c541176b38
Update README.md
2020-08-29 20:26:37 +03:00
Ilkka Seppälä
b53856b64f
Merge pull request #1509 from ohbus/master
...
Cleaning up unnecessary code from the CI yaml and CI server version upgrade
2020-08-29 20:19:42 +03:00
Subhrodip Mohanta
1973d1bc63
Update maven-pr-builder.yml
...
upgraded build server runtime from Ubuntu 18.04 to 20.04 LTS for the PR builder as well
2020-08-29 19:35:20 +05:30
Subhrodip Mohanta
f5886325ec
Update maven-ci.yml
...
upgraded build server runtime from Ubuntu 18.04 to 20.04 LTS
2020-08-29 19:34:43 +05:30
Ilkka Seppälä
8afe4c314a
Update README.md
2020-08-29 16:56:52 +03:00
Ilkka Seppälä
2dd2cfb8ca
Update README.md
2020-08-29 16:49:45 +03:00
Ilkka Seppälä
8512c65aef
Update README.md
2020-08-29 16:42:46 +03:00
Ilkka Seppälä
6373f7b115
Update README.md
2020-08-29 16:38:20 +03:00
Ilkka Seppälä
e8b42bd135
Update README.md
2020-08-29 16:23:28 +03:00
Ilkka Seppälä
2bb2134636
Update README.md
2020-08-29 16:17:15 +03:00
Ilkka Seppälä
675b2f14b2
Update README.md
2020-08-29 16:10:59 +03:00
Subhrodip Mohanta
338c146c78
Update maven-pr-builder.yml
2020-08-29 17:39:50 +05:30
Subhrodip Mohanta
8135dbecdb
Update maven-ci.yml
2020-08-29 17:36:31 +05:30
Ilkka Seppälä
a4f2d14848
Update README.md
2020-08-29 12:01:23 +03:00
Ilkka Seppälä
96c16a8f3a
Update README.md
2020-08-29 11:29:30 +03:00
Subhrodip Mohanta
47e746c3ba
Update maven-pr-builder.yml
...
removed the if checking block for building Pull Requests as this was redundant code.
2020-08-28 12:26:27 +05:30
Subhrodip Mohanta
7118ccafa9
Update maven-ci.yml
...
Removed if clause for building code in main codebase from the CI pipeline.
2020-08-28 12:17:38 +05:30
Ilkka Seppälä
8983f9c11c
Update README.md
2020-08-26 21:55:05 +03:00
Ilkka Seppälä
9b464e0be1
Merge pull request #1507 from amit1307/upgrade-mockito-1486
...
Upgrade Mockito version
2020-08-26 21:20:11 +03:00
Amit Garg
b07d33f332
Upgrade Mockito version to latest
2020-08-26 00:09:30 +01:00
Amit Garg
6c4c6097be
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
2020-08-25 23:21:25 +01:00
Ilkka Seppälä
9dd46d7b4a
Update README.md
2020-08-25 21:42:42 +03:00
Ilkka Seppälä
723afb85ba
Set version for next development iteration
2020-08-25 21:21:36 +03:00
Ilkka Seppälä
a0e5d061cb
Milestone 1.23.0
2020-08-25 21:20:30 +03:00
Ilkka Seppälä
687648af0a
Merge pull request #1506 from iluwatar/all-contributors/add-stefanbirkner
...
docs: add stefanbirkner as a contributor
2020-08-25 17:43:29 +03:00
allcontributors[bot]
96aa21d0e8
docs: update .all-contributorsrc [skip ci]
2020-08-25 14:42:54 +00:00
allcontributors[bot]
b8f83c326d
docs: update README.md [skip ci]
2020-08-25 14:42:53 +00:00
Ilkka Seppälä
15d795bf8a
Merge pull request #1505 from stefanbirkner/system-lambda
...
Replace System Rules with System Lambda
2020-08-25 17:41:09 +03:00
Stefan Birkner
3754c66604
Replace System Rules with System Lambda
...
System Lambda is more specific. It only wraps the part of the code that
produces the output.
2020-08-24 23:20:03 +02:00
Ilkka Seppälä
6d83ceba28
Update README.md
2020-08-23 18:53:57 +03:00
Ilkka Seppälä
015b418114
Update README.md
2020-08-23 18:03:29 +03:00
Ilkka Seppälä
0cba307844
Fix readme filename
2020-08-23 17:06:37 +03:00
Ilkka Seppälä
a66edc84a0
Merge pull request #1504 from iluwatar/all-contributors/add-mkrzywanski
...
docs: add mkrzywanski as a contributor
2020-08-23 17:00:32 +03:00
allcontributors[bot]
c18282ad5d
docs: update .all-contributorsrc [skip ci]
2020-08-23 13:59:15 +00:00
allcontributors[bot]
7411ea86bf
docs: update README.md [skip ci]
2020-08-23 13:59:14 +00:00
Ilkka Seppälä
ef033b66a6
Merge pull request #1499 from mkrzywanski/pattern/filterer
...
Filterer pattern
2020-08-23 16:56:06 +03:00
Michal Krzywanski
e65b65257e
fixing typos in readme file, introducing var local type inference where possible
2020-08-23 11:00:15 +02:00
Michal Krzywanski
3d9afbaeec
fixed typo in read me
2020-08-22 18:24:41 +02:00
Michal Krzywanski
61a819aab8
Added fixes after review. Changed example pattern application to threat detection domain
2020-08-22 18:11:14 +02:00
Ilkka Seppälä
61b95c294b
Update github token
2020-08-22 14:49:56 +03:00
Ilkka Seppälä
4068d1fead
Update sonar badges
2020-08-22 14:03:21 +03:00
Ilkka Seppälä
b284230ecf
Merge pull request #1502 from iluwatar/all-contributors/add-edycutjong
...
docs: add edycutjong as a contributor
2020-08-21 18:01:31 +03:00
allcontributors[bot]
0529b77abb
docs: update .all-contributorsrc [skip ci]
2020-08-21 15:00:49 +00:00
allcontributors[bot]
a2ae5d1324
docs: update README.md [skip ci]
2020-08-21 15:00:48 +00:00
Ilkka Seppälä
25159ed9a8
Merge pull request #1501 from iluwatar/all-contributors/add-ToxicDreamz
...
docs: add ToxicDreamz as a contributor
2020-08-21 17:35:37 +03:00
allcontributors[bot]
7f09cd5b2d
docs: update .all-contributorsrc [skip ci]
2020-08-21 14:34:24 +00:00
allcontributors[bot]
b388020fc0
docs: update README.md [skip ci]
2020-08-21 14:34:23 +00:00
Ilkka Seppälä
0c552effc3
Merge pull request #1492 from ToxicDreamz/SonarCloud-Reports-Issue#1012
...
Fixed most reported issues by SonarCloud.
2020-08-21 17:25:16 +03:00
Michal Krzywanski
905b5dc6d8
Implemented filterer pattern
2020-08-21 11:51:43 +02:00
Toxic Dreamz
885c8a6765
Fixed a test-case issue within the dirty-flag module.
2020-08-20 01:21:03 +04:00
Toxic Dreamz
6b5b2ac1e8
Merge remote-tracking branch 'origin/SonarCloud-Reports-Issue#1012' into SonarCloud-Reports-Issue#1012
2020-08-20 01:03:50 +04:00
Toxic Dreamz
c35b98b4d7
Fixed pom.xml issues within the dirty-flag and partial-response modules that were causing build failures.
2020-08-20 01:01:03 +04:00
Toxic Dreamz
f5fddeb7f0
Merge branch 'master' into SonarCloud-Reports-Issue#1012
2020-08-19 23:29:36 +04:00
Toxic Dreamz
292ec5b8e5
Merge branch 'SonarCloud-Reports-Issue#1012'
...
# Conflicts:
# pom.xml
2020-08-19 23:27:43 +04:00
Toxic Dreamz
60d87789a6
Merge pull request #1 from iluwatar/master
...
Fork Update
2020-08-19 23:26:19 +04:00
Toxic Dreamz
860453b46b
Fixed JUnit tests causing build issues due to mixing JUnit 4 & JUnit 5
2020-08-19 23:14:37 +04:00
Toxic Dreamz
6921b0dce0
Fixed checkstyle errors causing build failures.
2020-08-19 13:27:08 +04:00
Mike Liu
1e385056fc
finish translate adapter pattern into chinese
2020-08-19 17:10:14 +08:00
Ilkka Seppälä
847585334c
Update README.md
2020-08-18 20:09:04 +03:00
Ilkka Seppälä
9bb0b6fe6f
Merge pull request #1498 from iluwatar/all-contributors/add-ohbus
...
docs: add ohbus as a contributor
2020-08-18 19:46:13 +03:00
allcontributors[bot]
31881f500d
docs: update .all-contributorsrc [skip ci]
2020-08-18 16:45:38 +00:00
allcontributors[bot]
06f20570b6
docs: update README.md [skip ci]
2020-08-18 16:45:37 +00:00
Ilkka Seppälä
017ee23793
Merge pull request #1497 from iluwatar/all-contributors/add-nahteb
...
docs: add nahteb as a contributor
2020-08-18 19:42:38 +03:00
allcontributors[bot]
6c7715ace6
docs: update .all-contributorsrc [skip ci]
2020-08-18 16:42:03 +00:00
allcontributors[bot]
ef43af3b23
docs: update README.md [skip ci]
2020-08-18 16:42:02 +00:00
Ilkka Seppälä
95e513b6ec
Edit readme
2020-08-17 19:49:00 +03:00
Ilkka Seppälä
194040543e
Merge pull request #1493 from ohbus/master
...
updated workflows
2020-08-17 19:18:39 +03:00
Ilkka Seppälä
846a174ade
Merge pull request #1496 from iluwatar/all-contributors/add-ohbus
...
docs: add ohbus as a contributor
2020-08-17 19:14:47 +03:00
allcontributors[bot]
7f60f7be25
docs: update .all-contributorsrc [skip ci]
2020-08-17 16:14:04 +00:00
allcontributors[bot]
cfb58191ea
docs: update README.md [skip ci]
2020-08-17 16:14:03 +00:00
Ilkka Seppälä
82bf9fdd61
Merge pull request #1494 from nahteb/fix-typo
...
Fix typo in README for Observer pattern
2020-08-17 19:13:25 +03:00
Ilkka Seppälä
be552d0ece
Merge pull request #1495 from iluwatar/all-contributors/add-xdvrx1
...
docs: add xdvrx1 as a contributor
2020-08-17 19:11:05 +03:00
allcontributors[bot]
d584404df6
docs: update .all-contributorsrc [skip ci]
2020-08-17 16:10:21 +00:00
allcontributors[bot]
353a2d9fcf
docs: update README.md [skip ci]
2020-08-17 16:10:20 +00:00
Subhrodip Mohanta
8c5740563d
reverted the copyright year back to 2019
2020-08-17 19:12:54 +05:30
Bethan Palmer
89bda692f8
Fix typo in README
...
The log message in the Orcs class should say orcs instead of hobbits.
This is correct in the code example but wrong in the README.
2020-08-17 07:47:30 +01:00
Subhrodip Mohanta
241f93f3cc
updated cache to v2 and removed SQ analysis
2020-08-17 11:28:33 +05:30
Toxic Dreamz
57e45a329f
Fixed a whitespace and spelling issue that was causing the test case to fail.
2020-08-16 22:35:15 +04:00
Subhrodip Mohanta
79a6af703e
updated copyright year to 2020
2020-08-16 12:49:21 +05:30
Subhrodip Mohanta
00d06871f4
updated workflows
2020-08-16 12:42:08 +05:30
Toxic Dreamz
133ef52898
Fixed an issue with the order of imports that was causing build failures.
2020-08-15 22:19:27 +04:00
Ilkka Seppälä
7afb065a10
Upgrade urm plugin to latest version
2020-08-15 20:59:11 +03:00
Ilkka Seppälä
af9f8fe4e1
Merge pull request #1491 from iluwatar/all-contributors/add-xdvrx1
...
docs: add xdvrx1 as a contributor
2020-08-15 20:54:25 +03:00
allcontributors[bot]
a1c96ede13
docs: update .all-contributorsrc [skip ci]
2020-08-15 17:53:38 +00:00
allcontributors[bot]
0d2c4abe5a
docs: update README.md [skip ci]
2020-08-15 17:53:37 +00:00
Toxic Dreamz
31471acb69
Fixed most reported issues by SonarCloud.
2020-08-15 21:47:39 +04:00
Ilkka Seppälä
e7e3ace01f
Merge pull request #1489 from iluwatar/all-contributors/add-RayYH
...
docs: add RayYH as a contributor
2020-08-11 17:30:33 +03:00
allcontributors[bot]
41dacc2e2e
docs: update .all-contributorsrc [skip ci]
2020-08-11 14:29:45 +00:00
allcontributors[bot]
dc7bf6190d
docs: update README.md [skip ci]
2020-08-11 14:29:44 +00:00
Ilkka Seppälä
98d2dc0104
Merge pull request #1487 from RayYH/master
...
fix word typo
2020-08-11 17:29:06 +03:00
Ilkka Seppälä
870d44b127
Fix layout
2020-08-11 17:26:05 +03:00
Ilkka Seppälä
834f20911b
Merge pull request #1488 from iluwatar/all-contributors/add-ashishtrivedi16
...
docs: add ashishtrivedi16 as a contributor
2020-08-11 17:23:22 +03:00
allcontributors[bot]
2b7949ce6a
docs: update .all-contributorsrc [skip ci]
2020-08-11 14:21:59 +00:00
allcontributors[bot]
4ffab7da85
docs: update README.md [skip ci]
2020-08-11 14:21:58 +00:00
Ilkka Seppälä
1683fbdf9c
Clean up Transaction Script
2020-08-11 17:17:25 +03:00
Ilkka Seppälä
d091e369ec
Merge pull request #1480 from ashishtrivedi16/master
...
#1321 Transaction script model implementation
2020-08-11 16:59:48 +03:00
rayyh
b91bbc773d
fix word typo
2020-08-11 14:19:39 +08:00
Ashish Trivedi
3c07a42e9d
#1321 Updated UML diagram
2020-08-11 00:23:00 +05:30
Ashish Trivedi
e99bcf772b
#1321 Added comments about TS
2020-08-11 00:21:46 +05:30
Ilkka Seppälä
2d16e5afbf
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
2020-08-10 16:27:28 +03:00
Ilkka Seppälä
2c6f1832b0
Merge pull request #1485 from amit1307/logging-api-gateway-1338
...
Add logging in API Gateway
2020-08-10 16:26:18 +03:00
Ilkka Seppälä
04a2be0c99
Update readme
2020-08-10 16:25:06 +03:00
Ilkka Seppälä
10815b6469
Fix tags
2020-08-10 16:05:52 +03:00
Ashish Trivedi
75b10ed657
#1321
2020-08-10 13:21:24 +05:30
Ashish Trivedi
108532d8dd
#1321
2020-08-10 13:12:12 +05:30
Ashish Trivedi
5527cf4234
#1321 Renamed main class
2020-08-10 13:06:46 +05:30
Ashish Trivedi
4008ae41b5
#1321
2020-08-10 13:02:35 +05:30
Ashish Trivedi
8166a1835d
Merge remote-tracking branch 'origin/master'
2020-08-10 13:01:30 +05:30
Ashish Trivedi
4c9cad5475
#1321 Updated README
2020-08-10 13:01:12 +05:30
Ashish Trivedi
24126edd86
Update Hotel.java
2020-08-10 12:54:46 +05:30
Ashish Trivedi
c0edac0046
Rename TransactionScriptApp.java to App.java
2020-08-10 12:53:13 +05:30
Ashish Trivedi
f5c337981b
Rename Readme.md to README.md
2020-08-10 12:52:37 +05:30
Ashish Trivedi
5441db6582
Update pom.xml
2020-08-10 12:52:15 +05:30
Ashish Trivedi
87f3a4d956
Delete module-info.java
2020-08-10 12:48:55 +05:30
Ashish Trivedi
31d753e59d
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-10 00:25:43 +05:30
Ashish Trivedi
6cef98d41e
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-10 00:25:01 +05:30
Ilkka Seppälä
7450456dae
Add syntax highlighting
2020-08-09 21:54:54 +03:00
Ashish Trivedi
45e416928d
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-10 00:24:44 +05:30
Ashish Trivedi
94c131f7e9
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-10 00:24:33 +05:30
Ashish Trivedi
5eb9b98e78
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-10 00:24:20 +05:30
Ilkka Seppälä
8305e9365d
Fix typos
2020-08-09 21:49:00 +03:00
Ilkka Seppälä
04e3368a81
Merge pull request #1482 from vINCENT8888801/private-class-data-explanation
...
Private class data explanation
2020-08-09 21:27:34 +03:00
Amit Garg
d219a104c7
Add logging in API Gateway
2020-08-09 18:13:24 +01:00
Wei Seng
700f5c6d27
corrected some typo
2020-08-09 18:22:40 +08:00
Wei Seng
f4fa73cd48
Update README.md
...
Increase clarity
2020-08-09 16:28:40 +08:00
Ashish_Trivedi
e09de2fb36
#1321
2020-08-09 01:58:19 +05:30
Ashish_Trivedi
a59c9bba97
#1321
2020-08-09 01:39:51 +05:30
Ashish_Trivedi
7acc5fbf95
#1321
...
Resolved conflicts and used var wherever possible
2020-08-09 01:33:19 +05:30
Ashish Trivedi
bdf2145b3f
Merge branch 'master' into master
2020-08-09 01:17:07 +05:30
Ilkka Seppälä
1e90d0d645
Merge pull request #1484 from iluwatar/all-contributors/add-vINCENT8888801
...
docs: add vINCENT8888801 as a contributor
2020-08-08 22:44:51 +03:00
allcontributors[bot]
b8c0985b97
docs: update .all-contributorsrc [skip ci]
2020-08-08 19:44:04 +00:00
allcontributors[bot]
c40d6ae9d7
docs: update README.md [skip ci]
2020-08-08 19:44:03 +00:00
Ilkka Seppälä
76bfc68cd6
Merge pull request #1481 from vINCENT8888801/some-minor-spelling-error
...
Some minor spelling error in comment
2020-08-08 22:43:05 +03:00
Ilkka Seppälä
d0ed10a619
Merge pull request #1479 from anuragagarwal561994/java-11
...
Java 11 remaining pattern
2020-08-08 22:32:43 +03:00
Ashish Trivedi
5bfaeffecf
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-09 00:51:44 +05:30
Ashish Trivedi
c0acaf073b
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-09 00:51:36 +05:30
Ashish Trivedi
9f190c59c4
Update transaction-script/Readme.md
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-08-09 00:51:28 +05:30
Wei Seng
50ed5ca699
Some minor spelling error in comment
2020-08-09 03:15:26 +08:00
Wei Seng
08cec0e254
Update README.md
2020-08-09 03:10:43 +08:00
Wei Seng
1f6e6f34ea
Update README.md
2020-08-09 03:09:53 +08:00
Anurag Agarwal
134ccdb5a1
Corrects condition
2020-08-08 11:56:34 +00:00
Ashish Trivedi
fa68789cd5
#1321 Updated readme and add UML diagram
2020-08-08 15:49:14 +05:30
Anurag Agarwal
8b92bc6bb6
Corrects README.md
2020-08-08 00:53:30 +00:00
Anurag Agarwal
8e060ad0ad
Refactors null object pattern to java-11
2020-08-08 00:46:08 +00:00
Anurag Agarwal
a5038c4329
Uses java-11 in naked objects
2020-08-08 00:41:58 +00:00
Ilkka Seppälä
b0ac4c1ca3
#590 explanation for Arrange/Act/Assert
2020-08-07 19:10:50 +03:00
Ilkka Seppälä
0ead283f55
Merge pull request #1475 from ravening/simplify_observer
...
Use enums instead os switch blocks
2020-08-05 17:59:52 +03:00
Ilkka Seppälä
888af23219
Merge pull request #1220 from anuragagarwal561994/java-11
...
Java 11 (patterns with m)
2020-08-05 17:38:54 +03:00
Rakesh Venkatesh
0c83ccc2fe
Use enums instead os switch blocks
...
Its better to use enums instead of switch
blocks which makes the code longer and difficult
to maintain as and when new state appears.
2020-08-05 15:50:05 +02:00
Anurag Agarwal
a7095602d6
Refactors using var
2020-08-04 21:46:30 +00:00
Anurag Agarwal
4b38746ce9
Removes usage of Dictionary
2020-08-04 21:41:25 +00:00
Ilkka Seppälä
cd20e7a3f4
Minor readme fixes
2020-08-04 21:45:16 +03:00
Ilkka Seppälä
7f29c2455f
#590 explanation for Ambassador
2020-08-04 21:36:08 +03:00
Ilkka Seppälä
51e8900d31
Merge pull request #1474 from iluwatar/all-contributors/add-ravening
...
docs: add ravening as a contributor
2020-08-04 17:48:52 +03:00
allcontributors[bot]
20a5dde8a4
docs: update .all-contributorsrc [skip ci]
2020-08-04 14:48:06 +00:00
allcontributors[bot]
bf4706addf
docs: update README.md [skip ci]
2020-08-04 14:48:05 +00:00
Ilkka Seppälä
97285d3724
Merge pull request #1472 from ravening/command
...
#1324 Use interfaces in command pattern
2020-08-04 17:47:32 +03:00
Rakesh Venkatesh
f234baf258
Cleanup code
2020-08-04 16:34:41 +02:00
Ilkka Seppälä
ca58fa3f21
#590 add related patterns to Abstract Factory
2020-08-04 17:31:33 +03:00
Anurag Agarwal
ca7192889d
Fixes test cases for master-worker-pattern
2020-08-03 18:50:45 +00:00
Ilkka Seppälä
fa3b93bf8d
#590 fix diagram
2020-08-03 21:25:13 +03:00
Ilkka Seppälä
a7b4194a71
#590 explanation for Aggregator Microservices
2020-08-03 21:09:31 +03:00
Anurag Agarwal
054b1eaac6
Resolves test failures
2020-08-03 15:59:28 +00:00
Anurag Agarwal
44a654a2e3
Resolves CR comments
2020-08-03 15:45:29 +00:00
Anurag Agarwal
10988526a2
Merge branch 'master' of github.com:iluwatar/java-design-patterns into java-11
2020-08-03 15:42:18 +00:00
Rakesh Venkatesh
b9f17824fa
removing unwanted modifiers
2020-08-03 17:38:03 +02:00
Rakesh Venkatesh
3ae7466647
Typically command pattern is implemented using
...
interfaces and concrete classes. Refactor the
code to use the same
2020-08-03 16:51:30 +02:00
Ilkka Seppälä
9ff5b9e7c0
Fix merge
2020-08-03 16:49:46 +03:00
Ilkka Seppälä
4941e8ebc4
Merge pull request #1471 from iluwatar/all-contributors/add-charlesfinley
...
docs: add charlesfinley as a contributor
2020-08-03 16:35:28 +03:00
Ilkka Seppälä
081d789749
Merge branch 'master' into all-contributors/add-charlesfinley
2020-08-03 16:34:41 +03:00
allcontributors[bot]
f84f7b973c
docs: update .all-contributorsrc [skip ci]
2020-08-03 13:30:52 +00:00
allcontributors[bot]
83acaa82d4
docs: update README.md [skip ci]
2020-08-03 13:30:51 +00:00
Ilkka Seppälä
b0ded54c66
Cleanup
2020-08-02 22:48:54 +03:00
Ilkka Seppälä
689cc8b59b
Update surefire and minor improvements
2020-08-02 11:55:13 +03:00
Ilkka Seppälä
8c7dd72d5a
Merge pull request #1470 from charlesfinley/master
...
Updated ${artifactId} to ${project.artifactId}
2020-08-02 11:51:14 +03:00
Matt Dolan
14487261d0
Use of ${artifactId} is deprecated and should be updated to ${project.artifactId}
2020-08-02 00:03:36 -04:00
Ilkka Seppälä
a9b7111b39
work on Abstract Factory readme
2020-08-01 16:26:14 +03:00
Ilkka Seppälä
b3bfd43bff
#590 update Acyclic Visitor class diagram
2020-08-01 15:54:46 +03:00
Ilkka Seppälä
6a8297598e
#1047 remove module infos
2020-08-01 15:19:09 +03:00
Ilkka Seppälä
7ac8eba434
#590 explanation for Acyclic Visitor
2020-08-01 15:18:32 +03:00
Ilkka Seppälä
595086aa13
Merge pull request #1467 from iluwatar/all-contributors/add-raja-peeyush-kumar-singh
...
docs: add raja-peeyush-kumar-singh as a contributor
2020-08-01 12:49:06 +03:00
allcontributors[bot]
38791a6a66
docs: update .all-contributorsrc [skip ci]
2020-08-01 09:48:24 +00:00
allcontributors[bot]
27c40826de
docs: update README.md [skip ci]
2020-08-01 09:48:23 +00:00
Ilkka Seppälä
d1d67bcb6c
Merge pull request #1466 from iluwatar/all-contributors/add-nishant
...
docs: add nishant as a contributor
2020-08-01 11:46:28 +03:00
allcontributors[bot]
d41077f355
docs: update .all-contributorsrc [skip ci]
2020-08-01 08:45:39 +00:00
allcontributors[bot]
e4473e5c88
docs: update README.md [skip ci]
2020-08-01 08:45:38 +00:00
Ilkka Seppälä
7af544998d
Merge pull request #1465 from iluwatar/all-contributors/add-MananS77
...
docs: add MananS77 as a contributor
2020-08-01 11:08:05 +03:00
allcontributors[bot]
0a2c87d49a
docs: update .all-contributorsrc [skip ci]
2020-08-01 08:07:21 +00:00
allcontributors[bot]
15eb49e574
docs: update README.md [skip ci]
2020-08-01 08:07:20 +00:00
Ilkka Seppälä
661f9e1373
Merge pull request #1464 from iluwatar/all-contributors/add-charlesfinley
...
docs: add charlesfinley as a contributor
2020-08-01 10:42:44 +03:00
allcontributors[bot]
7908d38604
docs: update .all-contributorsrc [skip ci]
2020-08-01 07:41:48 +00:00
allcontributors[bot]
41020982de
docs: update README.md [skip ci]
2020-08-01 07:41:47 +00:00
Ilkka Seppälä
43569ecd66
Merge pull request #1463 from charlesfinley/master
...
Fixes Issue #1462 - Unit Test assertEquals parameters are reversed
2020-08-01 10:39:20 +03:00
Matt Dolan
fb6507ceda
Corrected assertEquals order for expected, actual.
2020-07-31 22:52:23 -04:00
Matt Dolan
29f799c815
Corrected assertEquals order for expected, actual.
2020-07-31 22:50:48 -04:00
Ilkka Seppälä
55bb1f11e0
#590 fix typo
2020-07-30 21:57:07 +03:00
Ilkka Seppälä
8364b289b4
#590 explanation for Abstract Document
2020-07-30 21:39:11 +03:00
Ilkka Seppälä
417f21ed3d
Code cleanup ( #1461 )
...
* Code cleanup
* Fix flux tests
* Fix checkstyle errors
* Fix compile error
2020-07-30 20:28:47 +03:00
allcontributors[bot]
5381387026
docs: add xiaod-dev as a contributor ( #1460 )
...
* 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-07-29 21:03:29 +03:00
allcontributors[bot]
f95aadc8f5
docs: add hbothra15 as a contributor ( #1459 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* fix merge
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 20:42:45 +03:00
allcontributors[bot]
402b753480
docs: add webpro as a contributor ( #1458 )
...
* 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-07-29 20:24:01 +03:00
allcontributors[bot]
6a28d09a3c
docs: add zd-zero as a contributor ( #1457 )
...
* 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-07-29 20:22:29 +03:00
allcontributors[bot]
1e38edec15
docs: add rachelcarmena as a contributor ( #1456 )
...
* 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-07-29 20:21:07 +03:00
allcontributors[bot]
ec7a2025f0
docs: add iamrichardjones as a contributor ( #1455 )
...
* 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-07-29 20:19:47 +03:00
allcontributors[bot]
de79019ece
docs: add Jahhein as a contributor ( #1454 )
...
* 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-07-29 20:18:15 +03:00
allcontributors[bot]
f2ac53edca
docs: add Bobo1239 as a contributor ( #1453 )
...
* 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-07-29 20:16:54 +03:00
allcontributors[bot]
c9e30390d3
docs: add vertti as a contributor ( #1452 )
...
* 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-07-29 20:14:42 +03:00
allcontributors[bot]
f49f9a15b6
docs: add d4gg4d as a contributor ( #1451 )
...
* 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-07-29 20:13:24 +03:00
allcontributors[bot]
f878bf63aa
docs: add sivasubramanim as a contributor ( #1450 )
...
* 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-07-29 20:11:51 +03:00
allcontributors[bot]
51ef7176b1
docs: add grzesiekkedzior as a contributor ( #1449 )
...
* 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-07-29 20:08:47 +03:00
allcontributors[bot]
46d4155328
docs: update .all-contributorsrc [skip ci]
2020-07-29 17:08:13 +00:00
allcontributors[bot]
a968dce586
docs: update README.md [skip ci]
2020-07-29 17:08:12 +00:00
allcontributors[bot]
047285aed7
docs: add PalAditya as a contributor ( #1448 )
...
* 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-07-29 20:07:30 +03:00
allcontributors[bot]
4db3a1cfb2
docs: add varunu28 as a contributor ( #1447 )
...
* 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-07-29 20:06:01 +03:00
allcontributors[bot]
075fbe7433
docs: add yorlov as a contributor ( #1446 )
...
* 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-07-29 20:04:33 +03:00
allcontributors[bot]
1f0a24cefa
docs: add trautonen as a contributor ( #1445 )
...
* 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-07-29 19:59:40 +03:00
allcontributors[bot]
69341ff712
docs: add IAmPramod as a contributor ( #1443 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:53:14 +03:00
allcontributors[bot]
a1b2ab129e
docs: add Amarnath510 as a contributor ( #1442 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:51:03 +03:00
allcontributors[bot]
87c2644842
docs: add Anurag870 as a contributor ( #1441 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:49:20 +03:00
allcontributors[bot]
1d025b7019
docs: add Deathnerd as a contributor ( #1440 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:47:29 +03:00
allcontributors[bot]
34a36cb519
docs: add Harshrajsinh as a contributor ( #1439 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:45:07 +03:00
allcontributors[bot]
62ac59afda
docs: add MaVdbussche as a contributor ( #1438 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:43:26 +03:00
allcontributors[bot]
beffc87deb
docs: add alexsomai as a contributor ( #1437 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:41:47 +03:00
allcontributors[bot]
706c5092c1
docs: add amogozov as a contributor ( #1436 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:40:00 +03:00
allcontributors[bot]
e222a69964
docs: add anthonycampbell as a contributor ( #1435 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:38:23 +03:00
allcontributors[bot]
9483888b5e
docs: add christophercolumbusdog as a contributor ( #1434 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:36:36 +03:00
allcontributors[bot]
73d55afd58
docs: add dzmitryh as a contributor ( #1433 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:34:58 +03:00
allcontributors[bot]
1f900d164d
docs: add jjjimenez100 as a contributor ( #1432 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:33:18 +03:00
allcontributors[bot]
5d21a03acd
docs: add kaiwinter as a contributor ( #1431 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:31:35 +03:00
allcontributors[bot]
6c9b912620
docs: add lbroman as a contributor ( #1430 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:29:55 +03:00
allcontributors[bot]
7fdcd2ec5a
docs: add pnowy as a contributor ( #1429 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:28:18 +03:00
allcontributors[bot]
dafe495610
docs: add prafful1 as a contributor ( #1428 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:26:38 +03:00
allcontributors[bot]
6f0035e7c2
docs: add sankypanhale as a contributor ( #1427 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:25:03 +03:00
allcontributors[bot]
652a68b134
docs: add staillebois as a contributor ( #1426 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:23:12 +03:00
allcontributors[bot]
b5fac5cf86
docs: add valdar-hu as a contributor ( #1425 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:21:22 +03:00
allcontributors[bot]
ecb7b44f97
docs: add vanogrid as a contributor ( #1424 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:19:24 +03:00
allcontributors[bot]
1841fba831
docs: add yosfik as a contributor ( #1423 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:17:45 +03:00
allcontributors[bot]
325f0d93b2
docs: add 7agustibm as a contributor ( #1422 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:16:02 +03:00
allcontributors[bot]
efd8c8156e
docs: add Juaanma as a contributor ( #1421 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:14:26 +03:00
allcontributors[bot]
ae57ec75f3
docs: add LuigiCortese as a contributor ( #1420 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:12:46 +03:00
allcontributors[bot]
47acedaaf7
docs: add Rzeposlaw as a contributor ( #1419 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 19:10:44 +03:00
allcontributors[bot]
65d627b2ed
docs: add akrystian as a contributor ( #1418 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:49:46 +03:00
allcontributors[bot]
b4e4cf9cfe
docs: add baislsl as a contributor ( #1417 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:48:09 +03:00
allcontributors[bot]
b67a019c48
docs: add besok as a contributor ( #1416 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:45:53 +03:00
allcontributors[bot]
1bbae5fd5a
docs: add dmitraver as a contributor ( #1415 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:44:29 +03:00
allcontributors[bot]
d11b2f06ea
docs: add fanofxiaofeng as a contributor ( #1414 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:42:55 +03:00
allcontributors[bot]
2a66fec6fe
docs: add hoangnam2261 as a contributor ( #1413 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:41:17 +03:00
allcontributors[bot]
a475df845b
docs: add jarpit96 as a contributor ( #1412 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:38:07 +03:00
allcontributors[bot]
1bc77a80f2
docs: add joningiwork as a contributor ( #1411 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:36:27 +03:00
allcontributors[bot]
9b5ae765fc
docs: add kirill-vlasov as a contributor ( #1410 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:34:45 +03:00
allcontributors[bot]
8e268cf261
docs: add mitchellirvin as a contributor ( #1409 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:32:59 +03:00
allcontributors[bot]
fe2f8f74a1
docs: add ranjeet-floyd as a contributor ( #1408 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:29:41 +03:00
allcontributors[bot]
e2a42b0051
docs: add Alwayswithme as a contributor ( #1407 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:28:10 +03:00
allcontributors[bot]
54bb02f691
docs: add MSaifAsif as a contributor ( #1406 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:26:34 +03:00
allcontributors[bot]
a70213f852
docs: add kanwarpreet25 as a contributor ( #1405 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:25:03 +03:00
allcontributors[bot]
19929d9e72
docs: add leonmak as a contributor ( #1404 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:23:23 +03:00
allcontributors[bot]
09880e3850
docs: add perwramdemark as a contributor ( #1403 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:21:41 +03:00
allcontributors[bot]
96bfb8bd9f
docs: add waisuan as a contributor ( #1402 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:19:53 +03:00
allcontributors[bot]
a727a1d05b
docs: add AnaghaSasikumar as a contributor ( #1401 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:18:07 +03:00
allcontributors[bot]
46fdc5a54f
docs: add christofferh as a contributor ( #1400 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:16:12 +03:00
allcontributors[bot]
8137609e2f
docs: add dgruntz as a contributor ( #1399 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:14:30 +03:00
allcontributors[bot]
e924c9399a
docs: add hannespernpeintner as a contributor ( #1398 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:12:47 +03:00
allcontributors[bot]
d791c78501
docs: add leogtzr as a contributor ( #1397 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:11:09 +03:00
allcontributors[bot]
ba485e2c3e
docs: add npczwh as a contributor ( #1396 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:09:00 +03:00
allcontributors[bot]
be54dc1c7e
docs: add oconnelc as a contributor ( #1395 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:07:15 +03:00
allcontributors[bot]
ec80402fe5
docs: add giorgosmav21 as a contributor ( #1394 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:05:22 +03:00
allcontributors[bot]
d1de465780
docs: add hbothra15 as a contributor ( #1393 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:02:13 +03:00
allcontributors[bot]
c2fb591749
docs: add igeligel as a contributor ( #1392 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 18:00:07 +03:00
allcontributors[bot]
c5479cc882
docs: add llorllale as a contributor ( #1391 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:58:00 +03:00
allcontributors[bot]
7968615ad4
docs: add mookkiah as a contributor ( #1390 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:55:53 +03:00
allcontributors[bot]
c0d7c8922e
docs: add Azureyjt as a contributor ( #1388 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:53:30 +03:00
allcontributors[bot]
5a23fab795
docs: add vehpsr as a contributor ( #1389 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:50:53 +03:00
allcontributors[bot]
8c21809dad
docs: add ThatGuyWithTheHat as a contributor ( #1387 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:49:00 +03:00
allcontributors[bot]
37bffb4a99
docs: add gopinath-langote as a contributor ( #1386 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:47:06 +03:00
allcontributors[bot]
8182405796
docs: add hoswey as a contributor ( #1385 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:44:05 +03:00
allcontributors[bot]
39e5436ed5
docs: add amit2103 as a contributor ( #1384 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:41:35 +03:00
allcontributors[bot]
8d6791490b
docs: add gwildor28 as a contributor ( #1383 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:39:11 +03:00
allcontributors[bot]
eb8ddde98f
docs: add llitfkitfk as a contributor ( #1382 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-29 17:36:32 +03:00
Ilkka Seppälä
0358fcec4c
update readme
2020-07-28 20:53:31 +03:00
allcontributors[bot]
023865ad4c
docs: add pitsios-s as a contributor ( #1381 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-28 20:45:59 +03:00
allcontributors[bot]
60ab9fa3ce
docs: add qza as a contributor ( #1380 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-28 20:43:09 +03:00
allcontributors[bot]
f85e4db0be
docs: add Tschis as a contributor ( #1379 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-28 20:40:11 +03:00
allcontributors[bot]
2b095bec28
docs: add ankurkaushal as a contributor ( #1378 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-28 20:37:11 +03:00
allcontributors[bot]
cfba28f9a4
docs: add okinskas as a contributor ( #1377 )
...
* 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: Ilkka Seppälä <ilkka.seppala@gofore.com>
2020-07-28 20:33:05 +03:00
allcontributors[bot]
c0d2c7fdb0
docs: add robertt240 as a contributor ( #1376 )
...
* 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-07-28 20:23:30 +03:00
allcontributors[bot]
96344142e9
docs: add sideris as a contributor ( #1375 )
...
* 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-07-28 18:52:31 +03:00
Ilkka Seppälä
0bc3756250
update all-contributors config
2020-07-28 18:49:46 +03:00
Ilkka Seppälä
d94199f5ff
update readme
2020-07-28 18:23:47 +03:00
allcontributors[bot]
b805a7526e
docs: add SrdjanPaunovic as a contributor ( #1374 )
...
* 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-07-28 18:17:42 +03:00
allcontributors[bot]
0cff538c27
docs: add gvsharma as a contributor ( #1373 )
...
* 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-07-28 18:16:14 +03:00
allcontributors[bot]
452981669b
docs: add kapinuss as a contributor ( #1372 )
...
* 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-07-28 18:14:37 +03:00
allcontributors[bot]
2706c8fc37
docs: add qpi as a contributor ( #1371 )
...
* 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-07-28 18:13:03 +03:00
allcontributors[bot]
03ebd5f353
docs: add yusufaytas as a contributor ( #1370 )
...
* 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-07-28 18:11:29 +03:00
allcontributors[bot]
5b269d5af1
docs: add 4lexis as a contributor ( #1369 )
...
* 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-07-28 18:09:43 +03:00
allcontributors[bot]
0563ac7645
docs: add bernardosulzbach as a contributor ( #1368 )
...
* 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-07-28 18:08:01 +03:00
allcontributors[bot]
a5ff32c13e
docs: add dheeraj-mummareddy as a contributor ( #1367 )
...
* 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-07-28 18:02:49 +03:00
allcontributors[bot]
97adc13a1b
docs: add JuhoKang as a contributor ( #1366 )
...
* 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-07-28 17:57:26 +03:00
allcontributors[bot]
d8f12529f2
docs: add ruslanpa as a contributor ( #1365 )
...
* 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-07-28 17:55:47 +03:00
allcontributors[bot]
4c766b9e71
docs: add colinbut as a contributor ( #1364 )
...
* 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-07-28 17:52:39 +03:00
allcontributors[bot]
c85d764e39
docs: add nikhilbarar as a contributor ( #1363 )
...
* 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-07-28 17:50:39 +03:00
allcontributors[bot]
f360b64877
docs: add saksham93 as a contributor ( #1362 )
...
* 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-07-28 17:48:50 +03:00
allcontributors[bot]
a77e9620b5
docs: add TylerMcConville as a contributor ( #1361 )
...
* 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-07-28 17:46:41 +03:00
allcontributors[bot]
cf8e366e25
docs: add Argyro-Sioziou as a contributor ( #1360 )
...
* 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-07-28 17:44:46 +03:00
allcontributors[bot]
80605283f5
docs: add kemitix as a contributor ( #1359 )
...
* 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-07-28 17:42:27 +03:00
allcontributors[bot]
8ba111fe60
docs: add zafarella as a contributor ( #1358 )
...
* 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-07-28 17:40:28 +03:00
allcontributors[bot]
1cb9c2bcde
docs: add Crossy147 as a contributor ( #1357 )
...
* 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-07-28 17:37:56 +03:00
allcontributors[bot]
d6edeee326
docs: add joshzambales as a contributor ( #1356 )
...
* 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-07-28 17:35:49 +03:00
allcontributors[bot]
781a7c8b52
docs: add piyushchaudhari04 as a contributor ( #1355 )
...
* 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-07-28 17:32:58 +03:00
allcontributors[bot]
960adfc37a
docs: add inbravo as a contributor ( #1354 )
...
* 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-07-28 17:30:42 +03:00
allcontributors[bot]
b3eb6ccea4
docs: add isabiq as a contributor ( #1353 )
...
* 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-07-28 17:28:35 +03:00
allcontributors[bot]
d609f3eec6
docs: add markusmo3 as a contributor ( #1352 )
...
* 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-07-28 17:26:03 +03:00
allcontributors[bot]
09dd0bee30
docs: add anuragagarwal561994 as a contributor ( #1351 )
...
* 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-07-27 23:20:44 +03:00
allcontributors[bot]
64eff5eb93
docs: add thomasoss as a contributor ( #1350 )
...
* 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-07-27 23:18:02 +03:00
allcontributors[bot]
05dfd31fb7
docs: add mikulucky as a contributor ( #1349 )
...
* 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-07-27 23:14:34 +03:00
Ilkka Seppälä
2c8535e839
max 3 contribution types per person
2020-07-27 23:07:58 +03:00
allcontributors[bot]
aea90ab115
docs: add fluxw42 as a contributor ( #1348 )
...
* 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-07-27 22:48:15 +03:00
allcontributors[bot]
211d7903ae
docs: add npathai as a contributor ( #1347 )
...
* 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-07-27 22:40:20 +03:00
Ilkka Seppälä
02b6aba6ae
fix config syntax
2020-07-27 22:38:07 +03:00
allcontributors[bot]
76f634ff7a
docs: add iluwatar as a contributor ( #1346 )
...
* docs: update README.md [skip ci]
* docs: create .all-contributorsrc [skip ci]
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* 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: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2020-07-27 21:50:31 +03:00
allcontributors[bot]
ae7a0b8a4a
docs: add amit1307 as a contributor ( #1345 )
...
* 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-07-27 21:17:52 +03:00
Amit Garg
9b25d302b7
Fix broken logging in service layer
2020-07-26 21:57:15 +01:00
Ashish Trivedi
12d392931e
#1321 Added UML diagram
2020-07-27 00:39:53 +05:30
Ashish Trivedi
4017c37b6f
#1321 Fixed a test
2020-07-26 18:34:42 +05:30
Ashish Trivedi
9d191324ff
#1321
2020-07-26 18:17:00 +05:30
Ashish Trivedi
75ab3b5245
#1321 Added Tests
2020-07-26 17:38:33 +05:30
Ashish Trivedi
e0fb2d014a
#1321 Added comments and refactored code
2020-07-26 15:56:55 +05:30
Ashish Trivedi
c4b1b89f1f
#1321
2020-07-19 22:20:15 +05:30
Ashish Trivedi
52e6ea2b68
#1321
...
Implemented DAO
2020-07-19 20:33:52 +05:30
Ashish Trivedi
112973482d
#1321
...
Added basic structure and planned out the roadmap
2020-07-19 16:51:16 +05:30
Ashish Trivedi
58e3fbfc6a
#1321
...
Added gitignore
2020-07-19 16:19:01 +05:30
Ashish Trivedi
bf01f3e68b
#1321
...
Added Readme file
2020-07-19 15:35:53 +05:30
Ashish Trivedi
58b98c54e5
#1321
...
Initial folder setup
2020-07-19 15:30:30 +05:30
Anurag Agarwal
daf53225d8
Resolves CR comments
2020-05-01 08:04:45 +00:00
Anurag Agarwal
d733122e7a
Java 11 migraiton: mutex
2020-04-12 23:00:49 +00:00
Anurag Agarwal
2fa938c02d
Java 11 migraiton: mute-idiom
2020-04-12 22:58:50 +00:00
Anurag Agarwal
9b105d770d
Java 11 migraiton: multiton
2020-04-12 22:51:37 +00:00
Anurag Agarwal
109d33c710
Java 11 migraiton: monostate
2020-04-12 22:49:00 +00:00
Anurag Agarwal
a142c06048
Java 11 migraiton: monad
2020-04-12 22:45:54 +00:00
Anurag Agarwal
f1b27ef5c7
Java 11 migraiton: module
2020-04-12 22:38:00 +00:00
Anurag Agarwal
99c70af16a
Java 11 migraiton: model-view-presenter
2020-04-12 22:35:33 +00:00
Anurag Agarwal
edcb520d08
Java 11 migraiton: model-view-controller
2020-04-12 22:30:18 +00:00
Anurag Agarwal
a00622c656
Java 11 migraiton: memento
2020-04-12 22:21:48 +00:00
Anurag Agarwal
93e5570778
Java 11 migraiton: mediator pattern
2020-04-12 22:19:11 +00:00
Anurag Agarwal
59e050b20b
Java 11 migraiton: master-worker-pattern
2020-04-12 22:05:13 +00:00
Anurag Agarwal
e6c74a5fb9
Java 11 migraiton: marker
2020-04-12 21:35:48 +00:00