• Tom Evans's avatar
    OF-859: Pubsub fix; misc cleanup · c5075d59
    Tom Evans authored
    This fixes a problem with a static final reference in the Node.class. It
    also addresses a couple of minor issues discovered during pubsub
    testing:
    - PubSubPersistenceManager should return an editable collection rather
    than a read-only collection for published items
    - SequenceManager defaults should use a blocksize of 5 for frequently
    used tables
    - LocaleUtils should catch and log a MissingResourceException and return
    the key in lieu of the missing value (by convention)
    c5075d59
PublishedItem.java 10.1 KB