You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/07/01 11:33:34 UTC

[GitHub] [incubator-linkis] jackxu2011 opened a new pull request, #2394: feat(logging): scala remove the use of Logging's deprecated method

jackxu2011 opened a new pull request, #2394:
URL: https://github.com/apache/incubator-linkis/pull/2394

   ### What is the purpose of the change
   scala remove the user of Logging's deprecated method
   
   ### Verifying this change
   (Please pick either of the following options)  
   This change is a trivial rework / code cleanup without any test coverage.  
   
   ### Does this pull request potentially affect one of the following parts:
   - Dependencies (does it add or upgrade a dependency): no
   - Anything that affects deployment: no
   - The MGS(Microservice Governance Services), i.e., Spring Cloud Gateway, OpenFeign, Eureka.: no
   
   ### Documentation
   - Does this pull request introduce a new feature? no 
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] codecov[bot] commented on pull request #2394: feat(logging): scala remove the use of Logging's deprecated method

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #2394:
URL: https://github.com/apache/incubator-linkis/pull/2394#issuecomment-1172266483

   # [Codecov](https://codecov.io/gh/apache/incubator-linkis/pull/2394?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#2394](https://codecov.io/gh/apache/incubator-linkis/pull/2394?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (d5da061) into [dev-1.2.0](https://codecov.io/gh/apache/incubator-linkis/commit/f58707431cc29086c04ec321c00a107047a8a65d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f587074) will **increase** coverage by `0.04%`.
   > The diff coverage is `14.89%`.
   
   ```diff
   @@               Coverage Diff               @@
   ##             dev-1.2.0    #2394      +/-   ##
   ===============================================
   + Coverage        17.77%   17.82%   +0.04%     
     Complexity        1076     1076              
   ===============================================
     Files              595      595              
     Lines            17664    17666       +2     
     Branches          2673     2634      -39     
   ===============================================
   + Hits              3140     3149       +9     
   - Misses           14090    14092       +2     
   + Partials           434      425       -9     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-linkis/pull/2394?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../org/apache/linkis/common/conf/Configuration.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLWNvbW1vbi9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9jb21tb24vY29uZi9Db25maWd1cmF0aW9uLnNjYWxh) | `0.00% <0.00%> (ø)` | |
   | [...ache/linkis/common/listener/ListenerEventBus.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLWNvbW1vbi9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9jb21tb24vbGlzdGVuZXIvTGlzdGVuZXJFdmVudEJ1cy5zY2FsYQ==) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/linkis/common/utils/RetryHandler.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLWNvbW1vbi9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9jb21tb24vdXRpbHMvUmV0cnlIYW5kbGVyLnNjYWxh) | `0.00% <0.00%> (ø)` | |
   | [...n/scala/org/apache/linkis/common/utils/Utils.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLWNvbW1vbi9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9jb21tb24vdXRpbHMvVXRpbHMuc2NhbGE=) | `6.75% <0.00%> (ø)` | |
   | [...in/scala/org/apache/linkis/rpc/BaseRPCSender.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLXJwYy9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9ycGMvQmFzZVJQQ1NlbmRlci5zY2FsYQ==) | `0.00% <0.00%> (ø)` | |
   | [...cala/org/apache/linkis/rpc/RPCReceiveRestful.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLXJwYy9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9ycGMvUlBDUmVjZWl2ZVJlc3RmdWwuc2NhbGE=) | `0.00% <0.00%> (ø)` | |
   | [...ala/org/apache/linkis/rpc/RPCSpringBeanCache.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLXJwYy9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9ycGMvUlBDU3ByaW5nQmVhbkNhY2hlLnNjYWxh) | `0.00% <0.00%> (ø)` | |
   | [...pache/linkis/rpc/conf/RPCSpringConfiguration.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLXJwYy9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9ycGMvY29uZi9SUENTcHJpbmdDb25maWd1cmF0aW9uLnNjYWxh) | `0.00% <0.00%> (ø)` | |
   | [...pache/linkis/rpc/interceptor/RPCServerLoader.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLXJwYy9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9ycGMvaW50ZXJjZXB0b3IvUlBDU2VydmVyTG9hZGVyLnNjYWxh) | `0.00% <0.00%> (ø)` | |
   | [...c/interceptor/common/BroadcastRPCInterceptor.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLXJwYy9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9ycGMvaW50ZXJjZXB0b3IvY29tbW9uL0Jyb2FkY2FzdFJQQ0ludGVyY2VwdG9yLnNjYWxh) | `0.00% <0.00%> (ø)` | |
   | ... and [33 more](https://codecov.io/gh/apache/incubator-linkis/pull/2394/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-linkis/pull/2394?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-linkis/pull/2394?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [f587074...d5da061](https://codecov.io/gh/apache/incubator-linkis/pull/2394?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong merged pull request #2394: feat(logging): scala remove the use of Logging's deprecated method

Posted by GitBox <gi...@apache.org>.
peacewong merged PR #2394:
URL: https://github.com/apache/incubator-linkis/pull/2394


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org