Skip to content

Commit 88408ed

Browse files
authored
Bump ebean-datasource dependency to 10.5 with increase default prepared statement cache (#3749)
Default prepared statement cache increased from 100 to 300. This could have the effect of increased memory consumption for applications traded off with potentially improved performance due to me cached prepared statements for larger applications. Note that the Postgres itself has a default of 250.
1 parent 0aad35b commit 88408ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<ebean-migration-auto.version>1.2</ebean-migration-auto.version>
5050
<ebean-migration.version>14.3.0</ebean-migration.version>
5151
<ebean-test-containers.version>8.0</ebean-test-containers.version>
52-
<ebean-datasource.version>10.4</ebean-datasource.version>
52+
<ebean-datasource.version>10.5</ebean-datasource.version>
5353
<ebean-agent.version>16.4.0</ebean-agent.version>
5454
<ebean-maven-plugin.version>16.4.0</ebean-maven-plugin.version>
5555
<surefire.useModulePath>false</surefire.useModulePath>

0 commit comments

Comments
 (0)