zhengyangyong opened a new pull request #673: [SCB-504] upgrade spring boot version to 1.5.8.RELEASE and spring version to 4.3.12.RELEASE URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/673 Signed-off-by: zhengyangyong <yangyong.zh...@huawei.com> Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] Format the pull request title like `[SCB-XXX] Fixes bug in ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA issue. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean install` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). --- Spring Boot and Spring Version match | Spring Boot | Spring Version | | :---------- | :---------- | | 1.5.8.RELEASE | 4.3.12.RELEASE | | 1.5.9.RELEASE | 4.3.13.RELEASE | | 1.5.10.RELEASE | 4.3.14.RELEASE | | 1.5.11.RELEASE | 4.3.15.RELEASE | | 1.5.12.RELEASE | 4.3.16.RELEASE | If Consumer use RestTemplate make a invocation and Producer return 590 Cse Internal Server Error like : `ensureServerBlowsUp` in https://github.com/apache/incubator-servicecomb-java-chassis/blob/master/integration-tests/springmvc-tests/src/test/java/org/apache/servicecomb/demo/springmvc/tests/SpringMvcIntegrationTestBase.java * 4.3.12.RELEASE still throw **UnknownHttpStatusCodeException** * 4.3.13.RELEASE and 4.3.14.RELEASE change to throw **org.springframework.web.client.ResourceAccessException** * 4.3.15.RELEASE and 4.3.16.RELEASE won't throw any Exception and direct return `{"message":"Cse Internal Server Error"}` **So we only can upgrade spring boot version to 1.5.8.RELEASE**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services