Skip to content

Commit bfef9e6

Browse files
committed
Use oracle driver version for ojdbc17
1 parent e104611 commit bfef9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder-image/tests/features/datasources.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Scenario: Build image with server and datasource
1717
| GALLEON_PROVISION_CHANNELS|org.jboss.eap.channels:eap-8.1 |
1818
| GALLEON_USE_LOCAL_FILE | true |
1919
| POSTGRESQL_DRIVER_VERSION | 42.2.19 |
20-
| ORACLE_DRIVER_VERSION | 19.3.0.0|
20+
| ORACLE_DRIVER_VERSION | 23.6.0.24.10|
2121
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
2222
Then exactly 2 times container log should contain WFLYSRV0025:
2323

2424
Scenario: Build image with server and datasources
2525
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgresql-oracle with env and true using eap81-beta-dev
2626
| variable | value |
2727
| POSTGRESQL_DRIVER_VERSION | 42.2.19 |
28-
| ORACLE_DRIVER_VERSION | 19.3.0.0|
28+
| ORACLE_DRIVER_VERSION | 23.6.0.24.10|
2929
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
3030
Then exactly 2 times container log should contain WFLYSRV0025:
3131

0 commit comments

Comments
 (0)