Feature/axoniq/137/docs message transformation#4629
Open
laura-devriendt-lemon wants to merge 5 commits into
Open
Conversation
This was referenced Jun 5, 2026
0477928 to
ff7a06c
Compare
Update the message-transformation reference guide and the upcasters migration page to call EventTransformer.from(...), reflecting the DSL move from EventTransformation onto the EventTransformer interface. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ff7a06c to
da53841
Compare
The chain's register-after-build guard message changed from 'locked' to 'register() must be called before build()' in axoniq-framework #153; update the demo assertion to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
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.



Summary
Adds end-to-end user documentation for Event Transformation (the AF5
successor to single-event upcasters) => REVIEW FIRST #4624 then you don't see that many changes anymore when i have merged the other one
What's included
Reference guide: new
message-transformationmodulefrom/to/transformAPI, generic payloads viaTypeReference, and predicate-based version-range matching.EventTransformerChain(Configuration API and Spring Boot), ordering and last-match-wins, the iteration safety bound, writing pure mappers, and testing a transformation in isolation.advanced-framework.Migration guide
SingleEventUpcasterto an AF5EventTransformation, with a before/after and a concept-mapping table. Nav entry added (gated behindadvanced-framework).