Alex Litsov
Alex Litsov
Hello, I found small mistake here: https://github.com/eliostvs/clean-architecture-delivery-example/blob/ea77a0dee0b6d6e625d5e03516937f4d03f915c2/src/main/java/com/delivery/core/usecases/customer/CustomerRepository.java#L13 It seems for some reason that CustomerData (JPA) instead of Customer is used in the Repository interface and therefore our inner layer (usecase)...
fixes #5 To reproduce the bug just run this code part with the following input: ``` Front content Back content ``` Back content is always lost
Hello! Big thanks for your addon! I just found some bug or maybe just doing something incorrectly. I hope you will find some time to test this. **Situation**: I edit...