You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/05/17 13:03:04 UTC

[jira] [Commented] (SYNCOPE-1084) Switch to HikariCP for Core's default DataSource definitions

    [ https://issues.apache.org/jira/browse/SYNCOPE-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013981#comment-16013981 ] 

ASF subversion and git services commented on SYNCOPE-1084:
----------------------------------------------------------

Commit a002e792840172831c18724b3fe5edf1fb88b86d in syncope's branch refs/heads/2_0_X from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=a002e79 ]

[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)