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 4abbc287d4 Revert "Force Oracle devservices image to 
gvenzl/oracle-free:23.2-slim due to #5353"
4abbc287d4 is described below

commit 4abbc287d4a26407cc11426c33192e061767d4ee
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 27 07:42:16 2023 +0100

    Revert "Force Oracle devservices image to gvenzl/oracle-free:23.2-slim due 
to #5353"
    
    This reverts commit 054f5549e8059ae2d4f1bdcb34c8ecb45ad3abbb.
---
 .../jdbc/oracle/src/main/resources/application.properties             | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/integration-test-groups/jdbc/oracle/src/main/resources/application.properties 
b/integration-test-groups/jdbc/oracle/src/main/resources/application.properties
index 1f623e112c..20e9220ebe 100644
--- 
a/integration-test-groups/jdbc/oracle/src/main/resources/application.properties
+++ 
b/integration-test-groups/jdbc/oracle/src/main/resources/application.properties
@@ -20,7 +20,5 @@
 #
 quarkus.datasource.oracle.db-kind=oracle
 quarkus.datasource.oracle.jdbc.max-size=8
-# TODO: Remove image override when issues in 23.3-slim are fixed
-# https://github.com/apache/camel-quarkus/issues/5353
-quarkus.datasource.oracle.devservices.image-name=gvenzl/oracle-free:23.2-slim
+
 
quarkus.native.resources.includes=postgresql.sql,mysql.sql,mariadb.sql,oracle.sql,h2.sql,db2.sql,inserts.sql,mssql.sql,droptables.sql
\ No newline at end of file

Reply via email to