jamesnetherton commented on code in PR #5416: URL: https://github.com/apache/camel-quarkus/pull/5416#discussion_r1351789331
########## integration-tests/sql/src/test/java/org/apache/camel/quarkus/component/sql/it/SqlTest.java: ########## @@ -41,6 +42,9 @@ @QuarkusTestResource(DerbyTestResource.class) class SqlTest { + @ConfigProperty(name = "quarkus.datasource.db-kind") Review Comment: ``` org.junit.platform.commons.JUnitException: @ConfigProperty is not supported in @QuarkusIntegrationTest tests. Offending field is org.apache.camel.quarkus.component.sql.it.SqlTest.dbKind ``` Maybe try resolving the db type by invoking a REST endpoint or something like that. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org