wangliang181230 opened a new pull request, #5306:
URL: https://github.com/apache/incubator-seata/pull/5306

   <!-- Please make sure you have read and understood the contributing 
guidelines -->
   
   - [ ] I have registered the PR 
[changes](https://github.com/seata/seata/tree/develop/changes).
   
   ### Ⅰ. Describe what this PR did
   1. 增加 findbugs 的 `jsr305` 依赖,有助于减少空指针异常;
   2. 拆分 Configuration 接口,分出 `UpdatableConfiguration` 和 
`ConfigurationChangeListenerManager`;
   3. `AbstractConfiguration` 的部分方法,转移到 `Configuration` 里,作为 `default` 方法.
   4. 重命名 `getConfig` 方法为 `getString`; 
   5. 新增 `ConvertUtils` 和 `ObjectUtils` 两个工具类。
   6. `io.seata.config` 包下 跟 changelistener 有关的类,转移到 
`io.seata.config.changelistener` 包下。
   
   ### Ⅱ. Special notes for reviews
   主要Review以下文件即可:
   1. Configuration.java
   2. AbstractConfiguration.java
   
   其他代码变更,基本上可以一眼带过。


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to