You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "YektaDev (via GitHub)" <gi...@apache.org> on 2023/07/21 17:42:35 UTC

[GitHub] [commons-lang] YektaDev opened a new pull request, #1085: SystemUtils.java: Fix and updates related to macOS

YektaDev opened a new pull request, #1085:
URL: https://github.com/apache/commons-lang/pull/1085

   This PR contains fixing macOS Big Sur detection, which started from version 11 and adds support for detecting macOS Monterey (12) and Ventura (13). Note that it might be beneficial to add `@since x.x` comment to the respective docs since I didn't know which version they're being included in.


-- 
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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-lang] garydgregory merged pull request #1085: SystemUtils.java: Fix and updates related to macOS

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory merged PR #1085:
URL: https://github.com/apache/commons-lang/pull/1085


-- 
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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-lang] codecov-commenter commented on pull request #1085: SystemUtils.java: Fix and updates related to macOS

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #1085:
URL: https://github.com/apache/commons-lang/pull/1085#issuecomment-1646878912

   ## [Codecov](https://app.codecov.io/gh/apache/commons-lang/pull/1085?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#1085](https://app.codecov.io/gh/apache/commons-lang/pull/1085?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (073e451) into [master](https://app.codecov.io/gh/apache/commons-lang/commit/fbfcda9b62654e5f03b404ba9b525f22a458e417?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (fbfcda9) will **increase** coverage by `0.00%`.
   > The diff coverage is `100.00%`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1085   +/-   ##
   =========================================
     Coverage     92.12%   92.12%           
     Complexity     7503     7503           
   =========================================
     Files           195      195           
     Lines         15720    15722    +2     
     Branches       2897     2897           
   =========================================
   + Hits          14482    14484    +2     
     Misses          666      666           
     Partials        572      572           
   ```
   
   
   | [Impacted Files](https://app.codecov.io/gh/apache/commons-lang/pull/1085?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [...ain/java/org/apache/commons/lang3/SystemUtils.java](https://app.codecov.io/gh/apache/commons-lang/pull/1085?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvbGFuZzMvU3lzdGVtVXRpbHMuamF2YQ==) | `96.02% <100.00%> (+0.05%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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@commons.apache.org

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