[
https://issues.apache.org/jira/browse/SYNCOPE-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013982#comment-16013982
]
ASF subversion and git services commented on SYNCOPE-1084:
----------------------------------------------------------
Commit 718182365541e831c439722a2b400fb0fa490904 in syncope's branch
refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=7181823 ]
[SYNCOPE-1084] Switch from DBCP2 to HikariCP
> Switch to HikariCP for Core's default DataSource definitions
> ------------------------------------------------------------
>
> Key: SYNCOPE-1084
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1084
> Project: Syncope
> Issue Type: Improvement
> Components: core
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Fix For: 2.0.4, 2.1.0
>
>
> The default {{DataSource}} definitions used by the Core to deal with internal
> storage (for each domain) are currently based on Commons DBCP2 (see [this
> example|https://github.com/apache/syncope/blob/2_0_X/core/persistence-jpa/src/main/resources/domains/MasterDomain.xml#L51-L78]).
> It seems, however, that [HikariCP|http://brettwooldridge.github.io/HikariCP/]
> offers best performances under several aspects, so it is worth switching the
> default {{DataSource}} definitions.
> JNDI datasources can always be used, anyway.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)