Commit Graph

4168 Commits

Author SHA1 Message Date
Ilkka Seppälä 1bfdf21469 ci: Add presubmit AI reviews 2025-01-12 14:19:45 +02:00
Ilkka Seppälä b419f849d9 fix: Fix stale action configuration 2025-01-12 11:39:49 +02:00
allcontributors[bot] aedbe161f3 docs: add shahdhoss as a contributor for code (#3173)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-11 17:45:55 +02:00
Shahd Hossam 8cb7c9ada6 feat: Implementation of session facade design pattern #1278 (#3121)
* implementation of session facade #1278

* minor change

* readme updated

* addressed the comments regarding changing lists to maps and adding maven assembly plugin

---------

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2025-01-11 17:45:01 +02:00
Ilkka Seppälä bcad5b1aa3 fix: fix filename of README.md 2025-01-06 20:58:07 +02:00
allcontributors[bot] caa51bdb22 docs: add TarunVishwakarma1 as a contributor for code (#3169)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-06 20:56:14 +02:00
Tarun Vishwakarma ab59dfe770 feat: Added Microservices UI Client side composition #2698 (#3062)
* Added Microservices client side ui composition to the repo.
Added ClientSideCompositionTest, ApiGateway, ClientSideIntegrator, FrontendComponent, CartFrontend, ProductFrontend, updated pom.xml, ReadME.md.

* Improved some checkstyle changes.

* Added Random variable to re-use the random instead of creating it everytime in FrontendComponent.

* changed the Pom.xml and upadted the ReadME.md

* Changes in the README.md File as per requirement, name of the file changed from ReadME.md to README.md

---------

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2025-01-06 20:55:08 +02:00
allcontributors[bot] c06bd2c5a1 docs: add depthlending as a contributor for doc (#3168)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-06 19:40:42 +02:00
BiKangNing afcd964e7b fix: Fixed some typos (#3153)
Signed-off-by: depthlending <bikangning@outlook.com>
2025-01-06 19:39:54 +02:00
allcontributors[bot] 60e21294d3 docs: add malak-elbanna as a contributor for code (#3167)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-06 19:25:19 +02:00
Malak Elbanna 5ba45701bf feat: Implemented the Template View pattern (#1320) (#3110)
* pattern:implemented the Template View pattern (#1320)

* fix:added links in README and updated package name (#1320)

---------

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2025-01-06 19:24:40 +02:00
allcontributors[bot] ebcc070e11 docs: add Ahmed-Taha-981 as a contributor for code (#3166)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-06 19:20:06 +02:00
Ahmed-Taha-981 cdb78d7fb6 feat: Money pattern (#3109)
* Money pattern

the implementation of the money patter and the tests along with the read me file

* Update money/README.md

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

* added App file anf modified README file and pom.xml file

* modified README and pom.xml

* added comments

* Added a test for App.java

---------

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2025-01-06 19:19:22 +02:00
dependabot[bot] ac539606b1 build(deps-dev): bump de.flapdoodle.embed:de.flapdoodle.embed.mongo (#3148)
Bumps [de.flapdoodle.embed:de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 4.18.0 to 4.18.1.
- [Commits](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/compare/de.flapdoodle.embed.mongo-4.18.0...de.flapdoodle.embed.mongo-4.18.1)

---
updated-dependencies:
- dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo
  dependency-type: direct:development
  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>
2025-01-06 19:13:01 +02:00
allcontributors[bot] 84a18185f7 docs: add HabibaMekay as a contributor for code (#3165)
* docs: update README.md [skip ci]

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

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-06 19:04:20 +02:00
HabibaMekay c5a6862887 feat: Implemented the Table Inheritance pattern (#3105)
* sample classes and tests

* sample classes and tests

* read me addition

* fix violations

* fix quality (coverage)

* fix quality (coverage) #2

* resolved comments
2025-01-06 19:03:27 +02:00
Ilkka Seppälä eb7a0dff55 fix: Move from deprecated stale bot to stale action 2025-01-05 17:23:11 +02:00
allcontributors[bot] 8938054691 docs: add CodeMaverick-143 as a contributor for code (#3139)
* 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>
2024-12-09 20:17:12 +02:00
allcontributors[bot] b9ff511c7a docs: add mayatarek as a contributor for translation (#3138)
* 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-12-09 20:11:44 +02:00
Arpit Sarang f1a0ad8cc0 feat: Update index.jsp (#3066)
Title: Added a <title> element to provide a title for the page.
Enhanced Styling: Improved styling for readability and aesthetic appeal, including a background color and box shadow for the parameter section.
Expanded Descriptions: Clarified the purpose of each parameter.
Example Request: Provided an example of how to format a GET request.
Error Handling Tip: Included a note on what to do if the request fails.
2024-12-08 17:30:08 +02:00
Maya eead12d308 docs: added arabic translations to README files (#2273) (#3107) 2024-12-08 17:26:46 +02:00
dependabot[bot] adbddcb518 build(deps-dev): bump org.htmlunit:htmlunit from 4.5.0 to 4.7.0 (#3104)
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 4.5.0 to 4.7.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.5.0...4.7.0)

---
updated-dependencies:
- dependency-name: org.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>
2024-12-07 20:34:41 +02:00
allcontributors[bot] fc07a38ed6 docs: add SalmaAzeem as a contributor for code (#3132)
* 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-12-07 20:32:50 +02:00
Salma 297e429e5a fix: Reduce High severity issues reported by SonarCloud #2865 (#3103)
* fix: add UnsupportedOperationException in KingsHand and GameLoopTest

* refactor: update DatabaseService to use constant for BINARY_DATA and remove obsolete test files

* refactor: update timePasses method in KingsHand

* refactor CandyGame.java

* refactor: simplify boundary checks in CandyGame

* feat: add getters for type and points in Candy class and initialize logger in CandyGame

* remove class and logger initialization in CandyGame

* Modify CandyGame.java

* fix Checkstyle violations

* Remove generic wildcard type in ThreatAwareSystem
2024-12-07 20:31:59 +02:00
allcontributors[bot] b375919db5 docs: add mammadyahyayev as a contributor for doc (#3102)
* 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-12-01 18:22:21 +02:00
Mammad Yahyayev 0f27139fda fix: Fix typo (#3100) 2024-12-01 18:21:42 +02:00
dependabot[bot] b383d2ec1a build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin (#3097)
Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from 4.0.0.4121 to 5.0.0.4389.
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
- [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/4.0.0.4121...5.0.0.4389)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-01 18:14:59 +02:00
allcontributors[bot] f9945c9ce7 docs: add proceane as a contributor for translation (#3096)
* 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-11-15 21:14:34 +02:00
Juyeon 8a0f433e4a docs: Translate the Factory-Method pattern to Korean (#3094)
* docs: Translate the Factory-Method pattern to Korean

* Update README.md

* Update README.md
2024-11-15 21:13:45 +02:00
dependabot[bot] 391aec449b build(deps): bump com.fasterxml.jackson.core:jackson-core (#3091)
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.17.2 to 2.18.1.
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.2...jackson-core-2.18.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  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>
2024-11-15 21:06:30 +02:00
allcontributors[bot] 0d63c95ad3 docs: add apophizzz as a contributor for code (#3095)
* 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-11-15 21:05:28 +02:00
Patrick Kleindienst 97de002348 fix: Executable JAR: Include project version in final name (#3090) 2024-11-15 21:04:25 +02:00
allcontributors[bot] 82e30ab717 docs: add dmgodoy as a contributor for code (#3089)
* 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-11-11 18:00:16 +02:00
David M. 2a2c5605bc feat: Idempotent Consumer Microservice Pattern #2683 (#3082)
* added idempotent consumer pattern

* updated doc

* fixed bug in RequestService

* add test converage

* Add test converage to state machine

* renamed module and added code example
2024-11-11 17:59:35 +02:00
allcontributors[bot] 25bb77eee7 docs: add jeffmorrison as a contributor for code (#3088)
* 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-11-10 10:58:31 +02:00
jeffmorrison e761d78651 refactor: Updated switch expression (#3030) 2024-11-10 10:57:42 +02:00
dependabot[bot] 094027e0f7 build(deps-dev): bump de.flapdoodle.embed:de.flapdoodle.embed.mongo (#3083)
Bumps [de.flapdoodle.embed:de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 4.17.0 to 4.18.0.
- [Commits](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/compare/de.flapdoodle.embed.mongo-4.17.0...de.flapdoodle.embed.mongo-4.18.0)

---
updated-dependencies:
- dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo
  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>
2024-11-10 10:32:41 +02:00
dependabot[bot] a50a45ae0d build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin (#3084)
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.5.0 to 3.6.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 10:31:56 +02:00
allcontributors[bot] f48c686f2b docs: add jasonjyu as a contributor for code (#3081)
* 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-11-03 13:13:26 +02:00
jasonjyu 1575b56b98 feat: Added to AbstractDocumentTest verification of originalValue in document (#3070) 2024-11-03 13:12:37 +02:00
dependabot[bot] af0b901706 build(deps-dev): bump org.htmlunit:htmlunit from 4.4.0 to 4.5.0 (#3073)
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: org.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>
2024-11-03 13:04:57 +02:00
dependabot[bot] 6e0df3facd build(deps): bump org.eclipse.jetty:jetty-maven-plugin (#3065)
Bumps org.eclipse.jetty:jetty-maven-plugin from 11.0.22 to 11.0.24.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-maven-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-11-03 12:32:14 +02:00
dependabot[bot] cb1b0b291a build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#3063)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1)

---
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-11-03 12:31:43 +02:00
allcontributors[bot] 337f0451e1 docs: add LakshyaPunyani-01 as a contributor for code (#3080)
* 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-11-03 12:05:18 +02:00
LakshyaPunyani-01 076863b937 feat: Added Home button to composite view appllication header for easy navigation to home page (#3059) 2024-11-03 12:04:30 +02:00
Ilkka Seppälä 7c8802ef6f fix: add shortTitle to es and ko localization readmes 2024-10-20 10:22:52 +03:00
allcontributors[bot] ede0fc16ae docs: add fishandsheep as a contributor for translation (#3072)
* 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-10-20 10:01:54 +03:00
QinShower b00b8aa365 fix: add shortTitle column to Chinese readme (#3056) 2024-10-20 10:00:37 +03:00
dependabot[bot] 0da86434ee build(deps-dev): bump de.flapdoodle.embed:de.flapdoodle.embed.mongo (#3053)
Bumps [de.flapdoodle.embed:de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 4.16.2 to 4.17.0.
- [Commits](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/compare/de.flapdoodle.embed.mongo-4.16.2...de.flapdoodle.embed.mongo-4.17.0)

---
updated-dependencies:
- dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo
  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>
2024-10-20 09:55:21 +03:00
allcontributors[bot] 083a46ffcd docs: add antoheri as a contributor for translation (#3071)
* 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-10-20 09:53:37 +03:00