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/06/13 11:24:00 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=16047752#comment-16047752 ] 

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

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

[SYNCOPE-1084] Running MySQL fine with 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.4.14#64029)