Converters are not called #667
Labels
branch/2.1.x
Issue for a branch
branch/3.0.x
Issue for a branch
for/backport
For backporting
type/bug
Is a bug report
Milestone
Hi guys, I've recently upgrade this project spring-webflux-reactive-databases that uses spring-shell to spring-boot
2.7.8
and spring-shell2.1.6
.However, I've noticed that my converter
CreateOrderProductConverter
is not called.The
CreateOrderProductConverter
is used here to convert aString
with format"<product-1-id:quantity>[;<product-n-id:quantity>]"
toSet<CreateOrderRequest.ProductDto>
If I downgrade to spring-shell
2.1.5
, it works. Thanks!The text was updated successfully, but these errors were encountered: