Repository map
Latest stable Based on Bluetape4k release 1.11.0
The manual inventory is generated from Gradle subprojects; directory names are navigation metadata, not a copied source of truth.
| Path | Manual group | Primary use |
|---|---|---|
bluetape4k/ | Foundation | Core types, annotations, logging, coroutines, and BOM |
cache/ | Caching | Cache contracts and backends |
data/ | Data | JDBC, R2DBC, Hibernate, MongoDB, and Cassandra |
infra/ | Infrastructure | Redis, messaging, resilience, metrics, tracing, and search |
io/ | I/O | Codecs, serialization, HTTP, gRPC, Protobuf, and Vert.x |
ktor/ | Web | Ktor server foundations and testing |
spring-boot/ | Spring | Spring Boot integration modules and demos |
testing/ | Testing | Assertions, JUnit support, containers, and mock servers |
utils/ | Utilities | Domain and algorithmic utilities |
virtualthread/ | Concurrency | Virtual-thread APIs and JDK implementations |
examples/ | Learning | Runnable examples; not published |
benchmark/ | Experiments | Reproducible performance investigations; not published |
Release diagrams
Section titled “Release diagrams”These diagrams are loaded directly from README assets published with the 1.11.0 release and pinned to its immutable commit. They describe this manual’s released structure and runtime flows, not later Snapshot changes. Select a preview to open the SVG at the same release commit.
Module Structure diagram
Section titled “Module Structure diagram”Release README: README.md
Bluetape4k framework overview diagram
Section titled “Bluetape4k framework overview diagram”Release README: README.md
VirtualThreads runtime selection flow using ServiceLoader providers, priority sorting, and platform fallback
Section titled “VirtualThreads runtime selection flow using ServiceLoader providers, priority sorting, and platform fallback”Release README: virtualthread/README.md
Virtual thread class structure for runtime facades, provider interfaces, JDK implementations, scope contracts, and TaskContext
Section titled “Virtual thread class structure for runtime facades, provider interfaces, JDK implementations, scope contracts, and TaskContext”Release README: virtualthread/README.md
ServiceLoader selection sequence for VirtualThreadRuntime discovery, support filtering, priority sorting, and executor delegation
Section titled “ServiceLoader selection sequence for VirtualThreadRuntime discovery, support filtering, priority sorting, and executor delegation”Release README: virtualthread/README.md




