Skip to content

Commit 2812529

Browse files
authored
Corrects a case typo in the custom MP archetype that results in an invalid property being installed on UCP (#7933)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
1 parent f114133 commit 2812529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archetypes/helidon/src/main/archetype/mp/common/files/src/main/resources/META-INF/microprofile-config.properties.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ javax.sql.DataSource.{{ds-name}}.dataSource.user=db_user
1717
javax.sql.DataSource.{{ds-name}}.dataSource.password=user_password
1818
{{/database-hikari}}
1919
{{#database-ucp}}
20-
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.url={{databaseUrl}}
20+
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.URL={{databaseUrl}}
2121
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.connectionFactoryClassName={{jdbcDataSource}}
2222
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.user=db_user
2323
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.password=user_password

0 commit comments

Comments
 (0)