Class R42000XWIKI7726DataMigration

  • All Implemented Interfaces:
    DataMigration, HibernateDataMigration

    @Component
    @Named("R42000XWIKI7726")
    @Singleton
    public class R42000XWIKI7726DataMigration
    extends AbstractHibernateDataMigration
    Migration for XWIKI-7726: Unable to delete attachments larger than 10 mb using the jetty + hsql distribution. Early versions of the HSQLDialect ignored the specified minimum length of LOB columns, creating them with the default length of 16M. Thus, the precision of existing CLOB and BLOB columns must be manually extended to the required 1G.
    Since:
    4.2M3
    Version:
    $Id: 051ba1ec82ec927e8af6f41bfcad147828070fb5 $
    • Constructor Detail

      • R42000XWIKI7726DataMigration

        public R42000XWIKI7726DataMigration()