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 2020/10/29 02:47:15 UTC

[GitHub] [shardingsphere] lovepoem opened a new pull request #7953: introduce flatten_maven_plugin to revision version

lovepoem opened a new pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953


   introduce flatten_maven_plugin to revision version


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

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



[GitHub] [shardingsphere] lovepoem commented on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
lovepoem commented on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-729344686


   > The build of github action is failed
   On the master branch , when I run ` mvn clean install -DskipTests=true`
   It throws Exception 
   ```
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  1.777 s
   [INFO] Finished at: 2020-11-18T10:55:37+08:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project config-utility: Could not resolve dependencies for project org.apache.shardingsphere.example:config-utility:jar:5.0.0-alpha: Failed to collect dependencies at org.apache.shardingsphere:shardingsphere-sharding-api:jar:5.0.0-RC1-SNAPSHOT: Failed to read artifact descriptor for org.apache.shardingsphere:shardingsphere-sharding-api:jar:5.0.0-RC1-SNAPSHOT: Failure to find org.apache.shardingsphere:shardingsphere-sharding:pom:${revision} in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <args> -rf :config-utility
   
   
   ```
   
   Do you have the same issue ?  Shall resolve it at first ? 


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

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



[GitHub] [shardingsphere] lovepoem edited a comment on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
lovepoem edited a comment on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-729344686


   > The build of github action is failed
   On the master branch , when I run 
   ```
   cd examples
   mvn clean install -DskipTests=true
   ```
   It throws Exception 
   ```
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  1.777 s
   [INFO] Finished at: 2020-11-18T10:55:37+08:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project config-utility: Could not resolve dependencies for project org.apache.shardingsphere.example:config-utility:jar:5.0.0-alpha: Failed to collect dependencies at org.apache.shardingsphere:shardingsphere-sharding-api:jar:5.0.0-RC1-SNAPSHOT: Failed to read artifact descriptor for org.apache.shardingsphere:shardingsphere-sharding-api:jar:5.0.0-RC1-SNAPSHOT: Failure to find org.apache.shardingsphere:shardingsphere-sharding:pom:${revision} in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <args> -rf :config-utility
   
   
   ```
   
   Do you have the same issue ?  Shall resolve it at first ? 


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

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



[GitHub] [shardingsphere] tristaZero commented on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
tristaZero commented on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-882015613


   So @lovepoem @terrymanu we closed this one? as this PR stays unchanged for a long time.


