lopesmcc
66d48a0c71
[Java-VertX] Java Vertx client ( #6204 )
...
* #6165 - Java Vertx client
* #6165 - Java Vertx client (samples)
* #6165 - Java Vertx client (tests generation)
* #6165 - Java Vertx client (fixed test samples)
2017-07-31 20:04:11 +08:00
Mykola Yashchenko
be9a9a3837
[Java] Jersey, Jersey2 and Resteasy clients do not support HTTP-HEAD ( #6210 )
2017-07-31 19:03:25 +08:00
wing328
fab49e80a8
update Java jersey 1,2 to handle */*
2017-07-31 13:26:56 +08:00
Halil İbrahim Şener
182807ed9a
[Java][Client] Add javax.validation.validation-api dependency for Bean Validation API support to jersey2 ( #6203 )
2017-07-31 13:15:44 +08:00
Halil İbrahim Şener
a6f981350e
[Java][Client] Add PATCH method support for jersey2 ( #6197 )
2017-07-31 13:08:30 +08:00
wing328
443b0f142b
remove ref to SO ( #6209 )
2017-07-29 18:53:08 +08:00
Pavel Tavoda
d412bcfd6c
Fix to #6141 - [BASH] Bug generating access_token when "in: query" ( #6187 )
...
* Fix to #6141 - [BASH] Bug generating access_token when "in: query"
* Fresh petstore scripts
2017-07-28 16:00:44 +08:00
ToreJohansson
68966ac34e
Added year to default generator ( #6196 )
2017-07-28 15:58:58 +08:00
wing328
cd43ad8c62
set auth, request package based on invokerPacakge ( #6200 )
2017-07-28 13:31:47 +08:00
wing328
a6f594bfd2
use jersey 2.6 for java6 ( #6198 )
2017-07-28 01:59:31 +08:00
wing328
82835db670
fix issue with api key (query) in c# ( #6199 )
2017-07-28 01:51:39 +08:00
Ximo Guanter
e4e9a985e3
[Java Play-Framework] Remove unneeded deps ( #6097 )
...
* Remove unneeded deps in Java Play Framework codegen
* rebuild petstore project with latest java-play-framework changes
* fix: pr feedback
2017-07-27 23:47:04 +08:00
wing328
6c657a263b
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2017-07-27 19:44:16 +08:00
wing328
67ec9d395d
fix snapshot push for master
2017-07-27 19:43:41 +08:00
Mykola Yashchenko
bb2a53ac9c
added additional properties to manage Android version numbers more easily ( #6160 )
2017-07-27 19:27:59 +08:00
CappCorp
e7b28f0d2d
[kotlin] removed unaccurate warning ( #6135 ) ( #6137 )
2017-07-27 16:39:11 +08:00
Vaughn Dice
40ae715392
[go] add http request host override for api client ( #6174 )
2017-07-27 15:53:33 +08:00
Sebastiano Miano
1eadb4201b
Pistache server ( #6189 )
...
* Added C++ generator for Pistache
* Revert of CodegenOperation
* Updated template
* Removed isRestful from method declaration
* Updated httpMethod variable
* Changed isRestfulCreate
* Updated pistache library name
* Update pistache petstore sample with the new library name
2017-07-27 14:56:56 +08:00
wing328
927055a681
[Java] MIME type "*/*" default to JSON ( #6188 )
...
* update java petstore
* minor fix to docstring
* roll back resttemplate with xml petstore due to errors
* minor fix to resttemplate isjson check
2017-07-27 11:36:29 +08:00
Lars Wander
44e7b5dd3f
[Java] Interpret consumes '*/*' as 'application/json' ( #6175 )
2017-07-27 00:35:46 +08:00
Cheng Luo
b2ef88eac6
fix the issue 5779 ( #6176 )
2017-07-26 22:19:33 +08:00
wing328
b33f01660e
reenable tests for ts node and angular
2017-07-26 20:53:38 +08:00
Duan Shiqiang
f9eaef8f24
Ts node angular2 typings ( #6178 )
...
* removed typings for typescript-node language and updated typescript version
* updated sample of typescript-node by running .\bin\windows\typescript-node.bat
2017-07-26 20:29:46 +08:00
wing328
e807b81471
Better control on setter, getter (for boolean, non-boolean) ( #6177 )
...
* better control on setter, boolean getter
* improve test casees for getter and setter
2017-07-26 19:57:50 +08:00
Andrea Rossi
66f2f70634
Add execute permissions to gradlew ( #6168 )
...
Some of the gradlew files don't have execution permission, so this adds it.
2017-07-26 15:30:09 +08:00
Alexandre Demode
17dff8b1f6
Fix PHP file param name ( #6171 )
2017-07-26 14:56:13 +08:00
Halil İbrahim Şener
7696ca1658
[Java][Client] Add Deprecated annotation and update samples ( #6166 )
2017-07-26 01:07:30 +08:00
Mykola Yashchenko
5223c80c6d
generate boolean getter method according to a code convention ( #6169 )
2017-07-25 23:43:56 +08:00
wing328
b683d6a335
add link to presentation about using Gradle
2017-07-25 22:28:17 +08:00
wing328
bc68e9706e
update java play petstore sample
2017-07-25 17:48:13 +08:00
Ximo Guanter
70e2f643dd
Fix date-time params in Java-Play codegen ( #6088 )
2017-07-25 17:45:02 +08:00
wing328
45213e0eb6
add tips about github keyword
2017-07-25 15:09:38 +08:00
Georgy Grigoryev
eea797d181
import models fix for csharp ( #6155 )
2017-07-25 15:04:30 +08:00
Eric O'Connell
2540db8adf
More flexible subclassing of ApiClient possible by s/private/protected/g ( #6159 )
...
* More flexible subclassing of ApiClient possible by s/private/protected/g
I found myself in a situation where I needed to change the configured `Feature`s, but
because of all the private variables I was not able to do so. Perhaps this is a bit too
broad of a stroke, but I changed all fields and methods to `protected` instead of `private`.
In this way, future extensibility should be improved.
Also, to solve my particular problem, I added a new empty method called
`performAdditionalClientConfiguration` which will allow subclasses to add specific features,
or do anything else possible with a `ClientConfig`.
* Updated samples
2017-07-25 14:56:34 +08:00
Dathan Bennett
630b126938
Update README.md to fix broken TOC link ( #6162 )
2017-07-25 14:54:30 +08:00
marcotta
21146b5087
Fix Xcode Documentation Issue ( #6157 )
...
Allow documentation to specify void when no
return type is available
Remove Xcode warnings:
"Documentation Issue
Empty paragraph passed to '@return' command"
2017-07-25 01:32:36 +08:00
wing328
943b47d04c
remove PetStatus from petstore.yaml
2017-07-25 01:21:15 +08:00
Jean-François Côté
79e10c427a
Fix for issue #5460 ( #5778 )
...
* Fix issue 5460
* Handling only first and last double quote to support example with double quote in the middle
* Fix proposed by @ePaul
* Add comments to explain de fixStringModel function. Add an enum model called PetStatus that test this scenario. Update sample only for JavaPlayFramework generator
2017-07-25 01:20:36 +08:00
wing328
64658f0bea
update eiffel petstore
2017-07-25 00:03:15 +08:00
wing328
007fc46b6a
[Java][Spring] set base package to "invokerPackage" ( #6156 )
...
* set base package to invokerPackage in spring
* minor fix to how invokerPackage is processed
* fix option test failure
2017-07-24 22:00:10 +08:00
wing328
b91ddfc669
comment out ts jquery test
2017-07-24 18:11:18 +08:00
wing328
5497ce5b23
update python petstore samples
2017-07-24 00:32:26 +08:00
Jeff
67288b1303
Add polymorphism support for python ( #6066 )
2017-07-24 00:25:39 +08:00
wing328
4a8d9c3509
add "Data" as reserved word in swift 2.x, 4.x
2017-07-24 00:06:11 +08:00
julien-h-webcenter
f5591232fc
fix add "Data" to reserved Keywords ( #6011 ) ( #6021 )
2017-07-24 00:03:33 +08:00
wing328
827c8c38ed
Merge branch 'gabrielbauman-patch-1'
2017-07-23 23:46:44 +08:00
wing328
302a0b4e93
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2017-07-23 23:39:00 +08:00
wing328
2d19776caf
Merge branch 'mobreza-jersey-logging-deprecated'
2017-07-23 23:38:39 +08:00
wing328
43d8fe5047
update java (jersey2) petstore samples
2017-07-23 23:38:15 +08:00
Isman Usoh
7805125713
Fix generate additionalProperties array type #6081 ( #6082 )
2017-07-23 23:21:57 +08:00