Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PseudoController now correctly returns a JSON object with correct content-type and encoding #83

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

bjornandre
Copy link
Contributor

@bjornandre bjornandre commented Feb 13, 2024

Micronaut attemps to wrap the HttpResponse<Publisher<String>> into a JSON array - which is not correct. According to the docs one can avoid this by returning HttpResponse<Flowable<byte[]>> instead.

Also fixed missing NULL_VALUE metric in PseudoField and don't rely on missing sidSnapshotDate when setting MISSING_SID metric.

This fixed the internal ticket ID: DPSTAT-839

…tent-type and encoding. Fixed missing NULL_VALUE metric in PseudoField and don't rely on missing sidSnapshotDate when setting MISSING_SID metric.
@bjornandre bjornandre requested a review from a team February 13, 2024 14:43
@bjornandre bjornandre merged commit 3240cf8 into master Feb 13, 2024
2 checks passed
@bjornandre bjornandre deleted the fix-json-response branch February 13, 2024 16:19
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.

2 participants