Prepare composite Axon Framework / Axoniq Framework documentation#4420
Merged
hatzlj merged 15 commits intoaxon-5.1.xfrom Apr 20, 2026
Merged
Prepare composite Axon Framework / Axoniq Framework documentation#4420hatzlj merged 15 commits intoaxon-5.1.xfrom
hatzlj merged 15 commits intoaxon-5.1.xfrom
Conversation
The deadlines guide moves over to AxoniqFramework repository documentation
The saga module (currently unlinked from the main navigation, thus not visible at all) from the reference guide moves over to AxoniqFramework
The dealines module (currently unlinked from the main navigation, thus not visible at all) from the reference guide moves over to AxoniqFramework
12be13f to
443289c
Compare
443289c to
acf295e
Compare
The Distributed Command Bus moves to Axoniq Framework, so we also move the related documentation, leaving a reference in the Commands > Infrastructure section.
acf295e to
2ec9467
Compare
The Dead Letter Queue moves to Axoniq Framework, so we also move the related documentation, leaving a reference in the Events > Event Processors section.
The Axon Server Event Storage Engine moves to Axoniq Framework, so we also move the related documentation, leaving a reference in the Events > Infrastructure section.
The Axon Server Testcontainer facility moves to Axoniq Framework, so we also move the related documentation, leaving a reference in the Testing > Advanced Testing section.
2ec9467 to
7c41be9
Compare
To still allow building the Axon Framework documentation locally using antora, we introduce a new playbook source for the axon-framework-reference antora component in `_reference-guide-preview` (keeping `_` in front to filter it for the full library build) that defines the start page and is holding the previous ROOT nav.adoc as main navigation. The playbook.yaml / playbook-dev-ui.yaml are adjusted to include this new source for local builds.
* adjust section naming * restructure extensions section * remove references to Axoniq extensions/modules
The tracing module moves to Axoniq Framework, so we also move the related documentation, leaving references in the Monitoring section
The Distributed Query Bus moves to Axoniq Framework, so we also move the related documentation, leaving a reference in the Queries > Infrastructure section.
7c41be9 to
aef51be
Compare
smcvb
requested changes
Apr 17, 2026
Contributor
smcvb
left a comment
There was a problem hiding this comment.
Some questions, but two concerns:
- I think we should keep the
snapshotting.adocfor now. Let's adjust that once the adjustments are finished - The branch docs don't build for me if I check them out. Due to the bill of materials reference, I think.
smcvb
approved these changes
Apr 17, 2026
Contributor
smcvb
left a comment
There was a problem hiding this comment.
Got it building locally now (thanks for the tips...). Structure wise, approved! The sole thing I think we need to keep still, is the snapshotting.adoc. Anticipating you'll get that resolved, I'll preemptively approve this PR
The Snapshotting and Caching functionality moves to Axoniq Framework, so we also move the related documentation, leaving references in the Tuning section.
To allow cross-repository builds for Axon Framework and Axoniq Framework documentation without requiring both repositories being on the same branch, we widen the fallback in the antora.yml. For the axoniq-library-site build, a branch filtering is applied to avoid getting feature branches picked up.
558feff to
d856fbc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request removes documentation related to features moving to the Axoniq Framework repository according to our new open source and open core model, as described in this blog in more detail.
More importantly, it also prepares the antora documentation sources for the reference guide to allow us coninuing providing a unified reference guide across all Axon Framework and Axoniq Framework features by merging the documentation of both repositories, while still being able to develop and preview Axon Framework related documentation solely in this repository.
Both Axon Framework (remaining open source) and Axoniq Framework (proprietary open core license) will see 5.1 release end of April, 2026.
For any questions around this pull request, feel free to reach out!