Skip to content

Do not send null values to run endpoint#27

Merged
christophd merged 2 commits intocitrusframework:mainfrom
turing85:feature/26-do-not-send-null-values-to-run-endpoint
Jan 12, 2026
Merged

Do not send null values to run endpoint#27
christophd merged 2 commits intocitrusframework:mainfrom
turing85:feature/26-do-not-send-null-values-to-run-endpoint

Conversation

@turing85
Copy link
Contributor

Resolves #26

To achieve this, we:
- set "".setDefaultPropertyInclusion(JsonInclude.Include.NON_NULL)" on the class-level objectMapper, and
- use the class-level objectMapper instead of a new ObjectMapper to construct the request body
@github-actions
Copy link

github-actions bot commented Jan 11, 2026

🚦Reports 🚦

Reports will be posted here as they get available.

🥳 Citrus Tests passed

Passed Failed Skipped
✅ 3 ❌ 0 ⚠️ 0

You can see the report here.

Copy link
Member

@christophd christophd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@christophd christophd merged commit bbb55c7 into citrusframework:main Jan 12, 2026
3 checks passed
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.

citrus-remote-maven-plugin: do not send null values to /run endpoint

2 participants