You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrei Veprev (JIRA)" <ji...@apache.org> on 2010/10/01 13:50:33 UTC

[jira] Updated: (CAY-1486) Switch QueryLogger to a DI-managed object

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

Andrei Veprev updated CAY-1486:
-------------------------------

    Attachment:     (was: CAY-1486.patch)

> Switch QueryLogger to a DI-managed object
> -----------------------------------------
>
>                 Key: CAY-1486
>                 URL: https://issues.apache.org/jira/browse/CAY-1486
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>    Affects Versions: 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.1M1
>
>
> Will replace static QueryLogger with a DI-managed service. Preliminary name of the service interface is org.apache.cayenne.log.JdbcEventLogger, implementation - org.apache.cayenne.log.CommonsJdbcEventLogger (meaning it is based on commons-logging). "Event" part of the name comes from this: CAY-1173. The API of JdbcEventLogger will initially match QueryLogger (only it won't be static). The original QueryLogger should be deprecated. 
> This task will require injection into lower layers of Cayenne runtime below DataDomain. Not yet sure how we should approach it. 

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