Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2520, comment 99


Ignore:
Timestamp:
01/03/19 11:59:56 (5 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2520, comment 99

    initial v1  
    11r16458: replaced static type registration in `HL.Persistence` plugin with the `KnownStorableTypesMap` which is discovered and used by HEAL.Fossil.
     2
    23As a consequence we do not need to explicitly call type registration for unit tests.
    34This change has been necessary because on the first access of `StaticCache` all `StorableTypes` are registered. However, when the `HL.Persistence` plugin is loaded we have not yet loaded all plugins and as a consequence we would miss `StorableTypes`.