Zhanwei Wang
10950db2dd
[JavaScript] Do not parse null and undefined as type. ( #4933 )
...
* [JavaScript] Do not parse null and undefined as type.
* update pet store example for #4932
2017-03-06 15:01:19 +08:00
Paul English
5d327e66a1
Port the optional/enum template logic from async-scala to the regular scala client ( #4849 )
...
* Port the optional/enum template logic from async-scala to the regular scala client
* oops, accidently pulled template from akka-scala which has custom logic for enum
Just going to avoid enum for now, considering I'm not sure what scala client
will be official
* Update tests to use option
2017-03-06 14:50:21 +08:00
Paŭlo Ebermann
e477ac9472
Fix #4898 for spring-cloud. ( #4919 )
...
Somehow I omitted this in #4875 .
2017-03-06 14:47:52 +08:00
Matan Rubin
899ef8f1ef
[JAXRS-CXF] [bug #4422 ] use java.util.Date when selecting dateLibrary=legacy ( #4724 )
...
according to the help message setting dateLibrary to 'legacy' should
make the code generator use java.util.Date.
before this change, when setting dateLibrary to 'legacy' made the
generator use javax.xml.datatype.XMLGregorianCalendar.
now, the generator uses java.util.Date such that the documentation and
behavior are consistent.
2017-03-06 14:25:15 +08:00
Paŭlo Ebermann
6c9b0ce257
Update samples for Scalatra after 2.2.2. ( #4910 )
...
* Update samples for Scalatra after 2.2.2.
* [scalatra] Revert changes to build.sbt
Changes were made in conjunction with the new finch generator. This
reverts those changes to Scalatra's previous build.sbt.
* Update scalatra samples again after revert of part of #3905 .
2017-03-06 14:23:02 +08:00
Tony Tam
b9d9629a65
Merge pull request #4925 from jfiala/cxf_swagger-core_4924
...
[Jaxrs-cxf] Fix compile errors after update of swagger-core / add jackson dependencies to pom #4924
2017-03-05 10:31:02 -08:00
Johannes Fiala
f72340fb17
change jackson jaxrs version to 2.8.4 #4924
2017-03-05 19:17:27 +01:00
jsone-studios
7800641db2
Fixes #4913 ( #4914 )
2017-03-06 01:15:56 +08:00
Paŭlo Ebermann
7b559b4422
Update samples for MSF4J after 2.2.2. ( #4915 )
2017-03-06 01:12:29 +08:00
Viktor Chukhantsev
35d3fb82ce
[Ruby] Can only use content-type application/json with ruby-client #4867 ( #4893 )
...
* Fix ruby-client work with modern content types, like application/api.vnd+json
* Add specs.
* Fix regexp.
* Regenerate petstore client.
2017-03-06 00:44:15 +08:00
Paŭlo Ebermann
a91cbbe387
Update samples after 2.2.2 ( #4901 )
...
* Update petstore samples for Groovy.
* Update samples for JaxRS.
* Update samples for cpprest.
* Update samples for dart.
* Update samples for flash.
* Update samples for go.
* Update samples for html2.
* Update samples for lumen.
* Update samples for nancxfx.
* Update samples for objc.
* Update samples for sinatra.
* Update samples for tizen.
* Update samples for java-inflector.
2017-03-06 00:33:57 +08:00
Johannes Fiala
165076a427
add jackson dependencies to pom #4924
2017-03-05 17:30:17 +01:00
Jonathan Leitschuh
66a510c9d3
Make the CodegenConfigurator serializable ( #4890 )
...
Closes #4887
2017-03-03 22:57:57 +08:00
wing328
061f4d07d8
fix issue with pom dep in jaxrs jersey1 ( #4904 )
2017-03-03 22:25:59 +08:00
wing328
82090c218b
add product hunt page
2017-03-03 21:48:57 +08:00
Bart Kummel
30c2b6f262
Improved ExampleGenerator ( #4797 )
...
* Improved ExampleGenerator:
- Now takes into account enum and uri/url formats for strings.
- Uses example for referenced objects if available.
- Proper examples get generated for specific numeric formats, because more specific formats now get checked before generic format.
- Honors min and max values for numerical properties, if set.
* Ran script `bin/nodejs-petstore-server.sh`.
* Renamed log to logger to conform to coding standard.
2017-03-03 18:38:19 +08:00
Vlad Frolov
9516c81ebb
[JavaScript] Added *WithHttpInfo methods in 'usePromises' mode to provide a way to get access to HTTP response object (e.g. headers or status code) ( #3654 ) ( #4902 )
2017-03-03 18:20:52 +08:00
patulacci
e23a24c138
replaced SWG by classPrefix and ran tests ( #4871 )
2017-03-03 17:29:16 +08:00
Gábor Berényi
39a42d014b
Feature/issue 4698 rxjava2 support ( #4743 )
...
* rx2 support
* NO_NOT_USE_RX is for internal use only; plus sanity check if both v1 and v2 are specified
* minor fixes
* one more small fix
2017-03-03 17:00:20 +08:00
wing328
dbe99c3af9
fix path variable in ts angular2 ( #4756 )
2017-03-03 16:59:23 +08:00
gigo1980
fa803d5cf5
Adjust Date ISO Dateformat for Query Parameters: ISSUE 4745 ( #4812 )
...
* Adjust Date ISO Dateformat for Query Parameters: ISSUE 4745
* Run Sample Model
2017-03-03 16:58:24 +08:00
wing328
835c7c0e0c
[PHP][Silex] use original path name for path variable naming ( #4817 )
...
* use original path name in php silex
* fix path variable naming by camelizing the name
2017-03-03 16:49:00 +08:00
Hamed Ramezanian Nik
b894dc3827
Encode form paramerers properly\n ( #4836 )
...
Superagent doesn't encode form parameters properly. For example it doesn't encode objects which contain array. The following is a failed test case:
var my_opts = {
'storyId': 65441,
'id': [56, 352]
};
2017-03-03 16:48:11 +08:00
wing328
6c63558acc
better python flask readme ( #4844 )
2017-03-03 16:45:43 +08:00
Paŭlo Ebermann
88c9b6062d
Fix for #1219 ( #4875 )
...
* Update spring samples with current code.
This is done so I can see my own changes better.
* Regenerate samples after 2.2.2.
* use baseName instead of paramName for spring annotations.
* update spring petstore samples to show the effects.
2017-03-03 16:35:12 +08:00
Paŭlo Ebermann
0dab200f28
Update spring samples with current code. ( #4874 )
...
* Update spring samples with current code.
This is done so I can see my own changes better.
* Regenerate samples after 2.2.2.
2017-03-03 16:34:07 +08:00
Alexej Haak
195ff25f43
fixes progress for file upload with alamofire / swift3
2017-03-02 17:16:10 +01:00
Oliver Trosien
55b64fcbfd
Remove maven-api dependencies on swagger-codegen module ( #4840 )
...
* Remove maven-api dependencies
* Use org.apache.commons.lang3.StringUtils
2017-03-02 18:05:21 +08:00
Bartek Kryza
1b1767e489
[Bash] Bugfix default curl options fix ( #4832 )
...
* Fixed default cURL parameter handling
* Fixed iterator increments in JSON body Bash generator
* Added tests for content type and default cURL params
* Fixed generated Dockerfile Bash script access rights
* Generated test sample client
* Updated Bash generator README
2017-03-02 17:48:30 +08:00
wing328
167b2f59b8
add 2.2.3 to the table
2017-03-02 16:56:56 +08:00
wing328
775f108d4e
update version to 2.2.3-SNAPSHOT ( #4894 )
2017-03-02 16:54:37 +08:00
baartosz
26257daec3
fixed ApiException's methods return types ( #4845 )
2017-03-02 16:45:42 +08:00
wing328
1029b692e5
update url to 2.2.2 release
2017-03-02 15:25:38 +08:00
Tony Tam
ff209ada22
Merge pull request #4889 from swagger-api/release-prepare
...
update to release versions
v2.2.2
2017-03-01 14:51:05 -05:00
Tony Tam
8504c12ce0
update to release versions
2017-03-01 14:22:34 -05:00
Tony Tam
021e6cdad2
Merge pull request #4888 from swagger-api/remove-inflector-timestamp
...
Remove inflector timestamp
2017-03-01 14:16:12 -05:00
Tony Tam
b43b3771b1
rebuilt
2017-03-01 14:14:52 -05:00
Tony Tam
b941fcfdb6
remove timestamp
2017-03-01 14:14:30 -05:00
Tony Tam
01f5c1bf0f
Merge pull request #4881 from swagger-api/swagger-lib-versions
...
updated core versions
2017-03-01 14:12:57 -05:00
Tony Tam
60f0dcb573
Merge branch 'swagger-lib-versions' of github.com:swagger-api/swagger-codegen into swagger-lib-versions
2017-03-01 13:21:43 -05:00
Tony Tam
a27a76adf4
fixed missing dep
2017-03-01 13:21:14 -05:00
wing328
9e40700478
update jackson dependency and fix closing xml tag in jaxrs pom
2017-03-02 02:16:13 +08:00
wing328
f15267c717
add missing dependency to jaxrs pom
2017-03-02 01:56:27 +08:00
Tony Tam
d9fb6f8846
trigger a build
2017-03-01 10:58:33 -05:00
Tony Tam
655ba95b94
rebuilt
2017-03-01 10:04:39 -05:00
Tony Tam
4499a3c74c
rebuilt
2017-03-01 10:02:42 -05:00
Tony Tam
40da4769b0
rebuilt
2017-03-01 10:01:50 -05:00
Tony Tam
89168d5e89
rebuilt
2017-03-01 09:59:27 -05:00
Tony Tam
9aeedca4c3
rebuilt
2017-03-01 09:58:53 -05:00
Tony Tam
c9c9d9a258
rebuilt
2017-03-01 09:58:17 -05:00