You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/04 15:47:30 UTC

[GitHub] [shardingsphere] linghengqian opened a new pull request, #18175: Update Groovy version to fix the problem about IndyInterface

linghengqian opened a new pull request, #18175:
URL: https://github.com/apache/shardingsphere/pull/18175

   Fixes #17779 .
   
   Changes proposed in this pull request:
   - update pom.xml .
   - update LICENSE.
   - As a remark, on Groovy 4.0.3, if users need to restore Groovy's support for GraalVM Native Image, they need to manually add the following fields in `conf/reflect-config.json`. Refer to https://github.com/oracle/graal/issues/4492#issuecomment-1143649719 .
   ```json
    {
      "name": "org.codehaus.groovy.runtime.dgm$53",
      "allDeclaredConstructors": true,
      "allPublicConstructors": true,
      "allDeclaredMethods": true,
      "allPublicMethods": true
    }
   ```
   


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

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


[GitHub] [shardingsphere] terrymanu merged pull request #18175: Update Groovy version to fix the problem about IndyInterface

Posted by GitBox <gi...@apache.org>.
terrymanu merged PR #18175:
URL: https://github.com/apache/shardingsphere/pull/18175


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

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


[GitHub] [shardingsphere] codecov-commenter commented on pull request #18175: Update Groovy version to fix the problem about IndyInterface

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #18175:
URL: https://github.com/apache/shardingsphere/pull/18175#issuecomment-1146645377

   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/18175?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 [#18175](https://codecov.io/gh/apache/shardingsphere/pull/18175?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (71ed3ec) into [master](https://codecov.io/gh/apache/shardingsphere/commit/72b723a45146ee78365456c4d6af9294e1971037?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (72b723a) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 71ed3ec differs from pull request most recent head 05ceeb7. Consider uploading reports for the commit 05ceeb7 to get more accurate results
   
   ```diff
   @@            Coverage Diff            @@
   ##             master   #18175   +/-   ##
   =========================================
     Coverage     59.09%   59.09%           
     Complexity     2173     2173           
   =========================================
     Files          3699     3699           
     Lines         54381    54381           
     Branches       9246     9246           
   =========================================
     Hits          32137    32137           
     Misses        19500    19500           
     Partials       2744     2744           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/shardingsphere/pull/18175?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/shardingsphere/pull/18175?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 [72b723a...05ceeb7](https://codecov.io/gh/apache/shardingsphere/pull/18175?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@shardingsphere.apache.org

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