Skip to content

Commit d7d6293

Browse files
committed
GRAILS-11151 remove StatementCache from jdbcInterceptors property in default DataSource properties
- StatementCache isn't compatible with hibernate4 yet - https://hibernate.atlassian.net/browse/HHH-8853 - https://issues.apache.org/bugzilla/show_bug.cgi?id=56088
1 parent 863b446 commit d7d6293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-resources/src/grails/grails-app/conf/DataSource.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ environments {
4747
testOnBorrow = true
4848
testWhileIdle = true
4949
testOnReturn = false
50-
jdbcInterceptors = "ConnectionState;StatementCache(max=200)"
50+
jdbcInterceptors = "ConnectionState"
5151
defaultTransactionIsolation = java.sql.Connection.TRANSACTION_READ_COMMITTED
5252
}
5353
}

0 commit comments

Comments
 (0)