Remove hibernate dependencies from audit-api bundle
---------------------------------------------------

                 Key: NXP-6421
                 URL: https://jira.nuxeo.com/browse/NXP-6421
             Project: Nuxeo Enterprise Platform
          Issue Type: Clean up
    Affects Versions: 5.4
            Reporter: Bogdan Stefanescu
            Assignee: Bogdan Stefanescu
            Priority: Major
             Fix For: 5.4.1


the audit-api should not contain dependencies on hibernate or other third party 
libraries needed by the implementation.

You canot anymore use new LogEntry() or new ExtendedInfo().
These types are now interfaces and implementation classes are in the audit-core 
bundle.
To create a new LogEntry you must use the factory method provided by the 
AuditLogger interface:
AuditLogger.newLogEntry()
AuditLogger.newExtendedInfo(value)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to