Skip to content
Bluetape4k docs1.11

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.

PathManual groupPrimary use
bluetape4k/FoundationCore types, annotations, logging, coroutines, and BOM
cache/CachingCache contracts and backends
data/DataJDBC, R2DBC, Hibernate, MongoDB, and Cassandra
infra/InfrastructureRedis, messaging, resilience, metrics, tracing, and search
io/I/OCodecs, serialization, HTTP, gRPC, Protobuf, and Vert.x
ktor/WebKtor server foundations and testing
spring-boot/SpringSpring Boot integration modules and demos
testing/TestingAssertions, JUnit support, containers, and mock servers
utils/UtilitiesDomain and algorithmic utilities
virtualthread/ConcurrencyVirtual-thread APIs and JDK implementations
examples/LearningRunnable examples; not published
benchmark/ExperimentsReproducible performance investigations; not published

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

Release README: README.md

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”

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”

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”

ServiceLoader selection sequence for VirtualThreadRuntime discovery, support filtering, priority sorting, and executor delegation

Release README: virtualthread/README.md