Commit Graph

3703 Commits

Author SHA1 Message Date
dependabot[bot] 74be3a537c build(deps): bump org.joda:joda-money from 1.0.1 to 1.0.4 (#2887)
Bumps [org.joda:joda-money](https://github.com/JodaOrg/joda-money) from 1.0.1 to 1.0.4.
- [Release notes](https://github.com/JodaOrg/joda-money/releases)
- [Changelog](https://github.com/JodaOrg/joda-money/blob/main/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-money/compare/v1.0.1...v1.0.4)

---
updated-dependencies:
- dependency-name: org.joda:joda-money
  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-04-02 20:40:38 +03:00
Surjendu 3ac7cc3268 refactor: Composite View (#2886)
* chore : upgrade the jackson-databind to latest version(2.17.0)

* refactor: refactor Composite View

* refactor: remove unnecessary chnges related to this PR(#2853)

* fix: checkstyle error in AppServlet.java
2024-04-02 20:39:29 +03:00
allcontributors[bot] e0b1250019 docs: add surjendu104 as a contributor for code (#2889)
* 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-04-02 20:37:17 +03:00
Surjendu 9f97c1505d deps : upgrade the jackson-databind to latest version(2.17.0) (#2885) 2024-04-02 20:36:39 +03:00
Jun Kang 74cce87c70 fix: Thread local storage test change (#2884)
* 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

* Updated the maven imports of api-gateway pattern for SpringBoot 3.2.4

#2822

* Flaky test in Thread Local Storage #2880

* Rollback testing changes

* Flaky test in Thread Local Storage #2880

Create independent threadLocal to make values unsharable and unchangable by other thread

* rollback branch conflict
2024-04-01 17:54:49 +03:00
Jun Kang 9258cc854b deps: Updated the maven imports of api-gateway pattern for SpringBoot 3.2.4 (#2882)
* 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

* Updated the maven imports of api-gateway pattern for SpringBoot 3.2.4

#2822

* Flaky test in Thread Local Storage #2880

* Rollback testing changes
2024-04-01 17:51:43 +03:00
Jun Kang a155ee2433 deps: Aggregatormicroservice patterns spring version up (#2883)
* 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

* Updated the maven imports of api-gateway pattern for SpringBoot 3.2.4

#2822

* Updated the maven imports of Aggregator Microservices pattern for SpringBoot 3.2.4

#2821
2024-04-01 17:50:28 +03:00
Ilkka Seppälä de5a93c499 docs: update .editorconfig and reformat readmes 2024-03-31 18:01:06 +03:00
allcontributors[bot] dfd34d890b docs: add drishtii7 as a contributor for code (#2879)
* 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-31 10:48:12 +03:00
drishtii7 44a9766656 refactor: Changes to make Abstract-Document and Adapter better. (#2872)
* Added new test case for error handling

* Added new test cases for error handling

* Refactored Abstract Document

* Changes updated
2024-03-31 10:47:04 +03:00
Ilkka Seppälä d3e7401f70 docs: update composite view 2024-03-30 22:06:41 +02:00
Ilkka Seppälä fd109955dc docs: composite entity 2024-03-30 21:51:17 +02:00
Ilkka Seppälä e00e67c9a6 docs: update Composite docs 2024-03-30 21:30:52 +02:00
Ilkka Seppälä 48a5edef0e docs: update Component documentation 2024-03-30 21:21:06 +02:00
Ilkka Seppälä 81ebcf0a79 docs: commander docs + refactoring (#2878) 2024-03-30 17:37:02 +02:00
Ilkka Seppälä 2228212c23 docs: explanation for combinator (#2877) 2024-03-30 14:44:43 +02:00
Ilkka Seppälä 30ac97fe59 docs: update Command documentation 2024-03-30 14:44:22 +02:00
Jun Kang 8471c93035 deps: Updated the maven imports of page-controller pattern for SpringBoot 3.2.4 (#2862)
* 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

* Updated the maven imports of page-controller pattern for SpringBoot 3.2.4

- add page-controller module on parent pom.xml
- add artifact information on page-controller pom.xml
- add Springboot3, proper test dependencies on page-controller pom.xml
2024-03-30 13:58:18 +02:00
Ilkka Seppälä 9538c7820c docs: Collection pipeline explanation (#2875)
* collection pipeline docs + refactoring

* restore imperative programming code
2024-03-30 13:54:59 +02:00
Ilkka Seppälä 7c1889b8e5 refactor: update layers parent, reformat code, update license headers 2024-03-30 08:34:54 +02:00
Ilkka Seppälä 6322d538cd docs: add editorconfig + formatting 2024-03-29 14:30:50 +02:00
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