You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/11/02 07:32:56 UTC

[camel-quarkus] branch main updated: Sql - native tests fail on NPE during db initialization #3247

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 0644b64  Sql - native tests fail on NPE during db initialization #3247
0644b64 is described below

commit 0644b64bdd16a77cf92427d428087a9700b850a2
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Mon Nov 1 13:36:51 2021 +0100

    Sql - native tests fail on NPE during db initialization #3247
---
 integration-tests/sql/README.adoc                               | 2 +-
 integration-tests/sql/src/main/resources/application.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/sql/README.adoc b/integration-tests/sql/README.adoc
index 01c02a9..b66edd3 100644
--- a/integration-tests/sql/README.adoc
+++ b/integration-tests/sql/README.adoc
@@ -42,4 +42,4 @@ $Env:SQL_JDBC_USERNAME="#username"
 $Env:SQL_JDBC_PASSWORD="#password"
 ```
 
-Oracle database could be used as external db. In that case use parameter `-DSQL_JDBC_DB_KIND=oracle`.
\ No newline at end of file
+Oracle database could be used as external db. In that case use parameter `-Dcq.sqlJdbcKind=oracle`.
\ No newline at end of file
diff --git a/integration-tests/sql/src/main/resources/application.properties b/integration-tests/sql/src/main/resources/application.properties
index 1003220..146ece0 100644
--- a/integration-tests/sql/src/main/resources/application.properties
+++ b/integration-tests/sql/src/main/resources/application.properties
@@ -20,4 +20,4 @@ quarkus.datasource.db-kind=${cq.sqlJdbcKind:h2}
 #
 # Camel Quarkus SQL
 #
-quarkus.native.resources.includes=sql/${SQL_JDBC_DB_KIND:h2}/*.sql,sql/common/*.sql
+quarkus.native.resources.includes=sql/${cq.sqlJdbcKind:h2}/*.sql,sql/common/*.sql