awasum commented on issue #642: FINERACT-724 Upgrade Spring Boot, Spring and Spring Security to their latest stable version URL: https://github.com/apache/fineract/pull/642#issuecomment-557018924 @ivan333m , @vorburger . I think the Health Actuator endpoint changed in recent version of spring boot(2.1.7) which this PR is using. So in Travis, we might need to change the http test call to: https://localhost:8443/fineract-provider/actuator/health. This should hopefully solve the failing Travis test. @ivan333m will you be able to help with this? Here is the travis file/line: https://github.com/apache/fineract/blob/23c3f23e12ad04563b2c0d5353b143cdf70911de/.travis.yml#L65 I would have done a PR but I like it to be done here so the review comments are in one place...I might send a test PR to see if am right, but go ahead and make the change here on your branch.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
