Closed dotun closed 4 years ago
@dotun i have done some tests, the application start failed and we have issue with the new flyway version and there is errors when runing the tests, can you please fix these issues and add the needed files (application-integration.properties) and others configurations if required, and please update the README.MD is there is any changes in the config and how to run the app and tests.
Other issues: leaving the filters empty form frontend this error appears: org.springframework.web.multipart.support.MissingServletRequestPartException: Required request part 'filter' is not present at org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver.resolveArgument(RequestPartMethodArgumentResolver.java:161) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
@dotun i have merged the last PR's, please fetch the last version of develop branch and do the corrections
@dotun i have done some tests, the application start failed and we have issue with the new flyway version and there is errors when runing the tests, can you please fix these issues and add the needed files (application-integration.properties) and others configurations if required, and please update the README.MD is there is any changes in the config and how to run the app and tests.
I have fixed issues I was able to identify. Also, I have updated the README.MD to include instructions for integration tests.
Other issues: leaving the filters empty form frontend this error appears: org.springframework.web.multipart.support.MissingServletRequestPartException: Required request part 'filter' is not present at org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver.resolveArgument(RequestPartMethodArgumentResolver.java:161) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
Fixed this with a default empty filter dto.
@dotun i have merged the last PR's, please fetch the last version of develop branch and do the corrections
Done as requested.
[#4wmyet]