Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ef79e5838 | ||
| f4290b4497 |
@@ -353,3 +353,8 @@
|
|||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Update persistence.xml and build.sbt for resource management ([a7292e3](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/a7292e3b5df4788f2f8bea5a2ec7b209b7357608))
|
* Update persistence.xml and build.sbt for resource management ([a7292e3](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/a7292e3b5df4788f2f8bea5a2ec7b209b7357608))
|
||||||
|
## (2026-01-20)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Update connection provider in persistence.xml for HikariCP ([f4290b4](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/f4290b44976fb6dcd4fc4b896614ba6062da73b1))
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
<property name="hibernate.use_sql_comments" value="true"/>
|
<property name="hibernate.use_sql_comments" value="true"/>
|
||||||
|
|
||||||
<!-- Connection pool settings -->
|
<!-- Connection pool settings -->
|
||||||
<property name="hibernate.connection.provider_class" value="org.hibernate.hikaricp.internal.HikariCPConnectionProvider"/>
|
<property name="hibernate.connection.provider_class" value="com.zaxxer.hikari.hibernate.HikariConnectionProvider"/>
|
||||||
<property name="hibernate.hikari.maximumPoolSize" value="20"/>
|
<property name="hibernate.hikari.maximumPoolSize" value="20"/>
|
||||||
<property name="hibernate.hikari.minimumIdle" value="5"/>
|
<property name="hibernate.hikari.minimumIdle" value="5"/>
|
||||||
<property name="hibernate.hikari.connectionTimeout" value="30000"/>
|
<property name="hibernate.hikari.connectionTimeout" value="30000"/>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
MAJOR=4
|
MAJOR=4
|
||||||
MINOR=32
|
MINOR=33
|
||||||
PATCH=0
|
PATCH=0
|
||||||
|
|||||||
Reference in New Issue
Block a user