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
As I am not sure if the property should be honored, I didn't provide a demo project to reproduce the problem.
If this would help, please let me know and I will set up a test project.
Hello,
while trying to decode a bigger JSON payload with the following code, I run into the problem that the in memory buffer is too small:
results in:
Setting the config spring.codec.max-in-memory-size to a value of e.g. 1MB does result in the same error.
Only configuring the buffer size programatically does help:
As I am not sure if the property should be honored, I didn't provide a demo project to reproduce the problem.
If this would help, please let me know and I will set up a test project.
related issue: #18828
The text was updated successfully, but these errors were encountered: