You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Double and Float data types in a a Webflux project, the sdk fails to properly serialize them and hence gives wrong outputs on direct invoke.
Reproduction steps
Run the project with unlogged sdk and plugin.
Go to VarKeywordController.java class in unlogged-spring-webflux-maven-demo.
Direct invoke the controllers getDoubleVar() and getFloatVar().
You will receive very large numbers as output as shown in the image.
Expected behavior
Correct outputs should be visible. If in getFloatVar(float n), the input is 1, the output should be 10.0
Similarly for getDoubleVar.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When using Double and Float data types in a a Webflux project, the sdk fails to properly serialize them and hence gives wrong outputs on direct invoke.
Reproduction steps
Expected behavior
Correct outputs should be visible. If in getFloatVar(float n), the input is 1, the output should be 10.0
Similarly for getDoubleVar.
Additional context
No response
The text was updated successfully, but these errors were encountered: