Commit Graph

3440 Commits

Author SHA1 Message Date
Ramil Sayetov 207cf60bc6 translation: #2476 Fix typo (#2477)
Co-authored-by: Ramil Sayetov <ramil.sayetov@setinbox.com>
2023-02-28 09:32:15 +02:00
allcontributors[bot] 1db3b4a5de docs: add TheClerici as a contributor for translation (#2482)
* 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-02-28 09:12:27 +02:00
Enrique Clerici 188f35aafc translation: Translation of api-gateway readme to Spanish, closes #2472 (#2474)
* Create README.md 

Spanish translation located in ./localization/es/api-gateway

* Changed Api gateway link for diagram location
2023-02-28 09:11:26 +02:00
allcontributors[bot] c34ad292e3 docs: add saiteja55 as a contributor for translation (#2475)
* 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-02-18 20:56:22 +02:00
Saiteja Reddy 18b1d5195f fix: Fixes #1965 (#2470) 2023-02-18 20:55:37 +02:00
Ilkka Seppälä 1fa80eb74c fix: Fix checkstyle error 2023-02-11 19:09:51 +02:00
allcontributors[bot] c2f2011048 docs: add bharathkalyans as a contributor for code (#2471)
* 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-02-11 19:02:27 +02:00
Bharath Kalyan S 4e8cdc7c96 fix: Issue #2459 fixed (#2467) 2023-02-11 19:01:32 +02:00
dependabot[bot] c741814b36 dependencies: bump maven-checkstyle-plugin from 3.1.0 to 3.2.1 (#2455)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.0...maven-checkstyle-plugin-3.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 19:37:34 +02:00
allcontributors[bot] c8849a4a25 docs: add rahul-raj as a contributor for code (#2468)
* 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-02-04 19:24:04 +02:00
Rahul Raj fb7ec9b375 dependencies: #2449 bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 + resolve chec… (#2464)
* #2449 bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 + resolve checkstyle issues

* remove FileSelectorJFrame.java to resolve checkstyle issue

* remove FileSelectorJFrame.java to resolve checkstyle issue

* remove FileSelectorJFrame.java to resolve checkstyle issue

* add refactored file with correct filename to resolve checkstyle issue

* add the test data

* change filenames from JFrame to Jframe for checkstyle

* fix code smell from  sonar report

* add new testcases to improve the test coverage

* remove code smell
2023-02-04 19:20:54 +02:00
allcontributors[bot] dbecffacab docs: add piyush280599 as a contributor for doc (#2465)
* 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-01-29 11:07:39 +02:00
Piyush 0eb976394b fix: Issue #2333 Fixed. (#2461)
Fixed Broken linkage on Chinese localization document.
2023-01-29 11:06:45 +02:00
dependabot[bot] 2b97f57c8e dependencies: bump htmlunit from 2.69.0 to 2.70.0 (#2460)
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.69.0 to 2.70.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.69.0...2.70.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.htmlunit:htmlunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-29 11:02:45 +02:00
Ilkka Seppälä 08682962b5 fix: Fix MVI pattern title 2023-01-21 20:21:06 +02:00
JanFidor fb86ca1156 feature: #2151 Feature/mvi pattern (#2177)
* #2151 add module and pom.xml

* #2151 add Calculator Actions

* #2151 add remaining mvi pattern classes (actions already implemented)

* #2151 add Main and unit tests

* add README.md and class diagrams

* #2151 add module and pom.xml

* #2151 add Calculator Actions

* #2151 add remaining mvi pattern classes (actions already implemented)

* #2151 add Main and unit tests

* add README.md and class diagrams

* fixes for lint errors

* #2151 add module and pom.xml

* #2151 add Calculator Actions

* #2151 add remaining mvi pattern classes (actions already implemented)

* #2151 add Main and unit tests

* add README.md and class diagrams

* fixes for lint errors

* use Lombok @Data decorator and decouple View from ViewModel

* add comments and documentation

* fix checkstyle, the smart switch syntax was breaking checkstyle, so I had to change it back
2023-01-21 11:45:07 +02:00
KarmaTashiCat 6b0a90ee61 translation: Translate the ambassador readme to Spanish (#2453) (#2456)
* Translate:  Translate the aggregator-microservices readme to Spanish [Issue #2335 (Task of issue #2277 )]

* Translate:  Translate the aggregator-microservices readme to Spanish [Issue #2335 (Task of issue #2277 )]

* Update README.md

* Restored translated YAML Frontmatter keys to right words not translated and minor new changes

Minor new changes are at YAML Frontmatter variables values of lines 2 and 3 where have switched the order of translated words to homogeinize the belowing structure of that order like figured at following lines 6,7 and 8 (First english term and then Spanish translation between parenthesis)

* Update localization/es/aggregator-microservices/README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>

* Update localization/es/aggregator-microservices/README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>

* Update localization/es/aggregator-microservices/README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>

* Update localization/es/aggregator-microservices/README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>

* Update localization/es/aggregator-microservices/README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>

* Translated ambassador pattern README.md to Spanish(#2453)

* Changed Class Diagram image path to absolute way.

The original path for Class Diagram image was relative to /ambassador folder (./etc/ambassador.urm.png) when translated at line 173 of translation doesn't show the diagram image so I haved changed it to absolute format (/ambassador/etc/ambassador.urm.png) and now it shows it.

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-01-21 11:27:46 +02:00
dependabot[bot] cfca5f6f7f dependencies: bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 (#2454)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M7 to 3.0.0-M8.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M7...surefire-3.0.0-M8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-21 11:26:38 +02:00
allcontributors[bot] df188ec53f docs: add Regyl as a contributor for code (#2457)
* 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-01-19 20:52:11 +02:00
Eugene 196233d587 feature: Rewrite thread-local storage pattern (#2452) 2023-01-19 20:50:59 +02:00
Vinícius A. B 13d0416045 translation: Translation of facade design pattern to PT-BR (#2355)
* tranlation of facade design pattern to PT-BR

* Update README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-01-15 10:35:28 +02:00
dependabot[bot] e9d1368454 dependencies: bump gson from 2.10 to 2.10.1 (#2447)
Bumps [gson](https://github.com/google/gson) from 2.10 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 09:01:52 +02:00
dependabot[bot] 206627dc2b dependencies: bump htmlunit from 2.68.0 to 2.69.0 (#2448)
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.68.0 to 2.69.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.68.0...2.69.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.htmlunit:htmlunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 08:44:15 +02:00
allcontributors[bot] ff3b752885 docs: add shogohida as a contributor for translation (#2446)
* 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-01-09 16:23:29 +02:00
Shogo Hida 4da36e7826 feature: Fixes #2281 (partially) Add Japanese translation of decorator pattern (#2444)
* Add image and README

Signed-off-by: Shogo Hida <shogo.hida@gmail.com>

* Add Japanese translation

Signed-off-by: Shogo Hida <shogo.hida@gmail.com>

* Move image

Signed-off-by: Shogo Hida <shogo.hida@gmail.com>

Signed-off-by: Shogo Hida <shogo.hida@gmail.com>
2023-01-09 16:21:51 +02:00
Hashvardhan Parmar 42ba121977 translation: Hindi translation added for abstract-factory, active-object, acyclic-visitor (#2443) 2023-01-08 10:15:59 +02:00
YongHwan 186b5b6ff2 fix: correct typos in event-sourcing (#2442) 2023-01-07 18:59:09 +02:00
YongHwan 2263e248bd feature: Translate event-sourcing readme file into Korean (#2439)
* feat: translate event-sourcing readme

* fix: remove extra newline
2023-01-07 18:54:59 +02:00
WuLang 6ba6988d5e docs: Fix documentation errors (#2440) 2023-01-06 19:30:02 +02:00
Ilkka Seppälä 919d7d0339 ci-build: cache local maven repo (#2437) 2023-01-06 12:34:08 +02:00
allcontributors[bot] 6c1f268248 docs: add yongyongkr as a contributor for translation (#2436)
* 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-01-06 10:36:50 +02:00
YongHwan 95203520bc feature: 이벤트 드리븐 아키텍처 md 파일 번역 (#2429)
Co-authored-by: 권용환/서버파트/BF <yonghwan.kwon@nhn.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-01-06 10:35:46 +02:00
allcontributors[bot] f3591b038d docs: add yongyongkr as a contributor for doc (#2435)
* 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-01-06 10:22:59 +02:00
YongHwan acf55c934f fix: correct typo (#2430)
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-01-06 10:21:22 +02:00
Ilkka Seppälä 6205f7dd82 fix: fix PR builder syntax (#2432) 2023-01-05 18:20:56 +02:00
Ilkka Seppälä 17aacb87fa Fix: PR builder check out src (#2431) 2023-01-05 18:14:11 +02:00
Ilkka Seppälä 14c88b50ec Revert "fix: Update PR builder (#2424)" (#2427)
This reverts commit 2332db9b5a.
2023-01-04 22:24:47 +02:00
Ilkka Seppälä 2332db9b5a fix: Update PR builder (#2424) 2023-01-04 21:38:46 +02:00
Ilkka Seppälä fa993a66e7 dependencies: Revert "dependencies: bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 (#2418)" (#2420)
This reverts commit 8cfe12b566.
2023-01-03 17:28:15 +02:00
dependabot[bot] 8cfe12b566 dependencies: bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 (#2418)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.0...maven-checkstyle-plugin-3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 17:12:47 +02:00
allcontributors[bot] c04038e5e0 docs: add Harsh4902 as a contributor for translation (#2417)
* 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-01-02 18:42:43 +02:00
Hashvardhan Parmar 07b913de36 translation: Hindi translation added for abstract-document. (#2401) 2023-01-02 18:40:56 +02:00
dependabot[bot] 9683b1389b dependencies: bump sonar-maven-plugin from 3.8.0.2131 to 3.9.1.2184 (#2413)
Bumps [sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from 3.8.0.2131 to 3.9.1.2184.
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
- [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.8.0.2131...3.9.1.2184)

---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-01-01 19:17:37 +02:00
dependabot[bot] d2f49b9ba8 dependencies: bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 (#2412)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-01-01 19:16:18 +02:00
Ilkka Seppälä 29206e3985 refactor: use maven-assembly-plugin version from parent 2023-01-01 15:26:24 +02:00
dependabot[bot] f3c4369214 dependencies: bump htmlunit from 2.66.0 to 2.68.0 (#2409)
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.66.0 to 2.68.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.66.0...2.68.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.htmlunit:htmlunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2023-01-01 15:18:59 +02:00
Ilkka Seppälä c4e40f2be1 fix: Fix context object tests (#2416)
* add missing sonar goal

* fix ServiceContextTest

* update test

* refactor test
2023-01-01 14:52:51 +02:00
Ilkka Seppälä 8877ba70d3 fix: Fix context object (#2415)
* fix pr builder goals

* update links

* add context-object to build

* add autogenerated content

* fix checkstyle findings
2023-01-01 12:28:51 +02:00
allcontributors[bot] 3d30e92cb2 docs: add Marikattt as a contributor for code (#2414)
* 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-01-01 10:59:33 +02:00
marikattt 4709922f11 feature: add Page Controller pattern (#2202)
* feat: create page controller

* add test

* add documentation

* fix: delete img file

* fix: modify App, SignupMode, UserController, pom.xml, and Readme

* fix: modify MVC files on page controller

* fix: modify readme file
2023-01-01 10:57:30 +02:00