-- 
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-io edited a comment on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-718351994


   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=h1) Report
   > Merging [#7953](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=desc) into [master](https://codecov.io/gh/apache/shardingsphere/commit/ead87d484543d56a7ceb70ad744a3980baa4f59e?el=desc) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/shardingsphere/pull/7953/graphs/tree.svg?width=650&height=150&src=pr&token=ZvlXpWa7so)](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #7953      +/-   ##
   ============================================
   - Coverage     74.71%   74.68%   -0.03%     
   - Complexity      537      538       +1     
   ============================================
     Files          1444     1447       +3     
     Lines         22757    22775      +18     
     Branches       4064     4063       -1     
   ============================================
   + Hits          17002    17009       +7     
   - Misses         4655     4666      +11     
     Partials       1100     1100              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...ext/transaction/GovernanceTransactionContexts.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS9zaGFyZGluZ3NwaGVyZS1nb3Zlcm5hbmNlLWNvcmUvc2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS1jb3JlLWNvbnRleHQvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2dvdmVybmFuY2UvY29udGV4dC90cmFuc2FjdGlvbi9Hb3Zlcm5hbmNlVHJhbnNhY3Rpb25Db250ZXh0cy5qYXZh) | `93.33% <0.00%> (-6.67%)` | `0.00% <0.00%> (ø%)` | |
   | [...che/shardingsphere/sharding/rule/ShardingRule.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZmVhdHVyZXMvc2hhcmRpbmdzcGhlcmUtc2hhcmRpbmcvc2hhcmRpbmdzcGhlcmUtc2hhcmRpbmctY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGFyZGluZ3NwaGVyZS9zaGFyZGluZy9ydWxlL1NoYXJkaW5nUnVsZS5qYXZh) | `73.14% <0.00%> (-1.42%)` | `0.00% <0.00%> (ø%)` | |
   | [...ent/standard/StandardSQLStatementParserEngine.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc3FsL3BhcnNlci9zdGF0ZW1lbnQvc3RhbmRhcmQvU3RhbmRhcmRTUUxTdGF0ZW1lbnRQYXJzZXJFbmdpbmUuamF2YQ==) | `0.00% <0.00%> (ø)` | `0.00% <0.00%> (ø%)` | |
   | [.../consensus/rule/ConsensusReplicationTableRule.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZmVhdHVyZXMvc2hhcmRpbmdzcGhlcmUtY29uc2Vuc3VzLXJlcGxpY2F0aW9uL3NoYXJkaW5nc3BoZXJlLWNvbnNlbnN1cy1yZXBsaWNhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3JlcGxpY2F0aW9uL2NvbnNlbnN1cy9ydWxlL0NvbnNlbnN1c1JlcGxpY2F0aW9uVGFibGVSdWxlLmphdmE=) | `100.00% <0.00%> (ø)` | `0.00% <0.00%> (ø%)` | |
   | [...us/route/engine/ConsensusReplicationSQLRouter.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZmVhdHVyZXMvc2hhcmRpbmdzcGhlcmUtY29uc2Vuc3VzLXJlcGxpY2F0aW9uL3NoYXJkaW5nc3BoZXJlLWNvbnNlbnN1cy1yZXBsaWNhdGlvbi1yb3V0ZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvcmVwbGljYXRpb24vY29uc2Vuc3VzL3JvdXRlL2VuZ2luZS9Db25zZW5zdXNSZXBsaWNhdGlvblNRTFJvdXRlci5qYXZh) | `0.00% <0.00%> (ø)` | `0.00% <0.00%> (ø%)` | |
   | [...sensusReplicationActualTableRuleConfiguration.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZmVhdHVyZXMvc2hhcmRpbmdzcGhlcmUtY29uc2Vuc3VzLXJlcGxpY2F0aW9uL3NoYXJkaW5nc3BoZXJlLWNvbnNlbnN1cy1yZXBsaWNhdGlvbi1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3JlcGxpY2F0aW9uL2NvbnNlbnN1cy9hcGkvY29uZmlnL0NvbnNlbnN1c1JlcGxpY2F0aW9uQWN0dWFsVGFibGVSdWxlQ29uZmlndXJhdGlvbi5qYXZh) | `0.00% <0.00%> (ø)` | `0.00% <0.00%> (ø%)` | |
   | [...sensusReplicationActualTableRuleConfiguration.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZmVhdHVyZXMvc2hhcmRpbmdzcGhlcmUtY29uc2Vuc3VzLXJlcGxpY2F0aW9uL3NoYXJkaW5nc3BoZXJlLWNvbnNlbnN1cy1yZXBsaWNhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3JlcGxpY2F0aW9uL2NvbnNlbnN1cy95YW1sL2NvbmZpZy9ZYW1sQ29uc2Vuc3VzUmVwbGljYXRpb25BY3R1YWxUYWJsZVJ1bGVDb25maWd1cmF0aW9uLmphdmE=) | `100.00% <0.00%> (ø)` | `1.00% <0.00%> (ø%)` | |
   | [...cationActualTableRuleConfigurationYamlSwapper.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZmVhdHVyZXMvc2hhcmRpbmdzcGhlcmUtY29uc2Vuc3VzLXJlcGxpY2F0aW9uL3NoYXJkaW5nc3BoZXJlLWNvbnNlbnN1cy1yZXBsaWNhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3JlcGxpY2F0aW9uL2NvbnNlbnN1cy95YW1sL3N3YXBwZXIvQ29uc2Vuc3VzUmVwbGljYXRpb25BY3R1YWxUYWJsZVJ1bGVDb25maWd1cmF0aW9uWWFtbFN3YXBwZXIuamF2YQ==) | `100.00% <0.00%> (ø)` | `0.00% <0.00%> (ø%)` | |
   | [...ql/parser/api/visitor/SQLVisitorEngineFactory.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc3FsL3BhcnNlci9hcGkvdmlzaXRvci9TUUxWaXNpdG9yRW5naW5lRmFjdG9yeS5qYXZh) | | | |
   | [.../sql/parser/api/parser/SQLParserEngineFactory.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc3FsL3BhcnNlci9hcGkvcGFyc2VyL1NRTFBhcnNlckVuZ2luZUZhY3RvcnkuamF2YQ==) | | | |
   | ... and [12 more](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=footer). Last update [ead87d4...b5d4470](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [shardingsphere] codecov-io edited a comment on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-718351994


   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=h1) Report
   > Merging [#7953](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=desc) (237f88e) into [master](https://codecov.io/gh/apache/shardingsphere/commit/998788addd7f55b5f9f2df5d36cc8403676de1f1?el=desc) (998788a) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/shardingsphere/pull/7953/graphs/tree.svg?width=650&height=150&src=pr&token=ZvlXpWa7so)](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #7953      +/-   ##
   ============================================
   - Coverage     75.13%   75.12%   -0.01%     
     Complexity      547      547              
   ============================================
     Files          1447     1447              
     Lines         22703    22701       -2     
     Branches       4049     4049              
   ============================================
   - Hits          17057    17054       -3     
     Misses         4545     4545              
   - Partials       1101     1102       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...ext/transaction/GovernanceTransactionContexts.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS9zaGFyZGluZ3NwaGVyZS1nb3Zlcm5hbmNlLWNvcmUvc2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS1jb3JlLWNvbnRleHQvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2dvdmVybmFuY2UvY29udGV4dC90cmFuc2FjdGlvbi9Hb3Zlcm5hbmNlVHJhbnNhY3Rpb25Db250ZXh0cy5qYXZh) | `93.33% <0.00%> (-6.67%)` | `0.00% <0.00%> (ø%)` | |
   | [...re/infra/context/schema/SchemaContextsBuilder.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtaW5mcmEvc2hhcmRpbmdzcGhlcmUtaW5mcmEtY29udGV4dC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvaW5mcmEvY29udGV4dC9zY2hlbWEvU2NoZW1hQ29udGV4dHNCdWlsZGVyLmphdmE=) | `95.45% <0.00%> (-0.11%)` | `0.00% <0.00%> (ø%)` | |
   | [...nance/context/schema/GovernanceSchemaContexts.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS9zaGFyZGluZ3NwaGVyZS1nb3Zlcm5hbmNlLWNvcmUvc2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS1jb3JlLWNvbnRleHQvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2dvdmVybmFuY2UvY29udGV4dC9zY2hlbWEvR292ZXJuYW5jZVNjaGVtYUNvbnRleHRzLmphdmE=) | `92.53% <0.00%> (-0.06%)` | `0.00% <0.00%> (ø%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=footer). Last update [998788a...237f88e](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [shardingsphere] codecov-io edited a comment on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-718351994


   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=h1) Report
   > Merging [#7953](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=desc) into [master](https://codecov.io/gh/apache/shardingsphere/commit/5d7ca41942d298dad2cc0d8efc5fc5c6872e2aec?el=desc) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/shardingsphere/pull/7953/graphs/tree.svg?width=650&height=150&src=pr&token=ZvlXpWa7so)](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #7953      +/-   ##
   ============================================
   - Coverage     75.07%   75.07%   -0.01%     
     Complexity      536      536              
   ============================================
     Files          1425     1425              
     Lines         22498    22498              
     Branches       4030     4030              
   ============================================
   - Hits          16891    16890       -1     
     Misses         4511     4511              
   - Partials       1096     1097       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...ext/transaction/GovernanceTransactionContexts.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS9zaGFyZGluZ3NwaGVyZS1nb3Zlcm5hbmNlLWNvcmUvc2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS1jb3JlLWNvbnRleHQvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2dvdmVybmFuY2UvY29udGV4dC90cmFuc2FjdGlvbi9Hb3Zlcm5hbmNlVHJhbnNhY3Rpb25Db250ZXh0cy5qYXZh) | `93.33% <0.00%> (-6.67%)` | `0.00% <0.00%> (ø%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=footer). Last update [400e32c...ec8fe06](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [shardingsphere] lovepoem closed pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
lovepoem closed pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953


   


-- 
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] lovepoem commented on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
lovepoem commented on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-882348996


   > So @lovepoem @terrymanu we closed this one? as this PR stays unchanged for a long time.
   
   @tristaZero Ok , you can close it now , I will try it again some day


-- 
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] lovepoem commented on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
lovepoem commented on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-719134159


   ![image](https://user-images.githubusercontent.com/827112/97653383-9fe88180-1a9b-11eb-95e3-8f6079d4d14c.png)
   ```perilog
    [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  2.188 s
   [INFO] Finished at: 2020-10-30T10:09:54+08:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project config-utility: Could not resolve dependencies for project org.apache.shardingsphere.example:config-utility:jar:5.0.0-RC1-SNAPSHOT: Failed to collect dependencies at org.apache.shardingsphere:shardingsphere-sharding-api:jar:5.0.0-RC1-SNAPSHOT: Failed to read artifact descriptor for org.apache.shardingsphere:shardingsphere-sharding-api:jar:5.0.0-RC1-SNAPSHOT: Failure to find org.apache.shardingsphere:shardingsphere-sharding:pom:${revision} in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <args> -rf :config-utility
   ```
   
   Now the examples project failed 
   


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

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



[GitHub] [shardingsphere] kimmking commented on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
kimmking commented on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-719466804


   ci has not passed.


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

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



[GitHub] [shardingsphere] lovepoem commented on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
lovepoem commented on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-882348996


   > So @lovepoem @terrymanu we closed this one? as this PR stays unchanged for a long time.
   
   @tristaZero Ok , you can close it now , I will try it again some day


-- 
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] lovepoem closed pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
lovepoem closed pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953


   


-- 
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-io edited a comment on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-718351994


   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=h1) Report
   > Merging [#7953](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=desc) into [master](https://codecov.io/gh/apache/shardingsphere/commit/a48041b77ddfc8789f9d9f3995340b53faaaec20?el=desc) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/shardingsphere/pull/7953/graphs/tree.svg?width=650&height=150&src=pr&token=ZvlXpWa7so)](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #7953      +/-   ##
   ============================================
   - Coverage     75.00%   75.00%   -0.01%     
     Complexity      535      535              
   ============================================
     Files          1427     1427              
     Lines         22533    22533              
     Branches       4037     4037              
   ============================================
   - Hits          16901    16900       -1     
     Misses         4534     4534              
   - Partials       1098     1099       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...ext/transaction/GovernanceTransactionContexts.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS9zaGFyZGluZ3NwaGVyZS1nb3Zlcm5hbmNlLWNvcmUvc2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS1jb3JlLWNvbnRleHQvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2dvdmVybmFuY2UvY29udGV4dC90cmFuc2FjdGlvbi9Hb3Zlcm5hbmNlVHJhbnNhY3Rpb25Db250ZXh0cy5qYXZh) | `93.33% <0.00%> (-6.67%)` | `0.00% <0.00%> (ø%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=footer). Last update [a48041b...f182bd7](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



[GitHub] [shardingsphere] codecov-io commented on pull request #7953: introduce flatten_maven_plugin to revision version

Posted by GitBox <gi...@apache.org>.
codecov-io commented on pull request #7953:
URL: https://github.com/apache/shardingsphere/pull/7953#issuecomment-718351994


   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=h1) Report
   > Merging [#7953](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=desc) into [master](https://codecov.io/gh/apache/shardingsphere/commit/ead87d484543d56a7ceb70ad744a3980baa4f59e?el=desc) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/shardingsphere/pull/7953/graphs/tree.svg?width=650&height=150&src=pr&token=ZvlXpWa7so)](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #7953      +/-   ##
   ============================================
   - Coverage     74.71%   74.70%   -0.01%     
     Complexity      537      537              
   ============================================
     Files          1444     1444              
     Lines         22757    22757              
     Branches       4064     4064              
   ============================================
   - Hits          17002    17001       -1     
     Misses         4655     4655              
   - Partials       1100     1101       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...ext/transaction/GovernanceTransactionContexts.java](https://codecov.io/gh/apache/shardingsphere/pull/7953/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS9zaGFyZGluZ3NwaGVyZS1nb3Zlcm5hbmNlLWNvcmUvc2hhcmRpbmdzcGhlcmUtZ292ZXJuYW5jZS1jb3JlLWNvbnRleHQvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2dvdmVybmFuY2UvY29udGV4dC90cmFuc2FjdGlvbi9Hb3Zlcm5hbmNlVHJhbnNhY3Rpb25Db250ZXh0cy5qYXZh) | `93.33% <0.00%> (-6.67%)` | `0.00% <0.00%> (ø%)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=footer). Last update [ead87d4...ab16443](https://codecov.io/gh/apache/shardingsphere/pull/7953?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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