Fix missing items of collections/array in grouping logic#1618
Fix missing items of collections/array in grouping logic#1618Markus-Sky wants to merge 4 commits intospringwolf:mainfrom
Conversation
✅ Deploy Preview for springwolf-ui canceled.
|
|
Hi @Markus-Sky Testing is a good question, as this is not well covered as part of the unit test. Still, there is an integration test can be used: springwolf-core/src/test/java/io/github/springwolf/core/integrationtests/application/GroupingIntegrationTest.java Does this help? |
Yes, i already saw ListenerApplication but also did not want to change that directly. I will go with the separate GroupingApplication. |
|
Hi @Markus-Sky, test code looks good. I made some minor changes for readability. This will be reviewed on one of the next Fridays, but definitely before the next release. Thank you for diving in and providing the fix and testing code! |
I want a change so why would I not try to help to implement it. Thanks for taking a look. |
Need to also add tests, also maybe i missed anyOf, etc.
Can you give me a hint where and what kind of tests you would like to have for this case?
#1617