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/12/07 02:49:01 UTC

[GitHub] [shardingsphere] laiweiNo2 opened a new issue #8515: Version 5.0 governance functions maven coordinate is less than

laiweiNo2 opened a new issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515


   	<dependency>
   			<groupId>org.apache.shardingsphere</groupId>
   			<artifactId>shardingsphere-jdbc-governance-spring-boot-starter</artifactId>
   			<version>5.0.0-alpha</version>
   		</dependency>
   		<dependency>
   			<groupId>org.apache.shardingsphere</groupId>
   			<artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
   			<version>5.0.0-alpha</version>
   		</dependency>


----------------------------------------------------------------
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] menghaoranss commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-740370889


   Shardingsphere-governance relies on `shardingsphere-test`  in 5.0.0-alpha,this issue has been fixed in the master branch, and if you want to use 5.0.0-alpha, please try with  the configuration below:
   
   ```
   <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>shardingsphere-jdbc-governance-spring-boot-starter</artifactId>
               <version>5.0.0-alpha</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.apache.shardingsphere</groupId>
                       <artifactId>shardingsphere-test</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
               <version>5.0.0-alpha</version>
           </dependency>
   ```
   


----------------------------------------------------------------
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 issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-739725252


   @laiweiNo2 It's not supposed to happen.
   Hi @menghaoranss , could you give it a look?


----------------------------------------------------------------
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 issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-740362592


   @laiweiNo2 So your issue was solved by using a later version? Which one?


----------------------------------------------------------------
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] menghaoranss closed issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
menghaoranss closed issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515


   


----------------------------------------------------------------
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] laiweiNo2 commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
laiweiNo2 commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-739631044


   Missing artifact org.apache.shardingsphere:shardingsphere-test:jar:5.0.0-alpha


----------------------------------------------------------------
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] laiweiNo2 commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
laiweiNo2 commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-739729743


   > @laiweiNo2 It's not supposed to happen.
   > Hi @menghaoranss , could you give it a look?
   
   I changed to 4 x version, thank you


----------------------------------------------------------------
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] laiweiNo2 commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
laiweiNo2 commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-739675450


   > Hi @laiweiNo2
   > which operation caused the exception above? Could you provide more details?
   
   I just joined the coordinates in the pom file, will report the error


----------------------------------------------------------------
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] laiweiNo2 commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
laiweiNo2 commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-740385767


   > Shardingsphere-governance relies on `shardingsphere-test` in 5.0.0-alpha,this issue has been fixed in the master branch, and if you want to use 5.0.0-alpha, please try with the configuration below:
   > 
   > ```
   > <dependency>
   >             <groupId>org.apache.shardingsphere</groupId>
   >             <artifactId>shardingsphere-jdbc-governance-spring-boot-starter</artifactId>
   >             <version>5.0.0-alpha</version>
   >             <exclusions>
   >                 <exclusion>
   >                     <groupId>org.apache.shardingsphere</groupId>
   >                     <artifactId>shardingsphere-test</artifactId>
   >                 </exclusion>
   >             </exclusions>
   >         </dependency>
   >         <dependency>
   >             <groupId>org.apache.shardingsphere</groupId>
   >             <artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
   >             <version>5.0.0-alpha</version>
   >         </dependency>
   > ```
   
   Ok, thank you


----------------------------------------------------------------
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] laiweiNo2 commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
laiweiNo2 commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-740385349


   > @laiweiNo2 So your issue was solved by using a later version? Which one?
   
    I use another 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] tristaZero commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-739652202


   Hi @laiweiNo2 
   which operation caused the exception above? Could you provide more details?


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