Bug #255
Signature of AbstractAuditable is wrong
| Status: | Closed | Start: | 03/03/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Core DAO | Spent time: | 0.50 hour | |
| Target version: | 1.1.2 |
Description
AbstractAutitable requires the Primary Key of the Auditable and the Auditor to be the same:
1 Class AbstractAuditable<U extends Persistable<PK>,PK extends java.io.Serializable>
(note both PKs)
This is an unneccessary requirement since a user may have Integer as PK and some Autitable may have Long...
Associated revisions
- fixes #255 - Opened up signature of
Auditableand its implementations as well asAuditingAdvice
- fixes #255 - Opened up signature of
Auditableand its implementations as well asAuditingAdvice
History
Updated by Oliver Gierke 5 months ago
- Status changed from New to In progress
- Target version set to 1.1.2
Updated by Oliver Gierke 5 months ago
- File mylyn-context.zip added
Updated by Oliver Gierke 5 months ago
- Status changed from In progress to Fixed
- % Done changed from 0 to 100
Applied in changeset r9693.
Updated by Oliver Gierke 5 months ago
- Status changed from Fixed to Closed