Michael Kourlas
0e65f649bc
[JavaScript] Fix for issue #5358 : Regression in 2.3 using multi
parameters (Cannot read property 'buildCollectionParam' of undefined) ( #5362 )
...
* Fix for issue #5358
* Update tests for #5358
2017-04-11 17:52:32 +08:00
wing328
2d0c8c4060
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-11 01:03:28 +08:00
wing328
d3ac4b686a
fix CI issue by declaring originalEnvironmentVariables as a protected
...
member
2017-04-11 00:57:22 +08:00
wing328
7662924ce1
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-10 23:32:06 +08:00
Simon Marti
1734ac4ed0
Add option to skip Maven plugin execution ( #5337 )
...
* Add option to skip Maven plugin execution
The execution is skipped if either the codegen.skip property or the <skip>
configuration parameter is set. This is consistent with how many other Maven
plugins, such as maven-exec-plugin and maven-clean-plugin, handle this.
* Add documentation for Maven `skip` property
2017-04-10 23:31:58 +08:00
Simon Marti
fea8699d8b
Fix environment variable support in successive Maven plugin executions ( #5351 )
...
* Fix environment variable support in successive Maven plugin executions
System properties were retained across multiple successive executions,
resulting in unpredictable behavior. Property values are now properly reset
to their original value after plugin execution.
Fixes #5350
* Add explanation to environment variable reset mechanism in Maven plugin
2017-04-10 23:25:09 +08:00
Jean-François Côté
2e46bb9b9f
Add File support + some fixes to Play generator ( #5263 )
...
* First commit of the Java Play Framework server generator. It is highly based on Spring so there might me a couple of things that don't make sense (like options or parameters) for the Play Framework.
* Fix suggestions in the PR discussion + add .bat and .sh file as requested.
* Updated Readme.md file
* Remove unused mustache file + fix baseName vs paramName in all the mustache files.
* Fix the compilation error when we have a body which is a list or map. Doesn't fix the problem with the annotation itself.
* Fix the problem with the Http.MultipartFormData.FilePart
* Return a FileInputStream when the returnType is "file" + Fix a couple of other bugs with boolean + updated sample
* Return an InputStream instead of FileInputStream (except in the instantiation)
* A little cleanup for the form param of type file.
2017-04-10 23:23:28 +08:00
wing328
7991cf75ae
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-10 23:21:36 +08:00
Vincent Giersch
aef98f464e
fix(php): should not check enum value if not unspecified and optional (broken since #4886 ) ( #5357 )
...
Signed-off-by: Vincent Giersch <vincent@giersch.fr>
2017-04-10 23:21:14 +08:00
Vincent Giersch
99f0ab496b
fix(php): escape reserved words in enum variables names ( #5356 )
...
Signed-off-by: Vincent Giersch <vincent@giersch.fr>
2017-04-10 23:19:06 +08:00
tbe
d59ac2ae65
[Perl] remove singleton ( #5353 )
...
- removed Singleton from ApiClient
fixes #5336
2017-04-10 22:52:32 +08:00
Ahmet Taha Sakar
c6959b0d21
Swift3 headers ( #5340 )
...
* added headers to makeRequest function for swift3 template
* petstore update
2017-04-10 22:36:22 +08:00
wing328
c35fdc3bda
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-10 14:39:48 +08:00
wing328
8dbdc31ba7
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-08 00:29:26 +08:00
anuthebananu
19d5e74dbd
[Spring] Adds serialVersionUID to serializable model POJO's ( #5347 )
2017-04-07 09:17:29 +08:00
Johannes
e147fdec48
swagger-codegen-maven-plugin: hint added how to generate server code ( #5342 )
...
addresses issue #5332
2017-04-07 08:46:42 +08:00
wing328
4aaf3ab353
update reserved word list for swift3 ( #5348 )
2017-04-07 08:36:02 +08:00
lukoyanov
a7652d508d
Updated CallAdapter & CallAdapterFactory for retrofit 2.2.0 ( #5345 )
2017-04-07 07:35:47 +08:00
wing328
6c745596d4
add beta to help text in scala client
2017-04-06 22:21:58 +08:00
wing328
627598fcc7
Merge remote-tracking branch 'origin' into 2.3.0
2017-04-06 17:01:49 +08:00
wing328
fd57b4c164
Merge branch '2.3.0' of https://github.com/swagger-api/swagger-codegen into 2.3.0
2017-04-06 17:01:39 +08:00
wing328
90b14a996a
use original value of paramName in akka scala templates ( #5339 )
2017-04-06 17:01:25 +08:00
baartosz
13cccccb67
fixed error handling in async requests in python client ( #5308 )
2017-04-06 16:55:53 +08:00
wing328
4582cd874d
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-06 16:20:18 +08:00
weiyang
abffdca441
[Html2] Fix circular references ( #5313 )
...
* [html2] Fix circular references
Signed-off-by: weiyang <weiyang.ones@gmail.com>
* [samples][html2] Fix circular references
Signed-off-by: weiyang <weiyang.ones@gmail.com>
* Optimize code format
Signed-off-by: weiyang <weiyang.ones@gmail.com>
2017-04-06 14:39:26 +08:00
wing328
f9825b01d3
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-06 11:58:20 +08:00
wing328
5de04fa612
omitted command line result
2017-04-05 21:49:06 +08:00
wing328
7dc27aaf96
results omitted from command line output
2017-04-05 21:46:15 +08:00
BenjenW
e7a3321b62
Update README.md ( #5330 )
...
Added my company (Individual Standard IVS) to the list of Swagger Codegen users
2017-04-05 20:32:43 +08:00
Paŭlo Ebermann
0c1ad9b2ba
Update security samples for Scala + typescript-node. ( #5325 )
2017-04-05 18:05:21 +08:00
Paŭlo Ebermann
be83329946
Update security samples for swift. ( #5324 )
2017-04-05 18:04:53 +08:00
wing328
5b16694afc
add example to use spec in online generator
2017-04-05 16:41:07 +08:00
Yohana Khoury
7ae0bb6e67
Update README.md ( #5328 )
...
Added GigaSpaces to Companies Using Swagger Codegen
2017-04-05 14:49:22 +08:00
wing328
956e7b4cb5
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-04 23:04:25 +08:00
wing328
22c80588f6
fix retrofit2 rxjava2 script ( #5321 )
2017-04-04 22:58:03 +08:00
Paŭlo Ebermann
f0b0226e46
[Java][JaxRS][Spring-MVC] Update samples for jaxrs with Jersey 1/2 and for spring-mvc ( #5212 )
...
* Update samples for Spring-MVC.
* Update samples for Spring-MVC-Jav8-async.
* Update samples jaxrs/jersey1.
* Update samples jaxrs/jersey2.
* Update samples spring-mvc
* Update samples spring-mvc-j8-async
2017-04-04 21:41:22 +08:00
wing328
ad2552ace6
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-04 15:27:17 +08:00
Paŭlo Ebermann
8bd67c9f7f
Fix template directory used by samples script. ( #5284 )
2017-04-04 14:47:22 +08:00
Paŭlo Ebermann
ffb4d52469
Update security samples: server ( #5285 )
2017-04-04 14:44:59 +08:00
Paŭlo Ebermann
41b04e0e01
Update security samples for typescript-clients (Angular1/2). ( #5288 )
2017-04-04 14:44:25 +08:00
Paŭlo Ebermann
ca976c524a
Update security samples for ObjectiveC client. ( #5286 )
2017-04-04 14:44:09 +08:00
Paŭlo Ebermann
35ce3f48b9
Updating security samples for C++/QT5. ( #5291 )
2017-04-04 14:43:52 +08:00
Paŭlo Ebermann
66bf83e911
Update security samples for Javascript clients ( #5289 )
2017-04-04 14:43:25 +08:00
Paŭlo Ebermann
0695a58f3c
Updating security samples for Python client. ( #5294 )
2017-04-04 14:42:48 +08:00
Paŭlo Ebermann
7462cf70cf
Updating security samples for PHP client. ( #5293 )
2017-04-04 14:42:01 +08:00
Paŭlo Ebermann
cac803351b
Updating security samples for Go-client. ( #5290 )
2017-04-04 14:41:43 +08:00
Paŭlo Ebermann
f44949db58
Update security samples for Ruby-Client. ( #5287 )
2017-04-04 14:41:22 +08:00
Paŭlo Ebermann
bebeac8ae8
Updating security samples for Perl. ( #5292 )
2017-04-04 14:40:58 +08:00
Paŭlo Ebermann
f7b39a85a5
Updating security samples for scala. ( #5295 )
2017-04-04 14:40:36 +08:00
Paŭlo Ebermann
eb3565b6c0
[C#] Fix guid for C# security samples ( #5283 )
...
* Issue #5196 : also fix the packageGuid for the C# security samples.
* Update C# security samples.
2017-04-04 14:38:47 +08:00