You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please pay attention on issues you submitted, because we maybe need more details.
If no response more than 7 days and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
4.0.0-RC1-SNAPSHOT
Which project did you use? Sharding-JDBC or Sharding-Proxy?
In fact, yesterday night, i did ran into error when i try to compile the code. But this morning, after i posted this issue , i couldn't reproduce this problem again (clean related jars in local maven repo and compile).
Though sharding-sql-test is the last one in the <modules> element of the parent pom.xml, it's still compiled before some modules of sharding-core.
Reactor Sorting
Because modules within a multi-module build can depend on each other, it is important that the reactor sorts all the projects in a way that guarantees any project is built before it is required.
The following relationships are honoured when sorting projects:
a project dependency on another module in the build
a plugin declaration where the plugin is another module in the build
a plugin dependency on another module in the build
a build extension declaration on another module in the build
the order declared in the element (if no other rule applies)
Bug Report
Mave moudle has wrong compile order.
Before report a bug, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details.
If no response more than 7 days and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
4.0.0-RC1-SNAPSHOT
Which project did you use? Sharding-JDBC or Sharding-Proxy?
Expected behavior
Actual behavior
sub modules of
sharding-core
rely on modulesharding-sql-test
, compile will fail if you are doing this for the first time.Reason analyze (If you can)
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered: