File tree 15 files changed +16
-16
lines changed
15 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-demos</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modules >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-demos</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modules >
Original file line number Diff line number Diff line change @@ -2547,7 +2547,7 @@ Jsonix.Model.ElementsPropertyInfo = Jsonix
2547
2547
Jsonix . Util . Ensure . ensureObject ( mapping ) ;
2548
2548
Jsonix . Model . AbstractElementsPropertyInfo . prototype . initialize
2549
2549
. apply ( this , [ mapping ] ) ;
2550
- var etis = mapping . elementTypeInfos || mapping . etis || undefined ;
2550
+ var etis = mapping . elementTypeInfos || mapping . etis || [ ] ;
2551
2551
Jsonix . Util . Ensure . ensureArray ( etis ) ;
2552
2552
this . elementTypeInfos = etis ;
2553
2553
} ,
@@ -3377,7 +3377,7 @@ Jsonix.Model.Module = Jsonix
3377
3377
} ,
3378
3378
createList : function ( mapping ) {
3379
3379
Jsonix . Util . Ensure . ensureObject ( mapping ) ;
3380
- var ti = mapping . typeInfo || mapping . ti || 'String' ;
3380
+ var ti = mapping . baseTypeInfo || mapping . typeInfo || mapping . bti || mapping . ti || 'String' ;
3381
3381
var tn = mapping . typeName || mapping . tn || null ;
3382
3382
var s = mapping . separator || mapping . sep || ' ' ;
3383
3383
Jsonix . Util . Ensure . ensureExists ( ti ) ;
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs-tests</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs-tests</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modules >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs-tests</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 3
3
<groupId >org.hisrc.jsonix</groupId >
4
4
<artifactId >jsonix-project</artifactId >
5
5
<packaging >pom</packaging >
6
- <version >2.0.13-SNAPSHOT </version >
6
+ <version >2.1.0 </version >
7
7
<name >Jsonix</name >
8
8
<url >http://static.highsource.org/jsonix/</url >
9
9
<parent >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.hisrc.jsonix</groupId >
9
9
<artifactId >jsonix-samples</artifactId >
10
- <version >2.0.13-SNAPSHOT </version >
10
+ <version >2.1.0 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.hisrc.jsonix</groupId >
9
9
<artifactId >jsonix-project</artifactId >
10
- <version >2.0.13-SNAPSHOT </version >
10
+ <version >2.1.0 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
<modules >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.13-SNAPSHOT </version >
9
+ <version >2.1.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modules >
You can’t perform that action at this time.
0 commit comments