@@ -62,10 +62,8 @@ contains 3 events.
62
62
"IdRule": "meta.id",
63
63
"StartEvent": "YES",
64
64
"IdentifyRules": "[meta.id]",
65
- "MatchIdRules": {
66
- "_id": "%IdentifyRules_objid%"
67
- },
68
- "ExtractionRules": "{ id : meta.id, type : meta.type, time : meta.time, gav : data.gav, fileInformation : data.fileInformation, buildCommand : data.buildCommand }",
65
+ "MatchIdRules": {"_id": "%IdentifyRules_objid%"},
66
+ "ExtractionRules": "{ id : meta.id, type : meta.type, time : meta.time, identity : data.identity, fileInformation : data.fileInformation, buildCommand : data.buildCommand }",
69
67
"DownstreamIdentifyRules": "links | [?type=='COMPOSITION'].target",
70
68
"DownstreamMergeRules": "{\"externalComposition\":{\"eventId\":%IdentifyRules%}}",
71
69
"DownstreamExtractionRules": "{artifacts: [{id : meta.id}]}",
@@ -127,11 +125,7 @@ contains 3 events.
127
125
"domainId": "someDomain",
128
126
"host": "someHost",
129
127
"name": "someName",
130
- "serializer": {
131
- "groupId": "com.github.Ericsson",
132
- "artifactId": "eiffel-remrem-semantics",
133
- "version": "0.0.10"
134
- },
128
+ "serializer": "pkg:maven/com.mycompany.tools/eiffel-serializer@1.0.3",
135
129
"uri": "http://host:port/path"
136
130
},
137
131
"security": {
@@ -142,11 +136,7 @@ contains 3 events.
142
136
}
143
137
},
144
138
"data": {
145
- "gav": {
146
- "groupId": "someGroup",
147
- "artifactId": "someArtifact",
148
- "version": "someVersion"
149
- },
139
+ "identity": "pkg:maven/com.mycompany.myproduct/artifact-name@2.1.7",
150
140
"fileInformation": [
151
141
{
152
142
"classifier": "",
@@ -155,13 +145,7 @@ contains 3 events.
155
145
],
156
146
"buildCommand": "trigger",
157
147
"requiresImplementation": "NONE",
158
- "dependsOn": [
159
- {
160
- "groupId": "",
161
- "artifactId": "",
162
- "version": ""
163
- }
164
- ],
148
+ "dependsOn": ["pkg:maven/com.mycompany.myproduct/my-interface@%5B1.0%2C2.0%29"],
165
149
"implements": [],
166
150
"name": "event",
167
151
"customData": []
@@ -184,11 +168,7 @@ contains 3 events.
184
168
"domainId": "someDomain",
185
169
"host": "someHost",
186
170
"name": "someName",
187
- "serializer": {
188
- "groupId": "com.github.Ericsson",
189
- "artifactId": "eiffel-remrem-semantics",
190
- "version": "0.0.10"
191
- },
171
+ "serializer": "pkg:maven/com.mycompany.tools/eiffel-serializer@1.0.3",
192
172
"uri": "http://host:port/path"
193
173
},
194
174
"security": {
@@ -226,11 +206,7 @@ contains 3 events.
226
206
"source": {
227
207
"domainId": "someDomain",
228
208
"name": "someName",
229
- "serializer": {
230
- "groupId": "com.github.Ericsson",
231
- "artifactId": "eiffel-remrem-semantics",
232
- "version": "0.0.10"
233
- }
209
+ "serializer": "pkg:maven/com.mycompany.tools/eiffel-serializer@1.0.3"
234
210
}
235
211
},
236
212
"data": {
0 commit comments