Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjyu authored Oct 20, 2024
2 parents 1905818 + 7c8802e commit 495641a
Show file tree
Hide file tree
Showing 184 changed files with 784 additions and 5 deletions.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3195,6 +3195,33 @@
"contributions": [
"code"
]
},
{
"login": "vvanghelle",
"name": "Vincent Vanghelle",
"avatar_url": "https://avatars.githubusercontent.com/u/3204600?v=4",
"profile": "https://github.com/vvanghelle",
"contributions": [
"translation"
]
},
{
"login": "antoheri",
"name": "Antoine Héritier",
"avatar_url": "https://avatars.githubusercontent.com/u/79988396?v=4",
"profile": "https://github.com/antoheri",
"contributions": [
"translation"
]
},
{
"login": "fishandsheep",
"name": "QinShower",
"avatar_url": "https://avatars.githubusercontent.com/u/43347407?v=4",
"profile": "https://github.com/fishandsheep",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 6,
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=iluwatar_java-design-patterns&metric=coverage)](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns)
[![Join the chat at https://gitter.im/iluwatar/java-design-patterns](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iluwatar/java-design-patterns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-350-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-353-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<br/>
Expand Down Expand Up @@ -527,6 +527,9 @@ This project is licensed under the terms of the MIT license.
<tr>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Ritabrata1080"><img src="https://avatars.githubusercontent.com/u/60834250?v=4?s=100" width="100px;" alt="Ritabrata"/><br /><sub><b>Ritabrata</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/pulls?q=is%3Apr+reviewed-by%3ARitabrata1080" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/trivikr"><img src="https://avatars.githubusercontent.com/u/16024985?v=4?s=100" width="100px;" alt="Trivikram Kamat"/><br /><sub><b>Trivikram Kamat</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=trivikr" title="Code">💻</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/vvanghelle"><img src="https://avatars.githubusercontent.com/u/3204600?v=4?s=100" width="100px;" alt="Vincent Vanghelle"/><br /><sub><b>Vincent Vanghelle</b></sub></a><br /><a href="#translation-vvanghelle" title="Translation">🌍</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/antoheri"><img src="https://avatars.githubusercontent.com/u/79988396?v=4?s=100" width="100px;" alt="Antoine Héritier"/><br /><sub><b>Antoine Héritier</b></sub></a><br /><a href="#translation-antoheri" title="Translation">🌍</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/fishandsheep"><img src="https://avatars.githubusercontent.com/u/43347407?v=4?s=100" width="100px;" alt="QinShower"/><br /><sub><b>QinShower</b></sub></a><br /><a href="#translation-fishandsheep" title="Translation">🌍</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion hexagonal-architecture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>4.16.2</version>
<version>4.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions localization/es/abstract-document/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Abstract Document
shortTitle: Abstract Document
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/abstract-factory/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Abstract Factory
shortTitle: Abstract Factory
category: Creational
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/active-object/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Active Object
shortTitle: Active Object
category: Concurrency
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/acyclic-visitor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Acyclic Visitor
shortTitle: Acyclic Visitor
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/adapter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Adapter
shortTitle: Adapter
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/aggregator-microservices/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Aggregator Microservices
shortTitle: Aggregator Microservices
category: Architectural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/ambassador/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Ambassador
shortTitle: Ambassador
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/api-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: API Gateway
shortTitle: API Gateway
category: Architectural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/arrange-act-assert/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Arrange/Act/Assert
shortTitle: Arrange/Act/Assert
category: Idiom
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/async-method-invocation/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Async Method Invocation
shortTitle: Async Method Invocation
category: Concurrency
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/balking/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Balking
shortTitle: Balking
category: Concurrency
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/bridge/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bridge
shortTitle: Bridge
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/builder/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Builder
shortTitle: Builder
category: Creational
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/business-delegate/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Business Delegate
shortTitle: Business Delegate
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/bytecode/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bytecode
shortTitle: Bytecode
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/chain-of-responsibility/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Chain of responsibility
shortTitle: Chain of responsibility
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/client-session/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Client Session
shortTitle: Client Session
category: Behavioral
language: es
tags:
Expand Down
1 change: 1 addition & 0 deletions localization/es/collecting-parameter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Collecting Parameter
shortTitle: Collecting Parameter
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/command/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Command
shortTitle: Command
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/commander/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Commander
shortTitle: Commander
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/composite-entity/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Composite Entity
shortTitle: Composite Entity
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/composite-view/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Composite View
shortTitle: Composite View
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/composite/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Composite
shortTitle: Composite
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/context-object/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Context object
shortTitle: Context object
category: Creational
language: es
tags:
Expand Down
1 change: 1 addition & 0 deletions localization/es/converter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Converter
shortTitle: Converter
category: Creational
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/data-locality/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Data Locality
shortTitle: Data Locality
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/decorator/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Decorator
shortTitle: Decorator
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/delegation/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Delegation
shortTitle: Delegation
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/dependency-injection/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Dependency Injection
shortTitle: Dependency Injection
category: Creational
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/dirty-flag/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Dirty Flag
shortTitle: Dirty Flag
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/double-buffer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Double Buffer
shortTitle: Double Buffer
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/embedded-value/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Embedded Value
shortTitle: Embedded Value
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/event-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Event Aggregator
shortTitle: Event Aggregator
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/extension-objects/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Extension objects
shortTitle: Extension objects
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/facade/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Facade
shortTitle: Facade
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/factory-kit/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Factory Kit
shortTitle: Factory Kit
category: Creational
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/factory-method/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Factory Method
shortTitle: Factory Method
category: Creational
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/factory/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Factory
shortTitle: Factory
category: Creational
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/feature-toggle/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Feature Toggle
shortTitle: Feature Toggle
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/flux/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Flux
shortTitle: Flux
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/flyweight/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Flyweight
shortTitle: Flyweight
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/front-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Front Controller
shortTitle: Front Controller
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/game-loop/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Game Loop
shortTitle: Game Loop
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Gateway
shortTitle: Gateway
category: Structural
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/health-check/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Health Check Pattern
shortTitle: Health Check Pattern
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/identity-map/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Identity Map
shortTitle: Identity Map
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/intercepting-filter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Intercepting Filter
shortTitle: Intercepting Filter
category: Behavioral
language: es
tag:
Expand Down
1 change: 1 addition & 0 deletions localization/es/interpreter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Interpreter
shortTitle: Interpreter
category: Behavioral
language: es
tag:
Expand Down
Loading

0 comments on commit 495641a

Please sign in to comment.