Kirill Vlasov
6fc871db38
Fixing squid:S1488 - Local Variables should not be declared and then immediately returned or thrown
2015-12-31 17:08:59 +05:00
xhh
f4581d3008
Update imports in models of Java clients
...
- Remove the StringUtil import which is no longer needed
- Remove duplicated imports of Objects and io.swagger.annotations.*
- Only include jackson related imports in the Java clients needing it
(i.e. the default, jersey2 and feign Java clients)
2015-12-31 12:44:34 +08:00
Tony Tam
1e2abbe422
Merge pull request #1774 from DevFactory/staging/redundant-field-initializer-fix-2
...
Redundant Field Initializer
2015-12-30 19:54:23 -08:00
Tony Tam
f73acc7c18
Merge pull request #1791 from scottrw93/master
...
Issue 1631 Valid yml definition generates API error in node js server
2015-12-30 19:51:44 -08:00
Tony Tam
470c17db36
removed printout
2015-12-30 19:48:06 -08:00
11356176
eb2c7708cb
Issue 1631 Valid yml definition generates API error in node js server
2015-12-31 01:07:10 +00:00
Tony Tam
88fab0b85f
Merge branch 'master' into issue-1789
2015-12-30 15:06:54 -08:00
Ron
9a54371ca9
Swagger Spec -> OpenAPI Spec
2015-12-30 14:52:15 -08:00
Tony Tam
adb3795a44
formatting
2015-12-30 14:51:43 -08:00
Tony Tam
e08e578c58
updated templates per #1789
2015-12-30 14:51:37 -08:00
Tony Tam
9ca914f769
updated jaxrs generator pojos
2015-12-30 14:20:52 -08:00
Tony Tam
d75e602168
made imports more intelligent
2015-12-30 13:16:08 -08:00
Tony Tam
1cd54ee685
added bigDecimalAsString option to allow serializing with strings
2015-12-30 12:32:37 -08:00
Tony Tam
6f324e069e
Merge pull request #1786 from lugaru1234/options-type-fix
...
CliOption.type has been set to "boolean" for boolean options
2015-12-30 11:01:07 -08:00
Tony Tam
26c50ce0a3
Merge pull request #1785 from swagger-api/issue-1748
...
added `serverPort`
2015-12-30 11:00:58 -08:00
Tony Tam
460e5befec
fixed index issue
2015-12-30 10:42:20 -08:00
lugaru1234
67bea9ec27
CliOption.type has ben set to boolean for boolean options
2015-12-30 18:17:45 +03:00
wing328
96889d47ba
Merge pull request #1742 from icha024/master6
...
Spring-MVC config "j8-async": Uses async servlet & Java 8 interface
2015-12-30 17:00:35 +08:00
Tony Tam
05b0d8f1bf
added serverPort
2015-12-30 00:06:24 -08:00
Tony Tam
b5e9ca0295
Merge pull request #1784 from swagger-api/issue-1035
...
adds configurable date library, prepares for multiple jaxrs versions
2015-12-29 23:57:08 -08:00
Tony Tam
405e09a057
added tests
2015-12-29 23:44:15 -08:00
Tony Tam
ffe12b0620
added library, date library
2015-12-29 23:28:09 -08:00
wing328
dcad165871
Merge pull request #1783 from ModelSolv/Issue-1781
...
[Akka-Scala] Fix #1781 re specs w/o security defs
2015-12-30 14:49:44 +08:00
wing328
9782bf8981
Merge pull request #1780 from wing328/perl_fix_datetime
...
[Perl] fix DateTime mapping
2015-12-30 14:36:45 +08:00
wing328
974e0125ce
Merge pull request #1768 from pculligan/master
...
Outstanding fix for #1173 : Added support for vendor extensions on model and property
2015-12-30 14:20:24 +08:00
wing328
43b047c720
Merge pull request #1779 from wing328/php_remove_duplicated_mapping
...
[PHP] remove duplicated type mapping
2015-12-30 14:12:21 +08:00
Shyri Villar
b41efdab5f
updated android-volley build.gradle
2015-12-29 18:12:11 +01:00
Andy Lowry
e864994b62
[Akka-Scala] Fix #1781 re specs w/o security defs
...
Per issue recommendation, fix is to DefaultCodegen#fromSecurity, which
now returns an empty list rather than null if no securityDefinitions
property is present in the swagger spec
2015-12-29 11:58:28 -05:00
wing328
6180b7b059
Merge pull request #1720 from artem-dudarev/patch-2
...
[C#] Escape \r in XML comments
2015-12-30 00:40:30 +08:00
Shyri Villar
602abdd242
Added http basic authentication method [android-volley]
2015-12-29 15:47:31 +01:00
Shyri Villar
b91e5c95d5
Rename request templates and fixed patch request [android-volley]
2015-12-29 15:47:28 +01:00
Shyri Villar
cb9e4bf961
Added DELETE request [android-volley]
2015-12-29 15:47:25 +01:00
Shyri Villar
b28e0893f1
Added PUT request [android-volley]
2015-12-29 15:47:23 +01:00
Shyri Villar
2af665a8e3
Added ApiKeyAuth implementation [android-volley]
2015-12-29 15:45:08 +01:00
Shyri Villar
e054c3cfc0
Moved request templates [android-volley]
2015-12-29 15:45:06 +01:00
Shyri Villar
b9abe2b51d
Added apiException template [android-volley]
2015-12-29 15:44:54 +01:00
Shyri Villar
84a22c8344
Added build.gradle and AndroidManifest [android-volley]
2015-12-29 15:44:53 +01:00
Shyri Villar
52ebd25732
Added responses class [android-volley]
2015-12-29 15:44:51 +01:00
Shyri Villar
c80ff7ed0d
Added responses class
2015-12-29 15:44:49 +01:00
Shyri Villar
e098e8f372
Added PostRequest [android-volley]
2015-12-29 15:44:46 +01:00
Shyri Villar
c3679893df
Added jsonUtil and Pair android-volley
2015-12-29 15:44:43 +01:00
Shyri Villar
090839fe06
Added AndroidVolley ClientCodegen
2015-12-29 15:44:42 +01:00
wing328
e4078855f5
fix date mapping for perl
2015-12-29 16:29:20 +08:00
wing328
8882c36c91
fix perl datetime mapping
2015-12-29 15:21:38 +08:00
wing328
fed4ba3cf8
use DateTime for php date
2015-12-29 15:04:27 +08:00
wing328
11d6bb9a95
php remove duplicated type mapping
2015-12-29 15:00:56 +08:00
wing328
c5ccb3f8eb
Merge pull request #1772 from xhh/ruby-inline-base-object
...
[Ruby] Remove base_object from Ruby model
2015-12-29 13:27:23 +08:00
Ian Chan
3103846f45
Enforce Java 1.8 when generating spring-mvc with j8-async option
...
The spring-mvc j8-async code is now located in it's own sample directory
with Java 8 enforced via Maven plug-in.
2015-12-29 13:40:46 +13:00
Kirill Vlasov
7a63dd1416
Fixing pmd:RedundantFieldInitializer - Redundant Field Initializer
2015-12-28 17:38:54 +05:00
xhh
670e56f692
Remove base_object from Ruby model
...
and move methods from base_object to each model so that model files will
have no dependency when generating "models only"
2015-12-28 17:42:33 +08:00