Skip to content
Snippets Groups Projects
Commit fbe3fd48 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-19276: Cannot update to XWiki 13.10.2: "Index column size too large. The...

XWIKI-19276: Cannot update to XWiki 13.10.2: "Index column size too large. The maximum column size is 767 bytes"
* missing revapi ignore on older branches

(cherry picked from commit afc29955)
parent cf932f49
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,21 @@
<old>class com.xpn.xwiki.store.migration.hibernate.R130200001XWIKI18429DataMigration</old>
<justification>Migration not needed anymore</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.noLongerInheritsFromClass</code>
<old>class com.xpn.xwiki.store.migration.hibernate.R130407000XWIKI19207DataMigration</old>
<new>class com.xpn.xwiki.store.migration.hibernate.R130407000XWIKI19207DataMigration</new>
<justification>Migration not needed anymore</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.nonFinalClassInheritsFromNewClass</code>
<old>class com.xpn.xwiki.store.migration.hibernate.R130407000XWIKI19207DataMigration</old>
<new>class com.xpn.xwiki.store.migration.hibernate.R130407000XWIKI19207DataMigration</new>
<superClass>com.xpn.xwiki.store.migration.hibernate.AbstractResizeMigration</superClass>
<justification>Migration not needed anymore</justification>
</item>
</differences>
</revapi.differences>
</analysisConfiguration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment