Skip to content

SQL tests fail in the Quarkus Platform #7316

@jamesnetherton

Description

@jamesnetherton

Bug description

One of many recent test class loading issues. Apparently still awaiting a fix.

Caused by: java.util.ServiceConfigurationError: io.smallrye.config.ConfigSourceFactory: Provider org.apache.camel.quarkus.component.sql.it.SqlConfigSourceFactory not found
	at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at io.smallrye.config.SmallRyeConfigBuilder.discoverSources(SmallRyeConfigBuilder.java:141)
	at io.smallrye.config.SmallRyeConfig$ConfigSources.buildSources(SmallRyeConfig.java:921)
	at io.smallrye.config.SmallRyeConfig$ConfigSources.<init>(SmallRyeConfig.java:851)
	at io.smallrye.config.SmallRyeConfig.<init>(SmallRyeConfig.java:88)
	at io.smallrye.config.SmallRyeConfigBuilder.build(SmallRyeConfigBuilder.java:772)
	at io.quarkus.test.junit.classloading.QuarkusTestConfigProviderResolver.<init>(QuarkusTestConfigProviderResolver.java:23)
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	... 58 more

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions