From 98a7ce121bde254570d246e278c3633a2a5c3840 Mon Sep 17 00:00:00 2001 From: Artem Nagibin Date: Tue, 18 Aug 2026 15:19:50 +0300 Subject: [PATCH] Add spring-chain-of-responsibility --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 916ebcdd..0319f5a1 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -1218,6 +1218,7 @@ _Libraries which provide general utility functions._ - [java-refined](https://github.com/JunggiKim/java-refined) - Zero-dependency refinement types for Java 8+ with type-safe wrappers covering numerics, strings, and collections. - [PipelinR](https://github.com/sizovs/pipelinr) - Small utility library for using handlers and commands with pipelines. - [Semver4j](https://github.com/semver4j/semver4j) - Lightweight library that helps you handling semantic versioning with different modes. +- [spring-chain-of-responsibility](https://github.com/evmetatron/spring-chain-of-responsibility) - Autowires Spring Boot beans into a Chain of Responsibility via `@Order` and `@ChainNext`, no manual wiring. - [Underscore-java](https://github.com/javadev/underscore-java) - Port of Underscore.js functions. - [Zip4j](https://github.com/srikanth-lingala/zip4j) - Reads, writes, encrypts and streams ZIP files.