Closed
Description
Hi guys, I've recently upgrade this project spring-webflux-reactive-databases that uses spring-shell to spring-boot 2.7.8
and spring-shell 2.1.6
.
However, I've noticed that my converter CreateOrderProductConverter
is not called.
The CreateOrderProductConverter
is used here to convert a String
with format "<product-1-id:quantity>[;<product-n-id:quantity>]"
to Set<CreateOrderRequest.ProductDto>
If I downgrade to spring-shell 2.1.5
, it works. Thanks!