-
Notifications
You must be signed in to change notification settings - Fork 275
/
Copy pathmigrate flexmark-java 0_50_x to 0_60_0.xml
68 lines (68 loc) · 9.15 KB
/
migrate flexmark-java 0_50_x to 0_60_0.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<migrationMap>
<name value="migrate flexmark-java 0.50.x to 0.60.0"/>
<description value="Class migrations from flexmark-java 0.50.x to 0.60.0"/>
<entry oldName="com.vladsch.flexmark.ast.DelimitedNode" newName="com.vladsch.flexmark.util.ast.DelimitedNode" type="class"/>
<entry oldName="com.vladsch.flexmark.docx.converter.CustomNodeDocxRenderer" newName="com.vladsch.flexmark.docx.converter.NodeDocxRenderer" type="class"/>
<entry oldName="com.vladsch.flexmark.ext.abbreviation.internal.FormatOptions" newName="com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationFormatOptions" type="class"/>
<entry oldName="com.vladsch.flexmark.ext.definition.internal.FormatOptions" newName="com.vladsch.flexmark.ext.definition.internal.DefinitionFormatOptions" type="class"/>
<entry oldName="com.vladsch.flexmark.ext.gfm.tasklist.internal.FormatOptions" newName="com.vladsch.flexmark.ext.gfm.tasklist.internal.TaskListFormatOptions" type="class"/>
<entry oldName="com.vladsch.flexmark.ext.toc.internal.TocUtils" newName="com.vladsch.flexmark.ext.toc.TocUtils" type="class"/>
<entry oldName="com.vladsch.flexmark.formatter.CustomNodeFormatter" newName="com.vladsch.flexmark.formatter.NodeFormatter" type="class"/>
<entry oldName="com.vladsch.flexmark.formatter.internal.FormatterOptions" newName="com.vladsch.flexmark.formatter.FormatterOptions" type="class"/>
<entry oldName="com.vladsch.flexmark.html.CustomNodeRenderer" newName="com.vladsch.flexmark.html.renderer.NodeRenderer" type="class"/>
<entry oldName="com.vladsch.flexmark.profiles.pegdown.Extensions" newName="com.vladsch.flexmark.profile.pegdown.Extensions" type="class"/>
<entry oldName="com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter" newName="com.vladsch.flexmark.profile.pegdown.PegdownOptionsAdapter" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.IParseBase" newName="com.vladsch.flexmark.test.util.spec.IParseBase" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.IRenderBase" newName="com.vladsch.flexmark.test.util.spec.IRenderBase" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.SpecExample" newName="com.vladsch.flexmark.test.util.spec.SpecExample" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.SpecReader" newName="com.vladsch.flexmark.test.util.spec.SpecReader" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.SpecReaderFactory" newName="com.vladsch.flexmark.test.util.spec.SpecReaderFactory" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.TemplateEntry" newName="com.vladsch.flexmark.test.util.spec.TemplateEntry" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.TemplateReader" newName="com.vladsch.flexmark.test.util.spec.TemplateReader" type="class"/>
<entry oldName="com.vladsch.flexmark.spec.TemplateReaderFactory" newName="com.vladsch.flexmark.test.util.spec.TemplateReaderFactory" type="class"/>
<entry oldName="com.vladsch.flexmark.superscript.internal.SuperscriptDelimiterProcessor" newName="com.vladsch.flexmark.ext.superscript.internal.SuperscriptDelimiterProcessor" type="class"/>
<entry oldName="com.vladsch.flexmark.superscript.internal.SuperscriptJiraRenderer" newName="com.vladsch.flexmark.ext.superscript.internal.SuperscriptJiraRenderer" type="class"/>
<entry oldName="com.vladsch.flexmark.superscript.internal.SuperscriptNodeRenderer" newName="com.vladsch.flexmark.ext.superscript.internal.SuperscriptNodeRenderer" type="class"/>
<entry oldName="com.vladsch.flexmark.superscript.Superscript" newName="com.vladsch.flexmark.ext.superscript.Superscript" type="class"/>
<entry oldName="com.vladsch.flexmark.superscript.SuperscriptExtension" newName="com.vladsch.flexmark.ext.superscript.SuperscriptExtension" type="class"/>
<entry oldName="com.vladsch.flexmark.superscript.SuperscriptVisitor" newName="com.vladsch.flexmark.ext.superscript.SuperscriptVisitor" type="class"/>
<entry oldName="com.vladsch.flexmark.superscript.SuperscriptVisitorExt" newName="com.vladsch.flexmark.ext.superscript.SuperscriptVisitorExt" type="class"/>
<entry oldName="com.vladsch.flexmark.test.AstCollectingVisitor" newName="com.vladsch.flexmark.test.util.AstCollectingVisitor" type="class"/>
<entry oldName="com.vladsch.flexmark.test.ComboSpecTestCase" newName="com.vladsch.flexmark.test.util.ComboSpecTestCase" type="class"/>
<entry oldName="com.vladsch.flexmark.test.DumpSpecReader" newName="com.vladsch.flexmark.test.util.DumpSpecReader" type="class"/>
<entry oldName="com.vladsch.flexmark.test.DumpTemplateReader" newName="com.vladsch.flexmark.test.util.DumpTemplateReader" type="class"/>
<entry oldName="com.vladsch.flexmark.test.FullSpecTestCase" newName="com.vladsch.flexmark.test.util.FullSpecTestCase" type="class"/>
<entry oldName="com.vladsch.flexmark.test.RenderingTestCase" newName="com.vladsch.flexmark.test.util.RenderingTestCase" type="class"/>
<entry oldName="com.vladsch.flexmark.test.Strings" newName="com.vladsch.flexmark.test.util.Strings" type="class"/>
<entry oldName="com.vladsch.flexmark.test.TemplateTestCase" newName="com.vladsch.flexmark.test.util.TemplateTestCase" type="class"/>
<entry oldName="com.vladsch.flexmark.util.builder.Extension" newName="com.vladsch.flexmark.util.misc.Extension" type="class"/>
<entry oldName="com.vladsch.flexmark.util.collection.BitIntegerSet" newName="com.vladsch.flexmark.experimental.util.collection.BitIntegerSet" type="class"/>
<entry oldName="com.vladsch.flexmark.util.collection.KeyedItemFactoryMap" newName="com.vladsch.flexmark.experimental.util.collection.KeyedItemFactoryMap" type="class"/>
<entry oldName="com.vladsch.flexmark.util.collection.NullCollectionHost" newName="com.vladsch.flexmark.experimental.util.collection.NullCollectionHost" type="class"/>
<entry oldName="com.vladsch.flexmark.util.DelimitedBuilder" newName="com.vladsch.flexmark.util.misc.DelimitedBuilder" type="class"/>
<entry oldName="com.vladsch.flexmark.util.FileUtil" newName="com.vladsch.flexmark.util.misc.FileUtil" type="class"/>
<entry oldName="com.vladsch.flexmark.util.html.Escaping" newName="com.vladsch.flexmark.util.sequence.Escaping" type="class"/>
<entry oldName="com.vladsch.flexmark.util.html.Html5Entities" newName="com.vladsch.flexmark.util.sequence.Html5Entities" type="class"/>
<entry oldName="com.vladsch.flexmark.util.html.HtmlFormattingAppendable" newName="com.vladsch.flexmark.util.html.HtmlAppendable" type="class"/>
<entry oldName="com.vladsch.flexmark.util.html.HtmlFormattingAppendableBase" newName="com.vladsch.flexmark.util.html.HtmlAppendableBase" type="class"/>
<entry oldName="com.vladsch.flexmark.util.html.LineFormattingAppendable" newName="com.vladsch.flexmark.util.sequence.LineAppendable" type="class"/>
<entry oldName="com.vladsch.flexmark.util.html.LineFormattingAppendableImpl" newName="com.vladsch.flexmark.util.sequence.LineAppendableImpl" type="class"/>
<entry oldName="com.vladsch.flexmark.util.ImageUtils" newName="com.vladsch.flexmark.util.misc.ImageUtils" type="class"/>
<entry oldName="com.vladsch.flexmark.util.Immutable" newName="com.vladsch.flexmark.util.misc.Immutable" type="class"/>
<entry oldName="com.vladsch.flexmark.util.mappers.BlockClassifier" newName="com.vladsch.flexmark.experimental.util.mappers.BlockClassifier" type="class"/>
<entry oldName="com.vladsch.flexmark.util.mappers.CharMapper" newName="com.vladsch.flexmark.util.sequence.mappers.CharMapper" type="class"/>
<entry oldName="com.vladsch.flexmark.util.mappers.CharWidthProvider" newName="com.vladsch.flexmark.util.format.CharWidthProvider" type="class"/>
<entry oldName="com.vladsch.flexmark.util.mappers.ObjectClassifier" newName="com.vladsch.flexmark.experimental.util.mappers.ObjectClassifier" type="class"/>
<entry oldName="com.vladsch.flexmark.util.Mutable" newName="com.vladsch.flexmark.util.misc.Mutable" type="class"/>
<entry oldName="com.vladsch.flexmark.util.Pair" newName="com.vladsch.flexmark.util.misc.Pair" type="class"/>
<entry oldName="com.vladsch.flexmark.util.Paired" newName="com.vladsch.flexmark.util.misc.Paired" type="class"/>
<entry oldName="com.vladsch.flexmark.util.Ref" newName="com.vladsch.flexmark.util.misc.Ref" type="class"/>
<entry oldName="com.vladsch.flexmark.util.sequence.RepeatedCharSequence" newName="com.vladsch.flexmark.util.sequence.RepeatedSequence" type="class"/>
<entry oldName="com.vladsch.flexmark.util.sequence.RichCharSequence" newName="com.vladsch.flexmark.util.sequence.RichSequence" type="class"/>
<entry oldName="com.vladsch.flexmark.util.sequence.RichCharSequenceBase" newName="com.vladsch.flexmark.util.sequence.IRichSequenceBase" type="class"/>
<entry oldName="com.vladsch.flexmark.util.sequence.RichCharSequenceImpl" newName="com.vladsch.flexmark.util.sequence.RichSequenceImpl" type="class"/>
<entry oldName="com.vladsch.flexmark.util.sequence.SegmentedSequenceBuilder" newName="com.vladsch.flexmark.util.sequence.builder.SequenceBuilder" type="class"/>
<entry oldName="com.vladsch.flexmark.util.TemplateUtil" newName="com.vladsch.flexmark.util.misc.TemplateUtil" type="class"/>
<entry oldName="com.vladsch.flexmark.util.Utils" newName="com.vladsch.flexmark.util.misc.Utils" type="class"/>
</migrationMap>