File tree Expand file tree Collapse file tree 15 files changed +16
-16
lines changed Expand file tree Collapse file tree 15 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-demos</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <dependencies >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-project</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <modules >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-demos</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <dependencies >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-project</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <modules >
Original file line number Diff line number Diff line change @@ -2547,7 +2547,7 @@ Jsonix.Model.ElementsPropertyInfo = Jsonix
25472547 Jsonix . Util . Ensure . ensureObject ( mapping ) ;
25482548 Jsonix . Model . AbstractElementsPropertyInfo . prototype . initialize
25492549 . apply ( this , [ mapping ] ) ;
2550- var etis = mapping . elementTypeInfos || mapping . etis || undefined ;
2550+ var etis = mapping . elementTypeInfos || mapping . etis || [ ] ;
25512551 Jsonix . Util . Ensure . ensureArray ( etis ) ;
25522552 this . elementTypeInfos = etis ;
25532553 } ,
@@ -3377,7 +3377,7 @@ Jsonix.Model.Module = Jsonix
33773377 } ,
33783378 createList : function ( mapping ) {
33793379 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' ;
33813381 var tn = mapping . typeName || mapping . tn || null ;
33823382 var s = mapping . separator || mapping . sep || ' ' ;
33833383 Jsonix . Util . Ensure . ensureExists ( ti ) ;
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-nodejs</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <dependencies >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-nodejs-tests</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <dependencies >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-nodejs-tests</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <dependencies >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-nodejs</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <modules >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.hisrc.jsonix</groupId >
88 <artifactId >jsonix-nodejs-tests</artifactId >
9- <version >2.0.13-SNAPSHOT </version >
9+ <version >2.1.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <dependencies >
You can’t perform that action at this time.
0 commit comments