#613 closed enhancement (done)
Try to load exact type version if possible or fall back to newer type
Reported by: | epitzer | Owned by: | epitzer |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | Persistence | Version: | 3.2 |
Keywords: | Cc: |
Description
Change History (7)
comment:1 Changed 16 years ago by epitzer
- Status changed from new to assigned
- Type changed from defect to enhancement
comment:2 Changed 16 years ago by epitzer
comment:3 Changed 16 years ago by epitzer
Better type name parser. Replace reflection based type name generation, better exceptions during deserialization. (r1779)
comment:4 Changed 16 years ago by epitzer
Store full version information with serialized data, only fall back to version invariant format if loading fails with full version. Also check, that loaded version is newer than requested version if possible. (r1780)
comment:5 Changed 16 years ago by epitzer
- Resolution set to fixed
- Status changed from assigned to closed
Also make sure major and minor version match (not only newer) + better tests. (r1795)
comment:6 Changed 14 years ago by swagner
- Milestone changed from Iteration 3 to Current
Milestone Iteration 3 deleted
comment:12 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Type name parser that recursively strips version information (r1776)