Open TheAmg opened 5 months ago
A method with return type Map<Boolean,List> (from unlogged-spring-maven-demo) doesn't serialize properly. This results in no assertions being generated when trying to save the candidate.
unlogged-spring-maven-demo
https://github.com/unloggedio/intellij-java-plugin/assets/68552461/78f721bf-4d80-4941-868e-d4ea9bb224d7
0.6.2
partitionBy
StreamOpsController
Map<Boolean,List> should get serialized properly and proper assertions should get generated when trying to save a candidate for this method.
No response
Describe the bug
A method with return type Map<Boolean,List> (from
unlogged-spring-maven-demo
) doesn't serialize properly. This results in no assertions being generated when trying to save the candidate.https://github.com/unloggedio/intellij-java-plugin/assets/68552461/78f721bf-4d80-4941-868e-d4ea9bb224d7
Reproduction steps
unlogged-spring-maven-demo
with SDK0.6.2
partitionBy
inStreamOpsController
Expected behavior
Map<Boolean,List> should get serialized properly and proper assertions should get generated when trying to save a candidate for this method.
Additional context
No response