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
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