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
FluentAssembler struggles with Tuples when one of the members of the tuple is an Array.
When a tuple that has at least one variable length aggregate collection, (EX: A BookAggregate with all it's Sheets)
Right now, to go trough an assembler with such parameters, the only way to do is injecting the assembler. trying to do the same trough FluentAssembler throws an exception that's generated on Guice.
Due to Java Erasure, Generics are not an option, as FluentAssember cannot locate an assembler annotated with types.
I've uploaded to my fork a couple of IT's to test this behaviour
FluentAssembler struggles with Tuples when one of the members of the tuple is an Array.
When a tuple that has at least one variable length aggregate collection, (EX: A BookAggregate with all it's Sheets)
Right now, to go trough an assembler with such parameters, the only way to do is injecting the assembler. trying to do the same trough FluentAssembler throws an exception that's generated on Guice.
Due to Java Erasure, Generics are not an option, as FluentAssember cannot locate an assembler annotated with types.
I've uploaded to my fork a couple of IT's to test this behaviour
Sherpard@0da3866
The text was updated successfully, but these errors were encountered: