Because we exclude the folder of node js, and we have same package name is same name unfortunately. We will fix this issue soon.
------------------ Liang Zhang (John) Apache ShardingSphere & Dubbo Juan Pan <[email protected]> 于2019年11月5日周二 下午5:54写道: > Thanks, i will review it now. > > > Juan Pan > > > [email protected] > Juan Pan(Trista), Apache ShardingSphere > > > On 11/5/2019 17:32,Sheng Wu<[email protected]> wrote: > Sorry, still -1. > The source code compiles failures. > [*ERROR*] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.3:compile > *(default-compile)* on project sharding-orchestration-core: *Compilation > failure*: Compilation failure: > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/listener/AuthenticationChangedListener.java:[24,77] > 程序包org.apache.shardingsphere.orchestration.internal.registry.config.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state/service/StateService.java:[21,76] > 程序包org.apache.shardingsphere.orchestration.internal.registry.state.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state/service/StateService.java:[32,19] > 找不到符号 > > [*ERROR*] 符号: 类 StateNode > > [*ERROR*] 位置: 类 > > org.apache.shardingsphere.orchestration.internal.registry.state.service.StateService > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/service/ConfigurationService.java:[39,77] > 程序包org.apache.shardingsphere.orchestration.internal.registry.config.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/service/ConfigurationService.java:[57,19] > 找不到符号 > > [*ERROR*] 符号: 类 ConfigurationNode > > [*ERROR*] 位置: 类 > > org.apache.shardingsphere.orchestration.internal.registry.config.service.ConfigurationService > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/listener/SchemaChangedListener.java:[40,77] > 程序包org.apache.shardingsphere.orchestration.internal.registry.config.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/listener/PropertiesChangedListener.java:[22,77] > 程序包org.apache.shardingsphere.orchestration.internal.registry.config.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/listener/SchemaChangedListener.java:[63,19] > 找不到符号 > > [*ERROR*] 符号: 类 ConfigurationNode > > [*ERROR*] 位置: 类 > > org.apache.shardingsphere.orchestration.internal.registry.config.listener.SchemaChangedListener > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state/listener/InstanceStateChangedListener.java:[23,76] > 程序包org.apache.shardingsphere.orchestration.internal.registry.state.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state/listener/InstanceStateChangedListener.java:[24,76] > 程序包org.apache.shardingsphere.orchestration.internal.registry.state.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state/listener/DataSourceStateChangedListener.java:[22,76] > 程序包org.apache.shardingsphere.orchestration.internal.registry.state.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state/listener/DataSourceStateChangedListener.java:[23,76] > 程序包org.apache.shardingsphere.orchestration.internal.registry.state.node不存在 > > [*ERROR*] > > /Users/wusheng/Downloads/apache-shardingsphere-incubating-4.0.0-RC3-src-release/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state/listener/DataSourceStateChangedListener.java:[37,19] > 找不到符号 > > [*ERROR*] 符号: 类 StateNode > > [*ERROR*] 位置: 类 > > org.apache.shardingsphere.orchestration.internal.registry.state.listener.DataSourceStateChangedListener > > And when I checked the source, > > `sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/state` > in GitHub RC3 tag > has one more package than your source release tar, which is the missing > `node` > folder/package. > > I am assuming there are some issues of your source tar package scripts. > > And a reminder, the sign mail address is still not Apache's. > > Sheng Wu 吴晟 > > Apache SkyWalking > Apache Incubator > Apache ShardingSphere, ECharts, DolphinScheduler podlings > Zipkin > Twitter, wusheng1108 > > > Juan Pan <[email protected]> 于2019年11月5日周二 下午4:11写道: > > Hi ShardingSphere Community, > > > All issues in ROUND 1 have been fixed already, we now kindly request > ShardingSphere community to review and vote on this release, i.e Apache > ShardingSphere (Incubating) version 4.0.0-RC3. > > > Release notes: > > > https://github.com/apache/incubator-shardingsphere/blob/dev/RELEASE-NOTES.md > > > The release candidates: > https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/4.0.0-RC3/ > > > Maven 2 staging repository: > > > https://repository.apache.org/content/repositories/orgapacheshardingsphere-1024/org/apache/shardingsphere/ > > > Git tag for the release: > https://github.com/apache/incubator-shardingsphere/tree/4.0.0-RC3/ > > > Release Commit ID: > > > https://github.com/apache/incubator-shardingsphere/commit/bbeedec206d2e7317159cccff9ce4cafa90f598a > > > Keys to verify the Release Candidate: > https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/KEYS > > > Look at here for how to verify this release candidate: > https://shardingsphere.apache.org/community/en/contribute/release/ > > > The vote will be open for at least 72 hours or until necessary number of > votes are reached. > > > Please vote accordingly: > > > [ ] +1 approve > > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > Checklist for reference: > > > [ ] Download links are valid. > > > [ ] Checksums and PGP signatures are valid. > > > [ ] DISCLAIMER is included. > > > [ ] Source code artifacts have correct names matching the current release. > > > [ ] LICENSE and NOTICE files are correct for each ShardingSphere repo. > > > [ ] All files have license headers if necessary. > > > [ ] No compiled archives bundled in source archive. > > > > > Best wishes, > Trista > > > Juan Pan > > > [email protected] > Juan Pan(Trista), Apache ShardingSphere > > >
