* implemented single table inheritance
* added the Java documentation for the pattern
* updated code files as per the standards
* added the puml and png diagram for the file
* added README.md
* #1316 Single Table Inheritance pattern implemented
* resolved the Checkstyle violations
* removed the tests due to build failure
* updated the code as per review
* resolved Checkstyle violations
* translation for step-builder and table-module and unit-of-work and update-method and value-object to Chinese
* fix a translation error
* Add explanation for guarded suspension
* delete previous modifications
* translate Abstract Document documentation in french
* translate Abstract Document documentation in french for issue #2278
* french translation of abstract factory
* French translation for active-object
* translate Abstract Document documentation in french
* translate Abstract Document documentation in french for issue #2278
* french translation of abstract factory
* French translation for active-object
* tranlate to french: acyclic-visitore, adapter, aggregator-microservice, ambassador, api-gateway, arrange-act-assert, async-method-invocation, balking, bridge.
* translation: translation of abstract factory pattern to Italian
* Update README.md
translation: translation of acyclic visitor pattern to Italian - fixed typo
* Update README.md
translation: translation of abstract factory pattern to Italian - corrected a sentence
---------
Co-authored-by: Leonardo Lisanti <leonardo_lisanti@epam.com>
* refactoring #1012: Format specifiers should be used instead of string concatenation.
* refactoring #1012: Format specifiers should be used instead of string concatenation.
* refactoring #1012: Remove isInfoEnabled check
* Add Health Check pattern implementation
The commit introduces Health Check pattern, providing a series of health indicators for system performance and stability monitoring, including checks for system CPU load, process CPU load, database health, memory usage, and garbage collection metrics. It also includes asynchronous execution and caching mechanisms for health checks, and retry configurations for resilience.
Implements health checking components as per issue #2695.
* Test cases and javadoc for HealthEndpointIntegrationTest
* Added more log to test case to see why it returns 503
* Change config values to see if the system High system CPU load is resolved or not in CI.
* Fixes for test cases.
* some fixes for Sonar.
* some fixes for Sonar.
ADDED HIGH_PROCESS_CPU_LOAD_MESSAGE_WITHOUT_PARAM
ADDED HIGH_SYSTEM_CPU_LOAD_MESSAGE_WITHOUT_PARAM
* Sonar fixes address "Define and throw a dedicated exception instead of using a generic one."
added HealthCheckInterruptedException
refactored CustomHealthIndicator
* fixes checkstyle violation.
* fix: #2223 modify README.md file under double-buffer
add
- Real world example
- In plain words
- Wikipedia says
- Programmatic example
* fix: #2223 issue.
modify readme.md file
- adjust title, category, language, and tag
* fix: #2255
modify README.md file under queue-load-leveling.
- add explanation section
- add plai-word and wiki say
- add programmatic example with code of taskGenerator and ServiceExecutor classes
- add console output by running the code at local
* ref: add '## explanation' line above real-world example