wing328
7db3388fdc
Update maven compiler plugin to the latest version (3.6.1) ( #5300 )
...
* update maven compiler plugin to the latest version
* update feign petstore
2017-04-02 21:39:48 +08:00
wing328
2e8eea9c18
add logic to camelize path variables for feign client ( #5301 )
2017-04-02 19:01:43 +08:00
Paŭlo Ebermann
ce41a343d8
Updating all samples (except feign) ( #5281 )
2017-04-02 17:01:15 +08:00
wing328
071c012f85
Replace tab with 4 space in Java files ( #5298 )
...
* replace tab with 4 space in java files
* revise error message in shell script
* print result before checking
* revise grep expression
2017-04-02 16:05:40 +08:00
jfiala
ca6b5d09d0
[Jaxrs-cxf] Add check for useGenericResponse for jaxrs-cxf server + client ( #4779 )
...
* add check for useGenericResponse for jaxrs-cxf
* move check for genericresponse to cxf codegen #4713
2017-04-02 16:05:16 +08:00
wing328
bc8e16e3f8
fix package name in mono test script ( #5278 )
2017-04-01 21:12:17 +08:00
Granjow
64c7e23a04
TypeScript client API: Add public getter/setter for base path ( #5270 )
2017-04-01 16:33:29 +08:00
wing328
e96db74918
update java jersey2 petstore clients
2017-04-01 16:19:31 +08:00
zszugyi
22eb72791c
Specify copy option to overwrite existing temp file, otherwise Files.copy throws FileAlreadyExistsException ( #5268 )
2017-04-01 16:11:00 +08:00
Griffin Schneider
5de19e3214
[Swift3] Fix bug where non-camel-case path params didn't work. ( #5267 )
...
* [Swift3] Fix bug where non-camel-case path params didn't work.
* [Swift3] Fix bug where int enums generated non-compiling code. Swift3 integration tests now pass.
* [Swift3] Add a non-camel-case path parameter to petstore-with-fake-endpoints-models-for-testing. This would have caused the Swift3 tests to be broken before 7387e49fef56a624045aa52b65ffb9c19b3853ec.
2017-04-01 16:06:31 +08:00
Benjamin Douglas
5c3fe23e9f
Support Swagger collectionFormat encodings in Feign ( #5266 )
...
* Support Swagger collectionFormat encodings in Feign
Feign only natively supports the "multi" collectionFormat for encoding lists
of parameter values. This change adds manual encoding of the other formats, such
as "csv" (the default for collections), "tsv", space-separated, and pipes.
* Fix typo in anchor tag.
2017-04-01 15:33:20 +08:00
JC Casas
909f392745
fix mustache file for build.bat ( #5264 )
...
replace IO.Swagger for {{packageName}} where necessary
2017-03-31 16:30:40 +08:00
wing328
b71fe61bb7
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2017-03-31 00:37:05 +08:00
wing328
08be483dab
add new python files
2017-03-31 00:36:51 +08:00
wing328
879edc3a9d
Added IBM to the company list
2017-03-30 23:16:02 +08:00
Paŭlo Ebermann
36d1406493
Update samples for javascript + javascript-promise. ( #5241 )
2017-03-30 23:04:49 +08:00
niku
4e1d9ea010
[Elixir] Add documentation for functions ( #5260 )
2017-03-30 22:45:39 +08:00
wing328
b213193550
Merge branch 'Granjow-nodejs-server-improvements'
2017-03-30 22:40:17 +08:00
wing328
a15af0828c
update nodejs petstore samples
2017-03-30 22:39:53 +08:00
wing328
0baa6cf0e8
Merge branch 'nodejs-server-improvements' of https://github.com/Granjow/swagger-codegen into Granjow-nodejs-server-improvements
2017-03-30 22:31:17 +08:00
David Harrigan
fc01457d77
[JAVA][ #5172 ] Allow vendor json media types ( #5189 )
...
* [#5172 ] Allow vendor json media types
* Revert unnecessary diffs
* Update petstore sample
* Didn't run mvn after some edits
* Rerun ' ./bin/java-petstore-all.sh' and './bin/security/java-petstore-okhttp-gson.sh'
* Added more realistic test cases for isJsonMime
2017-03-30 22:23:24 +08:00
wing328
040a25cc9b
fix typo in c# generator's help text
2017-03-30 10:22:13 +08:00
Paŭlo Ebermann
46cb158733
Updating C# samples. ( #5242 )
2017-03-30 10:02:42 +08:00
Paŭlo Ebermann
db71d97370
Updating samples after #5232 . ( #5243 )
...
* Updating samples after #5232 .
* Fix tests after #5232 .
* Fix Javascript client tests.
* JaxRS server: set serverPort only when not given from outside.
* Update JaxRS sample creator scripts to fix serverPort.
* Preliminary test fix for JaxRS server generators.
* Updating samples for JaxRS with Jersey1/2.
* Updating JaxRS samples again.
2017-03-30 01:28:53 +08:00
Paŭlo Ebermann
2830fb1794
[JaxRS Server][Jersey1/2] Pass server port by cli ( #5246 )
...
* JaxRS server: set serverPort only when not given from outside.
* Update JaxRS sample creator scripts to fix serverPort.
* Preliminary test fix for JaxRS server generators.
* Updating samples for JaxRS with Jersey1/2.
2017-03-30 01:26:37 +08:00
wing328
8e29326eb5
add link to faq
...
https://github.com/swagger-api/swagger-codegen/wiki/FAQ#git
2017-03-29 22:24:49 +08:00
wing328
6debbdb652
[C#] Add C# v5.0 Petstore sample (.NET Standard 1.3 compatible) ( #5249 )
...
* add csharp .net standard petstore client, update appveyor to build the
client as part of ci
* add new files
2017-03-29 18:43:30 +08:00
James Paden
b91ff65204
Add DocRaptor to Companies Using Swagger list ( #5245 )
...
https://github.com/docraptor
2017-03-29 12:35:28 +08:00
wing328
996acc05f5
[Java][Retrofit2] update gradle, sbt build file with latest dependencies ( #5238 )
...
* update build.gradle for retrofit2
* update retrofit2 rx2 sample
* update gradle and sbt build file for retrofit2
2017-03-28 21:05:12 +08:00
Simon A. Eugster
99fd1b2281
Use __dirname
for paths if server is started from a different directory
2017-03-28 13:31:47 +02:00
wing328
55e648c0b1
update retrofit2 dependencies ( #5235 )
2017-03-28 18:50:24 +08:00
Paŭlo Ebermann
dd883e4125
Issue #3084 : remove timestamps from undertow samples ( #5231 )
...
* Issue #3084 : Support hideGenerationTimestamp for Undertow.
* Issue #3084 : disable timestamp generation for undertow samples.
* Update samples for Undertow.
2017-03-28 16:55:08 +08:00
wing328
32e9e7f63e
add port 80 to swagger spec ( #5232 )
2017-03-28 16:46:29 +08:00
wing328
ab9f5fa0c0
Merge branch 'fix_msf4j_sh'
2017-03-28 10:08:28 +08:00
wing328
05c671aa5a
fix msf4j bin script
2017-03-28 10:07:38 +08:00
wing328
d68859cfbc
fix c# docstring typo ( #5223 )
2017-03-27 18:06:34 +08:00
wing328
19b766ef04
add comments to csharp methods ( #5222 )
2017-03-27 17:29:07 +08:00
wing328
b32fe8230a
fix retrofit2 indentation ( #5221 )
2017-03-27 17:21:45 +08:00
Paŭlo Ebermann
b275b8f9da
Updating samples for spring-stubs, springboot-delegate, springboot-delegate-j8. ( #5211 )
2017-03-27 15:24:18 +08:00
Todd
3849d64c24
export top level enumeration types in typescript-fetch mode ( #4820 )
...
This change enables top level enumeratons to be written out as:
export type SortDirection = "Ascending" | "Descending";
vs.
export class SortDirection {
}
2017-03-27 15:15:36 +08:00
Paŭlo Ebermann
ec6248cbcf
[Erlang] pretty print swagger json ( #5215 )
...
* Pretty-print swagger.json.
(This was done via `jq`. In a later commit we'll generate it pretty-printed.)
* Erlang Server: pretty-print generated swagger.json.
* Update samples for Erlang-server.
2017-03-27 14:50:17 +08:00
wing328
1a1f5afddc
add ci test for msf4j server ( #5220 )
2017-03-27 14:37:42 +08:00
Paŭlo Ebermann
c0e42d2ae0
Updating samples for JaxRS servers: Spec + CXF-CDI. ( #5213 )
2017-03-27 14:31:46 +08:00
Paŭlo Ebermann
a505822b86
Update samples for JaxRS/RestEasy/Joda. ( #5205 )
2017-03-27 14:28:06 +08:00
Paŭlo Ebermann
c73c7ff3b9
Update samples for Undertow. ( #5207 )
2017-03-27 14:27:38 +08:00
Paŭlo Ebermann
ee1ef2c1f6
Update samples for okhttp-gson-parcelableModel. ( #5208 )
2017-03-27 14:22:56 +08:00
Paŭlo Ebermann
b3fac54df6
Update samples for Java Inflector. ( #5204 )
2017-03-27 14:10:15 +08:00
Paŭlo Ebermann
6fef9c5ce6
[java][msf4j] Update msf4j samples (and fix artifact name) ( #5210 )
...
* Fix MSF4J pom indentation.
* Set MSF4J sample artifactId in the generator script.
* Update MSF4J samples.
2017-03-27 14:09:36 +08:00
Paŭlo Ebermann
4ec23e6694
Update samples for Ruby-Client + Rails server. ( #5214 )
2017-03-27 13:27:13 +08:00
Paŭlo Ebermann
9875855f63
[ASP.NET] Issue #5196 : add packageGuid parameter to AspNetCoreServerCodegen. ( #5199 )
...
* Issue #5196 : add packageUid parameter to AspNetCoreServerCodeGen.
* Change .bat file, too.
2017-03-27 13:20:24 +08:00