Jean-François Côté
3465f2918e
Fix a regression bug that was introduce in a recent commit. Removed the tabs that were causing error in Play Framework ( #7241 )
2018-01-07 10:48:49 +08:00
Ben Wells
6349e79a59
Fix typo in Petstore yaml ( #7195 )
2017-12-18 12:30:57 +08:00
Maxim Zinchenko
a8642dbdfc
[Java][Spring][Server] Issue #4680 ( #6890 )
...
* Issue #4680 correct values for enum with escaped double quotes
* Issue #4680 regenerate samples
* Issue #4680 remove new lines
* Issue #4680 fixed scripts
* Issue #4680 update samples under CentOS
2017-11-27 18:30:39 +08:00
Jean-François Côté
8b70f24371
There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. ( #6673 )
2017-10-16 21:23:05 +08:00
Jean-François Côté
e6d4362012
Fix for regression in issue: https://github.com/swagger-api/swagger-codegen/issues/6472 ( #6480 )
2017-10-09 22:51:32 +08:00
Daniel Ochoa Rodríguez
cfa2074802
Fix Uuid parse ( #6382 )
...
* Fix Uuid parse
* Add isString = true when property is Uuid
This will not break previous code
* Update conversionBegin.mustache
* Update conversionEnd.mustache
2017-09-03 23:10:25 +08:00
Jean-François Côté
1e991be5f3
[JavaPlayFramework] Fix for issue #6100 ( #6128 )
...
* Fix issue #6100 . Tested with all the samples.
* Fix multiple issue with the examples. Removing all of this.
Adding fake endpoint .sh but it is not compiling right now.
2017-08-09 22:00:46 +08:00
Jean-François Côté
bca35f6645
Fix for issue #6094 ( #6121 )
2017-07-20 15:42:56 +08:00