Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit aba50d2

Browse files
bpamiriclaude
andcommitted
Fix PostgreSQL bundle name and version for datasource
The correct bundle is org.postgresql.jdbc v42.7.7, not org.lucee.postgresql v42.7.4. Confirmed via Lucee admin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4fc5ed commit aba50d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/app.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
// wheels-dev
2323
this.datasources["wheels.dev"] = {
2424
class: "org.postgresql.Driver",
25-
bundleName: "org.lucee.postgresql",
26-
bundleVersion: "42.7.4",
25+
bundleName: "org.postgresql.jdbc",
26+
bundleVersion: "42.7.7",
2727
connectionString: "jdbc:postgresql://#this.env.wheelsdev_host#:#this.env.wheelsdev_port#/#this.env.wheelsdev_databasename#?sslmode=disable",
2828
username: "#this.env.wheelsdev_username#",
2929
password: "#this.env.wheelsdev_password#",

0 commit comments

Comments
 (0)