You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/11/16 07:19:58 UTC

[GitHub] [servicecomb-java-chassis] pigbayspy edited a comment on pull request #2635: [SCB-2356] fix the compatibility with spring 5.3.7 or later

pigbayspy edited a comment on pull request #2635:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2635#issuecomment-969943946


   我昨天看了一下升级要做的改动 @fanjiwang1992 
   - spring 提供的 StringUtils 的 isEmpty 方法被标记为弃用
   - 我建议 servicecomb 自己编写一个 StringUtils 工具类,来提供 isEmptyString 和 isNotEmptyString 方法
   - 同时,servicecomb 代码中有一些 片段如 `!StringUtils.isEmpty()` , 可以用 `StringUtils.isNotEmptyString()` 代替


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org