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
Given the information provided, it's really hard to understand what the issue is, so we are going to need a reproducer if we are to be able to figure it out.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
While serializing JSON responseI got doucle properties isEnd and end in response, when I renamed property it started to work fine
response is generated like this
Expected behavior
response has single property serialized
Actual behavior
response has double properties isEnd and end in serialization output
How to Reproduce?
create response with same properties as in Dto class
Output of
uname -a
orver
Linux T3000449 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
java 17
Quarkus version or git rev
3.1.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: