You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2009/03/09 15:14:50 UTC

[jira] Closed: (DERBY-3227) Remove final from all getConnection() methods in EmbeddedDataSource

     [ https://issues.apache.org/jira/browse/DERBY-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan closed DERBY-3227.
----------------------------------

    Assignee: Dyre Tjeldvoll

I'm taking the liberty to close this issue, since it's been around 11 months since the last activity and issue seems to be fixed.
The reporter should reopen the issue if the problem is still present.

> Remove final from all getConnection() methods in EmbeddedDataSource
> -------------------------------------------------------------------
>
>                 Key: DERBY-3227
>                 URL: https://issues.apache.org/jira/browse/DERBY-3227
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 10.3.1.4
>            Reporter: Aaron Digulla
>            Assignee: Dyre Tjeldvoll
>            Priority: Minor
>             Fix For: 10.4.1.3, 10.5.0.0
>
>         Attachments: derby-3227.diff
>
>
> The final modifier makes it impossible to wrap Derby connections in P6Spy, for example.
> The network ClientDataSource doesn't use final, either.
> Patch: Replace "public final Connection" with "public Connection" two times.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.