John Klint
adf5b62753
feat: Add Service Stub Pattern using Sentiment Analysis example ( #3215 )
...
* Add Service Stub Pattern using Sentiment Analysis example
* Fix Checkstyle issues
* Suppress Sonar warning for Random usage in RealSentimentAnalysisServer
2025-03-23 07:37:35 +02:00
Ilkka Seppälä
dd8b9b377a
fix: Set locale in tests to be able to run locally. Remove logging dependency fixed versions in parent pom.xml to prevent conflicts with spring boot. Update license headers. Update urm diagrams.
2025-03-18 15:56:06 +02:00
dependabot[bot]
e24739c541
build(deps): bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 ( #3198 )
...
Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
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>
2025-03-04 20:42:57 +02:00
Harshita Vidapanakal
6785b53b02
feat: Added Map Reduce Design Pattern ( #3184 )
...
* MapReduce design pattern added
* Updated README.md
* added module to parent pom
2025-02-22 20:08:05 +02:00
dependabot[bot]
be0815680b
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin ( #3085 )
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2 )
---
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>
2025-02-16 08:54:53 +02:00
Mohaned Atef
a25b6a003d
feat: Implemented Monolithic Architecture according to the guidelines provided by issue #2664 ( #3111 )
...
* added a pom.xml file for the monolithic structure, set up MVC file structure, and added basic model files using H2 database since its light and efficient
* added a pom.xml file for the monolithic structure, set up MVC file structure, and added basic model files using H2 database since its light and efficient
* Added "controllers" and repository classes to communicate with database to maintain code cleanliness
* added application.properties file for springboot, added controller classes and used the CLI main class from the previous submission and enhanced upon it
* fixed checkstyle comments
* fixed testing class
* automatically generated puml
* Readme File
Added Detailed Readme File in the md format
* attempting to fix some debugging issues
added more test cases, and tried to fix pom.xml
* dropped change
* another attempted fix
* added more test cases
* Fixes
Renamed the main module/directory. Added more content to the readme.md file. fixed the orElseThrow statements
Fixes
Renamed the main module/directory. Added more content to the readme.md file. fixed the orElseThrow statements
* fixed naming and readme file
---------
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2025-02-15 09:53:58 +02:00
darkhyper24
21115f4568
feat: implemented the bloC design pattern issue #2374 ( #3128 )
...
* added bloC design pattern
* added bloC design pattern
* added Readme file
* fixed checkstyle warnings
* added tests for the ui
* fixed a test in MainTest file
* separating ui from main file and adding more tests
* added pom.xml plugins and properties and fixed readme.md
* fixed renaming problem and added context to main
* chsnged state class to record
* syncing changes for conflicts
* Revert "fixed conflicts"
* restored files
* renamed readme file and abstracted pom file
2025-01-16 16:56:53 +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
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
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
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
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
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
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
Patrick Kleindienst
97de002348
fix: Executable JAR: Include project version in final name ( #3090 )
2024-11-15 21:04:25 +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
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
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]
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
dependabot[bot]
b82cdf7ed9
build(deps): bump com.mycila:license-maven-plugin from 4.5 to 4.6 ( #3051 )
...
Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin ) from 4.5 to 4.6.
- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases )
- [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.5...license-maven-plugin-4.6 )
---
updated-dependencies:
- dependency-name: com.mycila:license-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-10-13 18:40:59 +03:00
dependabot[bot]
7472d2f99e
build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin ( #3036 )
...
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.4.0 to 3.5.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.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-10-13 18:25:48 +03:00
dependabot[bot]
ace3c4d015
build(deps): bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 ( #3026 )
...
Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.16.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
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-10-06 10:05:40 +03:00
dependabot[bot]
8bd31758b9
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin ( #3031 )
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.5.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-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-09-22 11:15:02 +03:00
dependabot[bot]
4cb8eed9b7
build(deps-dev): bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0 ( #3023 )
...
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.3.0...4.4.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-08-01 08:17:37 +03:00
dependabot[bot]
61e767dbe5
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin ( #3013 )
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.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-07-20 14:08:41 +03:00
Walyson Moises
9c43d85f36
feat: Distributed tracing ( #3006 )
...
* added microservices distributed tracing pattern
* feat: Implement Microservice pattern: Distributed tracing #2693
2024-07-20 13:42:12 +03:00
dependabot[bot]
d1c58cd86e
build(deps-dev): bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0 ( #3004 )
...
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.2.0...4.3.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-07-07 08:27:25 +03:00
dependabot[bot]
fab64a2622
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin ( #2998 )
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-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-06-19 20:47:20 +03:00
dependabot[bot]
c9e29aceec
build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin ( #2994 )
...
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.3.0 to 3.4.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.4.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-06-15 07:52:35 +03:00
dependabot[bot]
589c6d7688
build(deps-dev): bump org.htmlunit:htmlunit from 4.1.0 to 4.2.0 ( #2993 )
...
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.1.0...4.2.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-06-15 07:50:47 +03:00
Ilkka Seppälä
6cd2d0353a
docs: Content SEO updates ( #2990 )
...
* update yaml frontmatter format
* update abstract document
* update abstract factory
* use the new pattern template
* acyclic visitor seo
* adapter seo
* ambassador seo
* acl seo
* aaa seo
* async method invocation seo
* balking seo
* bridge seo
* builder seo
* business delegate and bytecode seo
* caching seo
* callback seo
* chain seo
* update headings
* circuit breaker seo
* client session + collecting parameter seo
* collection pipeline seo
* combinator SEO
* command seo
* cqrs seo
* commander seo
* component seo
* composite seo
* composite entity seo
* composite view seo
* context object seo
* converter seo
* crtp seo
* currying seo
* dao seo
* data bus seo
* data locality seo
* data mapper seo
* dto seo
* decorator seo
* delegation seo
* di seo
* dirty flag seo
* domain model seo
* double buffer seo
* double checked locking seo
* double dispatch seo
* dynamic proxy seo
* event aggregator seo
* event-based asynchronous seo
* eda seo
* event queue seo
* event sourcing seo
* execute around seo
* extension objects seo
* facade seo
* factory seo
* factory kit seo
* factory method seo
* fanout/fanin seo
* feature toggle seo
* filterer seo
* fluent interface seo
* flux seo
* flyweight seo
* front controller seo
* function composition seo
* game loop seo
* gateway seo
* guarded suspension seo
* half-sync/half-async seo
* health check seo
* hexagonal seo
* identity map seo
* intercepting filter seo
* interpreter seo
* iterator seo
* layers seo
* lazy loading seo
* leader election seo
* leader/followers seo
* lockable object seo
* rename and add seo for marker interface
* master-worker seo
* mediator seo
* memento seo
* metadata mapping seo
* microservice aggregator seo
* api gw seo
* microservices log aggregration seo
* mvc seo
* mvi seo
* mvp seo
* mvvm seo
* monad seo
* monitor seo
* monostate seo
* multiton seo
* mute idiom seo
* naked objects & notification seo
* null object seo
* object mother seo
* object pool seo
* observer seo
* optimistic locking seo
* page controller seo
* page object seo
* parameter object seo
* partial response seo
* pipeline seo
* poison pill seo
* presentation model seo
* private class data seo
* producer-consumer seo
* promise seo
* property seo
* prototype seo
* proxy seo
* queue-based load leveling seo
* reactor seo
* registry seo
* repository seo
* RAII seo
* retry seo
* role object seo
* saga seo
* separated interface seo
* serialized entity seo
* serialized lob seo
* servant seo
* server session seo
* service layer seo
* service locator seo
* service to worker seo
* sharding seo
* single table inheritance seo
* singleton seo
* spatial partition seo
* special case seo
* specification seo
* state seo
* step builder seo
* strangler seo
* strategy seo
* subclass sandbox seo
* table module seo
* template method seo
* throttling seo
* tolerant reader seo
* trampoline seo
* transaction script seo
* twin seo
* type object seo
* unit of work seo
* update method seo
* value object seo
* version number seo
* virtual proxy seo
* visitor seo
* seo enhancements
* seo improvements
* SEO enhancements
* SEO improvements
* SEO additions
* SEO improvements
* more SEO improvements
* rename hexagonal + SEO improvements
* SEO improvements
* more SEO stuff
* SEO improvements
* SEO optimizations
* SEO enhancements
* enchance SEO
* improve SEO
* SEO improvements
* update headers
2024-06-08 19:54:44 +03:00
Mayank Choudhary
cb946c0cdc
deps: Upgraded Guice dependency to 6.0.0 ( #2989 )
...
Co-authored-by: Mayankchoudhary294 <mayankchoudhary4302@example.com >
2024-06-07 06:50:29 +03:00
dependabot[bot]
205dc1f99f
build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin ( #2984 )
...
Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven ) from 3.11.0.3922 to 4.0.0.4121.
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases )
- [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.11.0.3922...4.0.0.4121 )
---
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-06-04 06:47:53 +03:00
Ilkka Seppälä
ec5d08e982
refactor: rename microservices patterns
2024-06-01 06:17:32 +03:00
Adelya
684b2e219e
feat: Function composition ( #2954 )
...
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement function composition pattern #2897
* task: isolate virtual proxy pattern
* task: isolate virtual proxy pattern
* refactoring: readme.md
2024-06-01 05:26:46 +03:00
Ilkka Seppälä
0d35b4a1a9
refactor: rename queue based load leveling
2024-05-27 08:50:32 +03:00
Ilkka Seppälä
e12085f158
refactor: rename layers
2024-05-26 11:13:13 +03:00
Ilkka Seppälä
bd5ff136c2
refactor: rename fluent interface module
2024-05-26 08:55:06 +03:00
Ilkka Seppälä
52eb5c7d69
docs: combine embedded value to value object
2024-05-25 16:44:08 +03:00
Ilkka Seppälä
3a38e2be6b
refactor: remove tls and thread pool
2024-05-24 20:56:06 +03:00
Ilkka Seppälä
962e8898e0
refactor: rename and delete some patterns ( #2970 )
2024-05-23 17:57:46 +03:00
Ilkka Seppälä
84df9ad48a
docs: update type object
2024-05-22 19:17:57 +03:00
dependabot[bot]
3ee5ed8716
deps: bump com.google.code.gson:gson
...
updated-dependencies:
- dependency-name: com.google.code.gson:gson
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-05-21 08:56:01 +03:00
Ilkka Seppälä
292554e76e
docs: update slob
2024-05-20 10:57:38 +03:00
Adelya
abbc33295d
feat: Feature/virtual proxy ( #2955 )
...
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern #2940
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern, tests added
* feature: Implement Virtual Proxy pattern iluwatar#2940
* feature: Implement Virtual Proxy pattern iluwatar#2940
* refactoring: proxy/pom.xml
2024-05-15 09:53:36 +03:00
dependabot[bot]
3eef30b115
build(deps): bump com.mycila:license-maven-plugin from 4.3 to 4.5 ( #2951 )
...
Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin ) from 4.3 to 4.5.
- [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.3...license-maven-plugin-4.5 )
---
updated-dependencies:
- dependency-name: com.mycila:license-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-05-14 09:04:07 +03:00
Ilkka Seppälä
9dbffa269a
docs: update master-worker
2024-05-07 15:54:49 +03:00
dependabot[bot]
24d5961a20
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 ( #2942 )
...
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco ) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases )
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12 )
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-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-05-07 12:26:16 +03:00
dependabot[bot]
167aa5afdb
build(deps-dev): bump org.htmlunit:htmlunit from 3.11.0 to 4.1.0 ( #2933 )
...
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit ) from 3.11.0 to 4.1.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/3.11.0...4.1.0 )
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-type: direct:development
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-04-30 13:11:19 +03:00
dependabot[bot]
4451ffbe64
build(deps): bump logback.version from 1.5.5 to 1.5.6 ( #2935 )
...
Bumps `logback.version` from 1.5.5 to 1.5.6.
Updates `ch.qos.logback:logback-classic` from 1.5.5 to 1.5.6
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.5...v_1.5.6 )
Updates `ch.qos.logback:logback-core` from 1.5.5 to 1.5.6
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.5...v_1.5.6 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
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-30 13:09:06 +03:00