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/09/27 12:01:20 UTC

[GitHub] [shardingsphere] xkcoding opened a new issue, #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

xkcoding opened a new issue, #21225:
URL: https://github.com/apache/shardingsphere/issues/21225

   ## Question
   
   ### environment
   
   - Spring Boot Parent version: 3.0.0-M5
   - shardingsphere version: `org.apache.shardingsphere:shardingsphere-jdbc-core-spring-boot-starter:5.1.1`
   - mybatis plus version: `com.baomidou:mybatis-plus-boot-starter:3.5.2`
   
   ### question
   
   i'm trying shardingsphere-jdbc readwrite-split feature. 
   i got this error in my test case.
   
   ```
   java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@6a55299e testClass = ReadWriteTests, locations = '{}', classes = '{class com.xkcoding.shardingsphere.readwrite.ReadWriteShardingsphereApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a265ea9, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2e8c1c9b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@54422e18, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.s
 pringframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3ba987b8, org.springframework.boot.test.context.SpringBootTestAnnotation@bc86f260], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]
   
   	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:112)
   	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:125)
   	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:189)
   	at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:131)
   	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:249)
   	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:377)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:382)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:377)
   	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
   	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
   	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
   	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
   	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
   	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310)
   	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735)
   	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
   	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:376)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:289)
   	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:288)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:278)
   	at java.base/java.util.Optional.orElseGet(Optional.java:364)
   	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:277)
   	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
   	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:105)
   	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:104)
   	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:68)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123)
   	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90)
   	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
   	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
   	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
   	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
   	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
   	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
   	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
   	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
   	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
   	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
   	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
   	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
   	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
   	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
   	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
   	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
   	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
   	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
   	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
   	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
   	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
   	at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
   	at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:57)
   	at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
   	at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
   	at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
   	at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
   	at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
   Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Failed to determine a suitable driver class
   	at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:633)
   	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:621)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1324)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1161)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561)
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521)
   	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:326)
   	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
   	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324)
   	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
   	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:931)
   	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:926)
   	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:592)
   	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:751)
   	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:442)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:314)
   	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:136)
   	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:104)
   	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:154)
   	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:103)
   	... 72 more
   Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Failed to determine a suitable driver class
   	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:161)
   	at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:629)
   	... 91 more
   Caused by: org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
   	at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.determineDriverClassName(DataSourceProperties.java:182)
   	at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.initializeDataSourceBuilder(DataSourceProperties.java:123)
   	at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration.createDataSource(DataSourceConfiguration.java:48)
   	at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari.dataSource(DataSourceConfiguration.java:90)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:130)
   	... 92 more
   
   ```
   
   sourcecode is [here](https://github.com/xkcoding/spring-boot-demo/tree/3.x/demo-others/demo-others-shardingsphere/demo-others-shardingsphere-readwrite).
   
   but when i upgrade Spring Boot Parent version from `3.0.0-M5` to `2.7.4`, it runs successfully. 
   
   PS: i am the [spring-boot-demo](https://github.com/xkcoding/spring-boot-demo) repo's owner, i'm trying to upgrade Spring Boot version. can you help me to find out how to resolve this 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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] RaigorJiang closed issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class
URL: https://github.com/apache/shardingsphere/issues/21225


-- 
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] linghengqian commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   - Although Apache has a snapshot repository, Apache ShardingSphere currently does not have nightly upload dependencies. Currently, only ShardingSphere Proxy is uploaded to Apache OSS every night.  
   
   - If you wish to test a specific branch, you can fetch the repository with `git clone -b`, then use `./mvnw clean install -Prelease -T1C -DskipTests -D"jacoco.skip"=true -D"checkstyle.skip"=true -D"rat.skip"=true -D"maven.javadoc.skip"=true -B` to install the snapshot version directly into your local repository.  This command comes from the ShardingSphere Contributor Guide.  
   
   - No one has ever requested a snapshot repository for nightly builds on Apache OSS before, if you're happy to open a new issue to try and push the issue.....🤔


-- 
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] xkcoding commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   thanks.
   
   when your branch  is merged and i test feature successfully in release version, i will close this issue.
   
   thanks again.


-- 
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] linghengqian commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   - Can you experiment with the fork of https://github.com/apache/shardingsphere/pull/21047? Although it hasn't been merged, I'm not quite sure what I can do. Given the large changes in the Jakarta EE namespace, you may need to make a lot of changes temporarily. For example, Atomikos 5.X does not support the JTA API of the Jakarta EE namespace, you need to turn off all configuration related to distributed transactions and use local transactions. I'm still waiting for the closure of https://github.com/atomikos/transactions-essentials/issues/171.


-- 
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] RaigorJiang commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   Closed for #22469.


-- 
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] linghengqian commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   - This issue should be marked as resolved and closed due to https://github.com/apache/shardingsphere/issues/22469 .


-- 
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] xkcoding commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   I have tried `./mvnw clean install -Prelease -T1C -DskipTests -D"jacoco.skip"=true -D"checkstyle.skip"=true -D"rat.skip"=true -D"maven.javadoc.skip"=true -B` ,but got failed..
   
   <img width="677" alt="CleanShot 2022-09-28 at 11 41 45@2x" src="https://user-images.githubusercontent.com/10429917/192682483-3806d232-a86e-459f-a223-d2b20dcb408c.png">
   
   finally I add this in root pom.xml and build successfully.
   
   ```xml
   <modules>
       <module>shardingsphere-infra</module>
       <module>shardingsphere-dialect-exception</module>
       <module>shardingsphere-sql-parser</module>
       <module>shardingsphere-distsql</module>
       <module>shardingsphere-db-protocol</module>
       <module>shardingsphere-mode</module>
       <module>shardingsphere-kernel</module>
       
       <module>shardingsphere-jdbc</module>
       <module>shardingsphere-proxy</module>
       
       <module>shardingsphere-features</module>
       <module>shardingsphere-agent</module>
       
       <!--        <module>shardingsphere-test</module>-->
       
       <module>shardingsphere-distribution</module>
   </modules>
   
   ....
   
   <repositories>
       <repository>
         <id>spring-snapshots</id>
         <url>https://repo.spring.io/snapshot</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
       </repository>
       <repository>
         <id>spring-milestones</id>
         <url>https://repo.spring.io/milestone</url>
       </repository>
     </repositories>
     <pluginRepositories>
       <pluginRepository>
         <id>spring-snapshots</id>
         <url>https://repo.spring.io/snapshot</url>
       </pluginRepository>
       <pluginRepository>
         <id>spring-milestones</id>
         <url>https://repo.spring.io/milestone</url>
       </pluginRepository>
     </pluginRepositories>
   ```
   
   
   


-- 
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] xkcoding commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   thanks you. 
   
   i think it might be better to package a snapshot version to test ?


-- 
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] linghengqian commented on issue #21225: spring boot 3.0.0-M5 Failed to determine a suitable driver class

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

   - Not sure what's going on, you don't need to add spring-snapshots and spring-milestones to `pom.xml`, these dependencies are downloaded directly from Maven Central.  Maybe you have a network problem over there.
   
   - If you want to switch to another mirror, you can change the url in `.mvn/wrapper/maven-wrapper.properties` to another mirror.


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