Skip to main content

What's new since modularization

Use this catalog to find user-facing capabilities added since 10.2.20260610 (2026-06-10). Keep the deeper configuration and API details in the linked canonical guides. Select a node in the map to open that section.

note

When a user-facing feature ships, add or refresh its short entry here in the same documentation PR as its deep guide.

Browse by group

Import the BOM before combining published modules:

pom.xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.shafthq</groupId>
<artifactId>shaft-bom</artifactId>
<version>${shaft.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>