Skip to content

Commit 230ea37

Browse files
committed
Minor changes to style and format of the config files.
1 parent f075e0b commit 230ea37

File tree

16 files changed

+28248
-10146
lines changed

16 files changed

+28248
-10146
lines changed

metadata/org.liquibase/liquibase-core/4.25.0/reflect-config.json

Lines changed: 9721 additions & 3582 deletions
Large diffs are not rendered by default.
Lines changed: 223 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,224 @@
11
{
2-
"resources":{
3-
"includes":[{
4-
"condition":{"typeReachable":"liquibase.command.core.helpers.DatabaseChangelogCommandStep"},
5-
"pattern":"\\QMETA-INF/services/liquibase.change.Change\\E"
6-
}, {
7-
"condition":{"typeReachable":"liquibase.parser.core.yaml.YamlChangeLogParser"},
8-
"pattern":"\\QMETA-INF/services/liquibase.change.Change\\E"
9-
}, {
10-
"condition":{"typeReachable":"liquibase.command.core.helpers.DatabaseChangelogCommandStep"},
11-
"pattern":"\\QMETA-INF/services/liquibase.changelog.ChangeLogHistoryService\\E"
12-
}, {
13-
"condition":{"typeReachable":"liquibase.command.core.helpers.DatabaseChangelogCommandStep"},
14-
"pattern":"\\QMETA-INF/services/liquibase.changeset.ChangeSetService\\E"
15-
}, {
16-
"condition":{"typeReachable":"liquibase.parser.core.yaml.YamlChangeLogParser"},
17-
"pattern":"\\QMETA-INF/services/liquibase.changeset.ChangeSetService\\E"
18-
}, {
19-
"condition":{"typeReachable":"liquibase.command.CommandFactory"},
20-
"pattern":"\\QMETA-INF/services/liquibase.command.CommandStep\\E"
21-
}, {
22-
"condition":{"typeReachable":"liquibase.configuration.LiquibaseConfiguration"},
23-
"pattern":"\\QMETA-INF/services/liquibase.configuration.AutoloadedConfigurations\\E"
24-
}, {
25-
"condition":{"typeReachable":"liquibase.configuration.LiquibaseConfiguration"},
26-
"pattern":"\\QMETA-INF/services/liquibase.configuration.ConfigurationValueProvider\\E"
27-
}, {
28-
"condition":{"typeReachable":"liquibase.database.DatabaseFactory"},
29-
"pattern":"\\QMETA-INF/services/liquibase.database.Database\\E"
30-
}, {
31-
"condition":{"typeReachable":"liquibase.database.jvm.JdbcConnection"},
32-
"pattern":"\\QMETA-INF/services/liquibase.database.jvm.ConnectionPatterns\\E"
33-
}, {
34-
"condition":{"typeReachable":"liquibase.datatype.DataTypeFactory"},
35-
"pattern":"\\QMETA-INF/services/liquibase.datatype.LiquibaseDataType\\E"
36-
}, {
37-
"condition":{"typeReachable":"liquibase.diff.DiffGeneratorFactory"},
38-
"pattern":"\\QMETA-INF/services/liquibase.diff.DiffGenerator\\E"
39-
}, {
40-
"condition":{"typeReachable":"liquibase.diff.compare.DatabaseObjectComparatorFactory"},
41-
"pattern":"\\QMETA-INF/services/liquibase.diff.compare.DatabaseObjectComparator\\E"
42-
}, {
43-
"condition":{"typeReachable":"liquibase.diff.output.changelog.ChangeGeneratorFactory"},
44-
"pattern":"\\QMETA-INF/services/liquibase.diff.output.changelog.ChangeGenerator\\E"
45-
}, {
46-
"condition":{"typeReachable":"liquibase.license.LicenseServiceFactory"},
47-
"pattern":"\\QMETA-INF/services/liquibase.license.LicenseService\\E"
48-
}, {
49-
"condition":{"typeReachable":"liquibase.lockservice.LockServiceFactory"},
50-
"pattern":"\\QMETA-INF/services/liquibase.lockservice.LockService\\E"
51-
}, {
52-
"condition":{"typeReachable":"liquibase.logging.core.LogServiceFactory"},
53-
"pattern":"\\QMETA-INF/services/liquibase.logging.LogService\\E"
54-
}, {
55-
"condition":{"typeReachable":"liquibase.Liquibase"},
56-
"pattern":"\\QMETA-INF/services/liquibase.logging.mdc.MdcManager\\E"
57-
}, {
58-
"condition":{"typeReachable":"liquibase.parser.ChangeLogParserFactory"},
59-
"pattern":"\\QMETA-INF/services/liquibase.parser.ChangeLogParser\\E"
60-
}, {
61-
"condition":{"typeReachable":"liquibase.changelog.ChangeSet"},
62-
"pattern":"\\QMETA-INF/services/liquibase.parser.LiquibaseSqlParser\\E"
63-
}, {
64-
"condition":{"typeReachable":"liquibase.precondition.PreconditionFactory"},
65-
"pattern":"\\QMETA-INF/services/liquibase.precondition.Precondition\\E"
66-
}, {
67-
"condition":{"typeReachable":"liquibase.util.ShowSummaryUtil"},
68-
"pattern":"\\QMETA-INF/services/liquibase.report.ShowSummaryGenerator\\E"
69-
}, {
70-
"condition":{"typeReachable":"liquibase.Scope"},
71-
"pattern":"\\QMETA-INF/services/liquibase.servicelocator.ServiceLocator\\E"
72-
}, {
73-
"condition":{"typeReachable":"liquibase.snapshot.SnapshotGeneratorFactory"},
74-
"pattern":"\\QMETA-INF/services/liquibase.snapshot.SnapshotGenerator\\E"
75-
}, {
76-
"condition":{"typeReachable":"liquibase.sqlgenerator.SqlGeneratorFactory"},
77-
"pattern":"\\QMETA-INF/services/liquibase.sqlgenerator.SqlGenerator\\E"
78-
}, {
79-
"condition":{"typeReachable":"liquibase.structure.core.DatabaseObjectFactory"},
80-
"pattern":"\\QMETA-INF/services/liquibase.structure.DatabaseObject\\E"
81-
}, {
82-
"condition":{"typeReachable":"liquibase.command.core.helpers.DatabaseChangelogCommandStep"},
83-
"pattern":"\\Qchangelog.xml\\E"
84-
}, {
85-
"condition":{"typeReachable":"liquibase.parser.core.yaml.YamlChangeLogParser"},
86-
"pattern":"\\Qchangelog.yaml\\E"
87-
}, {
88-
"condition":{"typeReachable":"liquibase.changelog.DatabaseChangeLog"},
89-
"pattern":"\\Qincluded.changelog.xml\\E"
90-
}, {
91-
"condition":{"typeReachable":"liquibase.util.LiquibaseUtil"},
92-
"pattern":"\\Qliquibase.build.properties\\E"
93-
}, {
94-
"condition":{"typeReachable":"liquibase.changelog.DatabaseChangeLog"},
95-
"pattern":"\\Qrenamed.changelog.xml\\E"
96-
}, {
97-
"condition":{"typeReachable":"liquibase.parser.core.xml.LiquibaseEntityResolver$CombinedClassLoader"},
98-
"pattern":"\\Qwww.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd\\E"
99-
}, {
100-
"condition":{"typeReachable":"liquibase.changelog.ChangeSetStatus"},
101-
"pattern":"java.base:\\Qjdk/internal/icu/impl/data/icudt67b/nfc.nrm\\E"
102-
}, {
103-
"condition":{"typeReachable":"liquibase.changelog.visitor.StatusVisitor"},
104-
"pattern":"java.base:\\Qjdk/internal/icu/impl/data/icudt67b/nfc.nrm\\E"
105-
}]},
106-
"bundles":[{
107-
"name":"com.sun.org.apache.xerces.internal.impl.xpath.regex.message",
108-
"locales":["und"]
109-
}, {
110-
"name":"liquibase/i18n/liquibase-core",
111-
"locales":["und"]
112-
}]
113-
}
2+
"resources": {
3+
"includes": [
4+
{
5+
"condition": {
6+
"typeReachable": "liquibase.command.core.helpers.DatabaseChangelogCommandStep"
7+
},
8+
"pattern": "\\QMETA-INF/services/liquibase.change.Change\\E"
9+
},
10+
{
11+
"condition": {
12+
"typeReachable": "liquibase.parser.core.yaml.YamlChangeLogParser"
13+
},
14+
"pattern": "\\QMETA-INF/services/liquibase.change.Change\\E"
15+
},
16+
{
17+
"condition": {
18+
"typeReachable": "liquibase.command.core.helpers.DatabaseChangelogCommandStep"
19+
},
20+
"pattern": "\\QMETA-INF/services/liquibase.changelog.ChangeLogHistoryService\\E"
21+
},
22+
{
23+
"condition": {
24+
"typeReachable": "liquibase.command.core.helpers.DatabaseChangelogCommandStep"
25+
},
26+
"pattern": "\\QMETA-INF/services/liquibase.changeset.ChangeSetService\\E"
27+
},
28+
{
29+
"condition": {
30+
"typeReachable": "liquibase.parser.core.yaml.YamlChangeLogParser"
31+
},
32+
"pattern": "\\QMETA-INF/services/liquibase.changeset.ChangeSetService\\E"
33+
},
34+
{
35+
"condition": {
36+
"typeReachable": "liquibase.command.CommandFactory"
37+
},
38+
"pattern": "\\QMETA-INF/services/liquibase.command.CommandStep\\E"
39+
},
40+
{
41+
"condition": {
42+
"typeReachable": "liquibase.configuration.LiquibaseConfiguration"
43+
},
44+
"pattern": "\\QMETA-INF/services/liquibase.configuration.AutoloadedConfigurations\\E"
45+
},
46+
{
47+
"condition": {
48+
"typeReachable": "liquibase.configuration.LiquibaseConfiguration"
49+
},
50+
"pattern": "\\QMETA-INF/services/liquibase.configuration.ConfigurationValueProvider\\E"
51+
},
52+
{
53+
"condition": {
54+
"typeReachable": "liquibase.database.DatabaseFactory"
55+
},
56+
"pattern": "\\QMETA-INF/services/liquibase.database.Database\\E"
57+
},
58+
{
59+
"condition": {
60+
"typeReachable": "liquibase.database.jvm.JdbcConnection"
61+
},
62+
"pattern": "\\QMETA-INF/services/liquibase.database.jvm.ConnectionPatterns\\E"
63+
},
64+
{
65+
"condition": {
66+
"typeReachable": "liquibase.datatype.DataTypeFactory"
67+
},
68+
"pattern": "\\QMETA-INF/services/liquibase.datatype.LiquibaseDataType\\E"
69+
},
70+
{
71+
"condition": {
72+
"typeReachable": "liquibase.diff.DiffGeneratorFactory"
73+
},
74+
"pattern": "\\QMETA-INF/services/liquibase.diff.DiffGenerator\\E"
75+
},
76+
{
77+
"condition": {
78+
"typeReachable": "liquibase.diff.compare.DatabaseObjectComparatorFactory"
79+
},
80+
"pattern": "\\QMETA-INF/services/liquibase.diff.compare.DatabaseObjectComparator\\E"
81+
},
82+
{
83+
"condition": {
84+
"typeReachable": "liquibase.diff.output.changelog.ChangeGeneratorFactory"
85+
},
86+
"pattern": "\\QMETA-INF/services/liquibase.diff.output.changelog.ChangeGenerator\\E"
87+
},
88+
{
89+
"condition": {
90+
"typeReachable": "liquibase.license.LicenseServiceFactory"
91+
},
92+
"pattern": "\\QMETA-INF/services/liquibase.license.LicenseService\\E"
93+
},
94+
{
95+
"condition": {
96+
"typeReachable": "liquibase.lockservice.LockServiceFactory"
97+
},
98+
"pattern": "\\QMETA-INF/services/liquibase.lockservice.LockService\\E"
99+
},
100+
{
101+
"condition": {
102+
"typeReachable": "liquibase.logging.core.LogServiceFactory"
103+
},
104+
"pattern": "\\QMETA-INF/services/liquibase.logging.LogService\\E"
105+
},
106+
{
107+
"condition": {
108+
"typeReachable": "liquibase.Liquibase"
109+
},
110+
"pattern": "\\QMETA-INF/services/liquibase.logging.mdc.MdcManager\\E"
111+
},
112+
{
113+
"condition": {
114+
"typeReachable": "liquibase.parser.ChangeLogParserFactory"
115+
},
116+
"pattern": "\\QMETA-INF/services/liquibase.parser.ChangeLogParser\\E"
117+
},
118+
{
119+
"condition": {
120+
"typeReachable": "liquibase.changelog.ChangeSet"
121+
},
122+
"pattern": "\\QMETA-INF/services/liquibase.parser.LiquibaseSqlParser\\E"
123+
},
124+
{
125+
"condition": {
126+
"typeReachable": "liquibase.precondition.PreconditionFactory"
127+
},
128+
"pattern": "\\QMETA-INF/services/liquibase.precondition.Precondition\\E"
129+
},
130+
{
131+
"condition": {
132+
"typeReachable": "liquibase.util.ShowSummaryUtil"
133+
},
134+
"pattern": "\\QMETA-INF/services/liquibase.report.ShowSummaryGenerator\\E"
135+
},
136+
{
137+
"condition": {
138+
"typeReachable": "liquibase.Scope"
139+
},
140+
"pattern": "\\QMETA-INF/services/liquibase.servicelocator.ServiceLocator\\E"
141+
},
142+
{
143+
"condition": {
144+
"typeReachable": "liquibase.snapshot.SnapshotGeneratorFactory"
145+
},
146+
"pattern": "\\QMETA-INF/services/liquibase.snapshot.SnapshotGenerator\\E"
147+
},
148+
{
149+
"condition": {
150+
"typeReachable": "liquibase.sqlgenerator.SqlGeneratorFactory"
151+
},
152+
"pattern": "\\QMETA-INF/services/liquibase.sqlgenerator.SqlGenerator\\E"
153+
},
154+
{
155+
"condition": {
156+
"typeReachable": "liquibase.structure.core.DatabaseObjectFactory"
157+
},
158+
"pattern": "\\QMETA-INF/services/liquibase.structure.DatabaseObject\\E"
159+
},
160+
{
161+
"condition": {
162+
"typeReachable": "liquibase.command.core.helpers.DatabaseChangelogCommandStep"
163+
},
164+
"pattern": "\\Qchangelog.xml\\E"
165+
},
166+
{
167+
"condition": {
168+
"typeReachable": "liquibase.parser.core.yaml.YamlChangeLogParser"
169+
},
170+
"pattern": "\\Qchangelog.yaml\\E"
171+
},
172+
{
173+
"condition": {
174+
"typeReachable": "liquibase.changelog.DatabaseChangeLog"
175+
},
176+
"pattern": "\\Qincluded.changelog.xml\\E"
177+
},
178+
{
179+
"condition": {
180+
"typeReachable": "liquibase.util.LiquibaseUtil"
181+
},
182+
"pattern": "\\Qliquibase.build.properties\\E"
183+
},
184+
{
185+
"condition": {
186+
"typeReachable": "liquibase.changelog.DatabaseChangeLog"
187+
},
188+
"pattern": "\\Qrenamed.changelog.xml\\E"
189+
},
190+
{
191+
"condition": {
192+
"typeReachable": "liquibase.parser.core.xml.LiquibaseEntityResolver$CombinedClassLoader"
193+
},
194+
"pattern": "\\Qwww.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd\\E"
195+
},
196+
{
197+
"condition": {
198+
"typeReachable": "liquibase.changelog.ChangeSetStatus"
199+
},
200+
"pattern": "java.base:\\Qjdk/internal/icu/impl/data/icudt67b/nfc.nrm\\E"
201+
},
202+
{
203+
"condition": {
204+
"typeReachable": "liquibase.changelog.visitor.StatusVisitor"
205+
},
206+
"pattern": "java.base:\\Qjdk/internal/icu/impl/data/icudt67b/nfc.nrm\\E"
207+
}
208+
]
209+
},
210+
"bundles": [
211+
{
212+
"name": "com.sun.org.apache.xerces.internal.impl.xpath.regex.message",
213+
"locales": [
214+
"und"
215+
]
216+
},
217+
{
218+
"name": "liquibase/i18n/liquibase-core",
219+
"locales": [
220+
"und"
221+
]
222+
}
223+
]
224+
}

0 commit comments

Comments
 (0)