Commit Graph

3623 Commits

Author SHA1 Message Date
allcontributors[bot] aaa44fd606 docs: add jerryyummy as a contributor for translation (#2819)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-10 11:32:44 +02:00
jerryyummy 5a633acac7 translation: add Chinese translation for servant design pattern (#2804) 2024-03-10 11:31:54 +02:00
dependabot[bot] c702df04ae build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#2793)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.5)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-10 11:27:45 +02:00
Ilkka Seppälä 98505c61dd fix: #1297 Gateway pattern fixes (#2818)
* add to parent pom.xml

* update gateway readme
2024-03-10 11:25:37 +02:00
Hong Geon-ui 961121c9b1 translation : Translate the Decorater to Korean (#2784) 2024-03-10 11:13:42 +02:00
allcontributors[bot] e340f4f3f8 docs: add FinnS-F as a contributor for code (#2817)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-10 10:56:02 +02:00
FinnS-F 2d54709d1a feature: Add gateway pattern (#1297) (#2734)
* Implement Gateway pattern

* Fixed docstrings

* Fixed README.md

* Fixed App

* Fixed pom.xml

* Fixed pom.xml

* Fixed pom.xml

* Fixed pom.xml

* fixed checkstyle errors and directory names

* fixed pom.xml

* fixed checkstyle errors

* Bug fixed

* Bug fixed

* Bug fixed

* Bug fixed and code improvement

* Bug fixed and code improvement

* Bug fixed and update README.md

* update APP.java

* update gateway pattern

* Revert "update gateway pattern"

This reverts commit f31a00c268889b2c6b7690e07847df7247725999.

* update gateway pattern

---------

Co-authored-by: Finn <u7552286@anu.edu.au>
2024-03-10 10:55:18 +02:00
Hong Geon-ui ec80239e5e translation : Translate the Visitor to Korean (#2726) 2024-03-09 15:11:05 +02:00
allcontributors[bot] fa75ed02a8 docs: add sugan0tech as a contributor for code (#2816)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-09 14:49:25 +02:00
sugavanesh 249efd1e71 feat: added notification pattern (#2629)
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2024-03-09 14:46:46 +02:00
allcontributors[bot] b2ca49a4e5 docs: add Nickolodeon98 as a contributor for translation (#2815)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-09 13:54:39 +02:00
Seunghwan Jeon 09b9ee2f5f translation: #2631, #2282 translate callback to Korean and place it under localization/ko/callback (#2641) 2024-03-09 13:53:08 +02:00
allcontributors[bot] 54d6280322 docs: add Kiro-Young as a contributor for translation (#2810)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-25 14:47:19 +02:00
资深老萌新 f42f547133 translation: Translation CRTP to zh-Chinese #2289 (#2762)
* translation: Translate CRTP to zh(Chinese)

* translation: Translate CRTP to zh(Chinese)
2024-02-25 14:46:31 +02:00
Leonardo Lisanti f8aeaa19bd translation: translation of iterator pattern to Italian (#2796)
Co-authored-by: Leonardo Lisanti <leonardo_lisanti@epam.com>
2024-02-25 14:43:37 +02:00
Leonardo Lisanti 1d40a1b114 translation: translation of observer pattern to Italian (#2767)
* translation: translation of observer pattern to Italian

* translation: translation of observer pattern to Italian - pattern name corrected

---------

Co-authored-by: Leonardo Lisanti <leonardo_lisanti@epam.com>
2024-02-25 14:40:53 +02:00
allcontributors[bot] 25a58e0c09 docs: add Holiday-C as a contributor for translation (#2809)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-25 14:24:25 +02:00
NewMorning b005b1a69a translation: Added Chinese Translation for Commander patterns (#2763) 2024-02-25 14:23:30 +02:00
allcontributors[bot] fb80886685 docs: add ved-asole as a contributor for code (#2808)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-25 14:21:14 +02:00
Ved Asole b2c7410c03 feat: #1316 Single Table Inheritance pattern implemented (#2632)
* implemented single table inheritance

* added the Java documentation for the pattern

* updated code files as per the standards

* added the puml and png diagram for the file

* added README.md

* #1316 Single Table Inheritance pattern implemented

* resolved the Checkstyle violations

* removed the tests due to build failure

* updated the code as per review

* resolved Checkstyle violations
2024-02-25 14:20:13 +02:00
Ilkka Seppälä 79d41d9336 docs: Improve Acyclic Visitor and Adapter readmes 2024-02-25 13:58:45 +02:00
Ilkka Seppälä 1ab8ca76fb docs: Add tag for Acyclic Visitor 2024-02-25 13:46:37 +02:00
Ilkka Seppälä 89d9558b00 docs: Improvements to Acyclic Visitor readme 2024-02-25 13:43:27 +02:00
Ilkka Seppälä a258bcc1eb docs: fix line endings 2024-02-12 19:28:48 +02:00
Ilkka Seppälä 4277a54835 docs: Improve active object description 2024-02-12 19:17:03 +02:00
Ilkka Seppälä a1f527eb28 docs: update abstract factory 2024-02-11 17:45:06 +02:00
Ilkka Seppälä 6f8a95debd docs: update abstract document readme 2024-02-11 17:24:23 +02:00
Ilkka Seppälä 8d74b3eb40 docs: Abstract Document readme improvements 2024-02-11 17:07:22 +02:00
Ilkka Seppälä b994d9a70d fix: Fix health-check page rendering error on the website 2024-02-11 10:32:26 +02:00
allcontributors[bot] 93112da51c docs: add egg0102030405 as a contributor for doc (#2803)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-10 11:00:17 +02:00
egg0102030405 4575879264 docs: Explanation for guarded suspension (#2752)
* translation for step-builder and table-module and unit-of-work and update-method and value-object to Chinese

* fix a translation error

* Add explanation for guarded suspension

* delete previous modifications
2024-02-10 10:59:37 +02:00
allcontributors[bot] f5747d85f1 docs: add egg0102030405 as a contributor for translation (#2802)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-10 10:58:37 +02:00
egg0102030405 8c316e75fe translation: Added Chinese Translation for several patterns (#2744)
* translation for step-builder and table-module and unit-of-work and update-method and value-object to Chinese

* fix a translation error
2024-02-10 10:57:36 +02:00
jnniu-n 803a2624f6 docs: Update property pattern README.md (#2745)
Finish Readme.md for Property
2024-02-10 10:54:02 +02:00
allcontributors[bot] c2709c445b docs: add jnniu-n as a contributor for doc (#2801)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-10 10:52:27 +02:00
jnniu-n 88b4cbc008 docs: Update module pattern README.md (#2753)
Update README.md for Module
2024-02-10 10:51:45 +02:00
allcontributors[bot] d4d428f98a docs: add bachbil as a contributor for translation (#2800)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-27 13:21:23 +02:00
believe 87a774c9d6 translation: Added french documentation for several patterns (#2617)
* translate Abstract Document documentation in french

* translate Abstract Document documentation in french for issue #2278

* french translation of abstract factory

* French translation for active-object

* translate Abstract Document documentation in french

* translate Abstract Document documentation in french for issue #2278

* french translation of abstract factory

* French translation for active-object

* tranlate to french: acyclic-visitore, adapter, aggregator-microservice, ambassador, api-gateway, arrange-act-assert, async-method-invocation, balking, bridge.
2024-01-27 13:20:32 +02:00
allcontributors[bot] 4a315e7f4b docs: add ylcn91 as a contributor for doc (#2799)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-27 13:16:55 +02:00
Doksanbir 45f63a70f1 docs: Update README.md for Health Check Pattern (#2783) 2024-01-27 13:16:06 +02:00
allcontributors[bot] 719c46d10d docs: add takikuba as a contributor for code (#2798)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-27 13:08:08 +02:00
Jakub Klimek 0f39267a19 refactor: #2366 Change h2 database usage to in mem (#2776)
* fix: Change h2 database usage to in mem (#2366)

* #2366 Add delay option
2024-01-27 13:07:10 +02:00
allcontributors[bot] 7a966a5786 docs: add Chant3ll3 as a contributor for translation (#2790)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-28 11:26:03 +02:00
Chant3ll3 7a35b0099d translation: Added Chinese Translation for Trampoline Pattern (#2718)
* Translated Trampoline README.md to Chinese

* Fixed title in README.md
2023-12-28 11:25:15 +02:00
Leonardo Lisanti c8e5f6f8bd translation: translation of abstract factory pattern to Italian (#2662)
* translation: translation of abstract factory pattern to Italian

* Update README.md

translation: translation of acyclic visitor pattern to Italian - fixed typo

* Update README.md

translation: translation of abstract factory pattern to Italian - corrected a sentence

---------

Co-authored-by: Leonardo Lisanti <leonardo_lisanti@epam.com>
2023-12-27 08:26:51 +02:00
Leonardo Lisanti a10aa40a03 translation: translation of adapter pattern to Italian (#2732)
Co-authored-by: Leonardo Lisanti <leonardo_lisanti@epam.com>
2023-12-27 08:25:02 +02:00
allcontributors[bot] 8ca7f686e9 docs: add hwan33 as a contributor for code (#2789)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-27 08:08:08 +02:00
YongHwan Kwon cd2dbb72d7 feat: Add Microservice Pattern, Log aggregation (#2690) (#2719)
* feat: Add Microservice Pattern, Log aggregation.

Related: #2690

* docs: Add javaDoc for public methods.

Related: #2690

---------

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-12-27 08:06:55 +02:00
allcontributors[bot] 5df1fb6f13 docs: add Chant3ll3 as a contributor for doc (#2788)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-27 07:58:15 +02:00
Chant3ll3 fb50711044 docs: Update README.md for monadPattern (#2717)
* Update README.md for monadPattern

* Added space in Monad README.md
2023-12-27 07:57:24 +02:00