Skip to content

feat: send key-annotated event fields as TargetParameters for direct record navigation#50

Open
busehalis-sap wants to merge 2 commits into
mainfrom
feat/notification-target-parameters
Open

feat: send key-annotated event fields as TargetParameters for direct record navigation#50
busehalis-sap wants to merge 2 commits into
mainfrom
feat/notification-target-parameters

Conversation

@busehalis-sap

@busehalis-sap busehalis-sap commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary

The Node.js notifications plugin already supported navigation target parameters: Event fields marked with the key keyword are sent as TargetParameters to ANS. This PR brings the same feature to the CAP Java plugin.

Changes

  • NotificationAssembler: key-annotated fields are extracted as TargetParameters, non-key fields remain as Properties
  • NotificationTemplateAssembler: key-annotated fields are excluded from the notification template PropertiesSchema, since they are navigation parameters and not template placeholders
  • Integration test: added key certId to CertificateExpiration event and a test asserting certId appears in TargetParameters and not in Properties
  • README: added Navigation Target Parameters section under Deep Dive
  • CHANGELOG: documented the new feature under v0.0.2-alpha

@busehalis-sap
busehalis-sap requested a review from lisajulia July 23, 2026 14:29
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.

1 participant