-
Notifications
You must be signed in to change notification settings - Fork 393
Closed
Labels
branch/2.1.xIssue for a branchIssue for a branchbranch/3.0.xIssue for a branchIssue for a branchfor/backportFor backportingFor backportingtype/bugIs a bug reportIs a bug report
Milestone
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!
Metadata
Metadata
Assignees
Labels
branch/2.1.xIssue for a branchIssue for a branchbranch/3.0.xIssue for a branchIssue for a branchfor/backportFor backportingFor backportingtype/bugIs a bug reportIs a bug report