Skip to content

Add render observation hooks - #47

Merged
gregjotau merged 1 commit into
mainfrom
codex/render-observers
Aug 22, 2026
Merged

Add render observation hooks#47
gregjotau merged 1 commit into
mainfrom
codex/render-observers

Conversation

@gregjotau

Copy link
Copy Markdown
Contributor

Closes #42.

Adds a small Spring render observer API covering servlet and string renders, including template selection, execution, flushing, response writes, and original failures. Observer beans are auto-discovered and isolated from rendering; the zero-observer path allocates no observation metadata.

Also prepares the additive 0.10.0 release and updates documentation/examples.

Verified with:

  • ./gradlew clean build --configuration-cache
  • composite thimCheck in ReAI, Utin, Eteo, and Ecomtools

@gregjotau
gregjotau merged commit f2f21c2 into main Aug 22, 2026
1 check passed
@gregjotau
gregjotau deleted the codex/render-observers branch August 22, 2026 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add render observation hooks for timing and failure monitoring

1 participant