Commit Graph

3682 Commits

Author SHA1 Message Date
Ilkka Seppälä f80cc468b2 docs: collecting parameter docs + formatting 2024-03-29 14:13:26 +02:00
Ilkka Seppälä ea7bc2a4eb docs: update PR template 2024-03-29 13:31:42 +02:00
dependabot[bot] 254504e52e build(deps): bump org.eclipse.jetty:jetty-maven-plugin (#2868)
Bumps org.eclipse.jetty:jetty-maven-plugin from 9.4.28.v20200408 to 11.0.20.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-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-03-29 13:12:37 +02:00
allcontributors[bot] 5bba35aad2 docs: add MaverickWingman as a contributor for code (#2866)
* 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-29 11:03:31 +02:00
Aditya baa7793f3c deps: htmlunit #2852: MaverickWingman (#2864)
* #2852 Upgrade Htmlunit

* #2852 Upgrade Htmlunit

* 2852: Checkstyle Done!

* Update dependabot.yml
2024-03-29 11:03:18 +02:00
Jun Kang 910d6a7579 deps: Updated the maven imports of layers pattern for SpringBoot 3.2.4 (#2861)
* Updated the imports in code of the single table inheritance pattern for Spring Boot 3.x

#2825
Change javax library to jakarta

* add pom.xml

* Updated the imports in code of the healthcheck pattern for SpringBoot 3.x

Change javax library to jakarta and update maven dependency versions

* change order of imports to pass Checkstyle violations

* change import order to pass lexicographical order test

* change import order to pass CustomImportOrder warning

* Updated the maven imports of layers pattern for SpringBoot 3.2.4

* remove unused maven import
2024-03-28 20:42:54 +02:00
Ilkka Seppälä 2b934dfaef workaround: Skip failing tests 2024-03-27 21:17:35 +02:00
Ilkka Seppälä 6e806c238e deps: update slf4j and logback 2024-03-27 20:49:00 +02:00
Ilkka Seppälä 7d0874d88a deps: update maven 2024-03-27 20:09:01 +02:00
Ilkka Seppälä 2061fe8c59 upgrade hamcrest 2024-03-27 18:07:13 +02:00
dependabot[bot] 55f43fd514 build(deps): bump org.apache.maven.plugins:maven-war-plugin (#2856)
Bumps [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.3.2 to 3.4.0.
- [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.3.2...maven-war-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-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-03-27 18:04:12 +02:00
dependabot[bot] 7c516064c6 build(deps-dev): bump org.assertj:assertj-core from 3.24.2 to 3.25.3 (#2855)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  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-03-27 18:03:39 +02:00
Ilkka Seppälä 9f53811116 update dependabot conf 2024-03-27 16:55:36 +02:00
CYBERCRUX2 46fe841296 docs: Update README.md (#2652)
Added explanation, programming example.
2024-03-27 16:48:09 +02:00
Jun Kang be914e0bc3 deps: Updated the imports in code of the healthcheck pattern for SpringBoot 3.x (#2851)
* Updated the imports in code of the single table inheritance pattern for Spring Boot 3.x

#2825
Change javax library to jakarta

* add pom.xml

* Updated the imports in code of the healthcheck pattern for SpringBoot 3.x

Change javax library to jakarta and update maven dependency versions

* change order of imports to pass Checkstyle violations

* change import order to pass lexicographical order test

* change import order to pass CustomImportOrder warning
2024-03-27 15:38:32 +02:00
allcontributors[bot] a8ee68d4d8 docs: add KishalayP as a contributor for code (#2850)
* 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-26 20:28:10 +02:00
Kishalay Pandey b5ddd62145 feat: Implemenation of the Serialized Lob Pattern (#2795)
* #1596:Adding module for SLOB Pattern

* #1596:Adding Interface for Serializers

* #1596:Adding Objects

* #1596:Adding BLOB Based Serializer

* #1596:Implemented Clob Based Serializer

* #1596:Implemented Service for DB operations

* #1596:Implemented basic flow using Clob Serializer

* #1596:Added H2 DB Dependency

* #1596:Added Java Doc Stubs

* Updating Objects

* #1596:Completed Clob Serializer along with Tests

* #1596:Completed Slob Serializer along with Tests

* #1596:Completed Blob Serializer along with Tests

* #1596:Updated DatabaseService to handle Blob and Clob Data

* #1596:Added UML and updated README.md

* #1596:Updated data types for DB

* #1596:Code Style Formatting Cnames

* Adding Java Docs

* #1596:Reformatted as per Code Style

* #1596:Updating Java Doc

* #1596:Updating Main function to handle both Serializers

* #1596:Updated Java Docs

* #1596:Updated Java Docs

* #1596:Updated Java Docs and formatting

* #1596:Updated Java Docs and formatting

* #1596:Adding Java Docs

* #1596:Reformatted as per Code Style

* #1596:Updating Java Doc

* #1596:Updating Main function to handle both Serializers

* #1596:Updated Java Docs

* #1596:Updated Java Docs

* #1596:Updated Java Docs and formatting

* #1596:Updated Java Docs and formatting

* #1596:Updated Java Docs and formatting

* #1596:Updated Java Docs and formatting

* #1596:Updated README.md

* #1596:Updated Java Docs and README.md

* #1596:Updated Extension

* #1596:Updated README.md

* #1596:Updated Documentation as per review comments

* #1596:Updated Documentation as per review comments

* #1596: Updated README.md

* #1596:Updated Documentation as per review comments

* #1596: Added SLOB Module

---------

Co-authored-by: SHRADDHAP18 <87650482+SHRADDHAP18@users.noreply.github.com>
2024-03-26 20:27:17 +02:00
allcontributors[bot] be3a184445 docs: add junhkang as a contributor for code (#2849)
* 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-26 20:23:57 +02:00
Jun Kang 6816c34218 deps: Updated the imports in code of the single table inheritance pattern for SpringBoot 3.x (#2847)
* Updated the imports in code of the single table inheritance pattern for Spring Boot 3.x

#2825
Change javax library to jakarta

* add pom.xml
2024-03-26 20:23:06 +02:00
Ilkka Seppälä ca92c79c15 docs: Improve Client-Session docs 2024-03-26 20:12:36 +02:00
Ilkka Seppälä cc1854f0a0 docs: update Anti-corruption layer docs 2024-03-24 15:10:47 +02:00
Ilkka Seppälä 965af11cb0 docs: Improve Circuit Breaker docs 2024-03-24 12:01:37 +02:00
Ilkka Seppälä 2667840060 docs: Improve Chain of Responsibility docs 2024-03-24 11:16:29 +02:00
allcontributors[bot] bffcbbf1fd docs: add leiferksn as a contributor for code (#2844)
* 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-23 13:14:40 +02:00
leif e d51627d39a deps: Upgrade Repository pattern to Spring Boot 3.x #2823 - updated dependencies in pom and imports in code (#2837)
Co-authored-by: leiferksn <lefierskn@zoho.com>
2024-03-23 13:12:27 +02:00
dependabot[bot] 82c2bf25e2 build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin (#2836)
Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from 3.10.0.2594 to 3.11.0.3922.
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
- [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.10.0.2594...3.11.0.3922)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 12:57:10 +02:00
allcontributors[bot] b8fd6dd2a4 docs: add omahs as a contributor for doc (#2842)
* 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-23 12:40:03 +02:00
omahs 01e3d9dc4b fix: Fix typos (#2834)
* fix typos

* fix typo

* fix typo

* fix typos

* fix typo
2024-03-23 12:39:30 +02:00
allcontributors[bot] 4d30e99e31 docs: add ylcn91 as a contributor for review (#2841)
* 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-23 12:36:54 +02:00
allcontributors[bot] 8d2b101e03 docs: add sashirestela as a contributor for code (#2840)
* 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-23 12:35:52 +02:00
Sashir Estela f65bb820d8 feature: #2542 Dynamic proxy pattern (#2814)
* #2542 First commit

* #2542 Fixing comments

* #2542 Refactoring code

* #2542 Update Readme

* #2542 Add mockito dependencies

* #2542 Add unit test

* #2542 Fixes for testing

* #2542 Fixing typos

* #2542 Fixing SonarLint issues

* #2542 Fixing code review

---------

Co-authored-by: Sashir Estela <sashirestela@yahoo.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2024-03-23 12:34:32 +02:00
Ilkka Seppälä 4b704c807f docs: update async method invocation class diagram 2024-03-23 12:05:54 +02:00
allcontributors[bot] 8223d842fa docs: add guqing as a contributor for code (#2839)
* 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-23 12:03:56 +02:00
guqing 79dd5a7abc refactor: Eliminate Optional from fields and parameters for async method invocation (#2830) 2024-03-23 12:03:13 +02:00
allcontributors[bot] 846dea2dca docs: add luismateoh as a contributor for translation (#2838)
* 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-23 11:54:56 +02:00
Luis Mateo Hincapié Martinez dc7495e8bd translation: Translated all creational patterns category to Spanish (Task of issue #2277) (#2813)
* Typo corrections

* bridge pattern translated to spanish

* builder pattern translated to spanish

* context-object pattern translated to spanish

* converter pattern translated to spanish

* dependency injection pattern translated to spanish

* factory pattern translated to spanish

* factory-kit pattern translated to spanish

* factory-method pattern translated to spanish

* monostate pattern translated to spanish

* multiton pattern translated to spanish

* object mother pattern translated to spanish

* object pool pattern translated to spanish

* property pattern translated to spanish

* prototype pattern translated to spanish

* registry pattern translated to spanish

* step builder pattern translated to spanish

* value object pattern translated to spanish

* typo corrections and resources urls refactor

* grammar corrections

* Add image to each pattern

---------

Co-authored-by: luismateoh <luismateohm@gmail.com>
Co-authored-by: luis.hincapie <luis.hincapie@blankfactor.com>
2024-03-23 11:53:54 +02:00
jnniu-n 5c1ad5c006 docs: Update monostate README.md (#2731)
Add more explanation for monostate design pattern
2024-03-17 09:47:02 +02:00
JackH408 c7c0828a07 docs: Finished Explanation for Leader/Followers #2239 (#2733)
* Added documentation for Feature Toggle design pattern

* Explanation for Feature Toggle Issue #2230 finished, added intent, explanation, programmatic example, applicability and consequences

* Finished Explanation for Leader/Followers #2239
2024-03-17 09:45:13 +02:00
allcontributors[bot] dc9ee19445 docs: add pushpander1010 as a contributor for doc (#2833)
* 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-17 09:40:24 +02:00
allcontributors[bot] 35d817e05e docs: add nooynayr as a contributor for doc (#2832)
* 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-17 09:38:39 +02:00
Boris Zhguchev 5c47447d9b feat: anti corruption layer - Issue 1325. (#2777)
* add init impl

* add docs

* add test

* correct tests and specs

* add check style corrections

* add init impl

* add docs

* add test

* correct tests and specs

* add check style corrections

* issue_1325: revert accidental damage to the other repos

* issue_1325: sort the comments

---------

Co-authored-by: Boris Zhguchev <boris.zhguchev@gropyus.com>
2024-03-17 09:32:24 +02:00
allcontributors[bot] 7034ca5e95 docs: add MaverickWingman as a contributor for doc (#2831)
* 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-17 08:32:29 +02:00
Aditya e30e359c95 docs: issue#2507 Removed 'Apple UIKit's' as it is not mentioned to do. (#2812) 2024-03-17 08:31:48 +02:00
Ilkka Seppälä 59cd01897a docs: update Callback documentation 2024-03-16 21:40:46 +02:00
Ilkka Seppälä dcdb0aff3e docs: improve Caching docs 2024-03-16 21:14:52 +02:00
Ilkka Seppälä db6ad08daa docs: improve Bytecode pattern documentation 2024-03-16 18:01:02 +02:00
Ilkka Seppälä 0e13ebec98 docs: Improve Builder documentation 2024-03-16 17:44:24 +02:00
Ilkka Seppälä 3c4cbd564b docs: Improve Bridge documentation 2024-03-16 17:24:27 +02:00
Ilkka Seppälä 2aadb3d60f docs: improve Business Delegate documentation 2024-03-16 10:01:23 +02:00
Ilkka Seppälä 8a91cbba89 docs: improve Balking pattern docs 2024-03-13 20:21:03 +02:00