-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP SP2, 7.0.X, Master
-
Fix Version/s: 7.0.0 DXP FP40, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X, 7.1.0 M2, 7.1.X, Master
-
Component/s: Core Infrastructure > Database Access
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Last Working Version:
-
Git Pull Request:
hikaricp is the current value for jdbc.default.liferay.pool.provider but portal.properties documentation shows The default provider is Tomcat
Root cause of this issue is LPS-64476, in following pull request https://github.com/brianchandotcom/liferay-portal/pull/46803 we moved back from "tomcat" to "hikaricp" but we didn't changed the documentation line.
Steps to reproduce
- Go to ${liferay_home}/tomcat-8.0.32/webapps/ROOT/WEB-INF/lib
- Unzip portal-impl.jar file
- Open portal.properties inside jar file
- Search for "The default provider is" string:
- Expected value: The default provider is HikariCP
- Wrong value: The default provider is Tomcat
- Expected value: The default provider is HikariCP