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)