arrowhead-f / arrowhead-kalix

The Arrowhead Kalix Libraries
https://arkalix.se
Eclipse Public License 2.0
2 stars 5 forks source link

Cannot pass list of DTOs to MessageOutgoing::body #28

Closed nicnys-8 closed 3 years ago

nicnys-8 commented 3 years ago

The method for setting a list of encodables as outgoing message body declares its first parameter as List<MultiEncodable>, but it should probably be List<? extends MultiEncodable>.

emanuelpalm commented 3 years ago

PR merged. I'm closing this now.