wing328
|
d621021fb1
|
Merge branch 'vovan--issue-3193'
|
2016-07-07 13:51:17 +08:00 |
|
wing328
|
612afe1809
|
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
|
2016-07-07 11:38:57 +08:00 |
|
wing328
|
2d24e9971c
|
update jaxrs sample
|
2016-07-07 11:38:07 +08:00 |
|
wing328
|
e1fead8ee5
|
update spring petstore sample
|
2016-07-07 11:32:05 +08:00 |
|
wing328
|
9830e82add
|
Merge pull request #3294 from cbornet/spring_cloud
[Spring] Add a generator for spring cloud feign clients
|
2016-07-07 10:59:56 +08:00 |
|
wing328
|
b997dd15ad
|
Merge pull request #3306 from jimschubert/aspnet5_.NET_Core_1.0
[aspnet5] update to asp.net core 1.0
|
2016-07-07 10:59:01 +08:00 |
|
wing328
|
1f0f08f886
|
update jaxrs jersey1 sample
|
2016-07-07 10:51:42 +08:00 |
|
cbornet
|
57f518fe93
|
change spring-mvc petstore artifact-id
|
2016-07-06 11:47:48 +02:00 |
|
Jim Schubert
|
4d5905c736
|
[aspnet5] Regenerate sample server
|
2016-07-05 22:22:20 -04:00 |
|
wing328
|
e2e0af1e6c
|
Merge branch 'master' of https://github.com/arturdzm/swagger-codegen into arturdzm-master
Conflicts:
README.md
|
2016-07-02 17:00:21 +08:00 |
|
wing328
|
3c9b172996
|
Merge pull request #3274 from wing328/fix_lumne
Remove security test from petstore-with-fake-endpoints-models-for-testing
|
2016-07-02 11:48:45 +08:00 |
|
wing328
|
393b44dcd2
|
remove security test from petstore-with-fake-endpoints-models-for-testing
|
2016-07-02 11:32:25 +08:00 |
|
wing328
|
691957875e
|
Merge pull request #3185 from cbornet/common_jersey
[Jax-rs][jersey] Mutualize jersey 1 and jersey 2 templates
|
2016-07-02 11:19:40 +08:00 |
|
wing328
|
386d41db7f
|
fix duplciated artifact id
|
2016-07-01 21:56:11 +08:00 |
|
wing328
|
c9d2bb8a96
|
add test for jaxrs resteasy joda
|
2016-07-01 21:40:34 +08:00 |
|
wing328
|
4a3d9358ee
|
Merge pull request #3165 from abcsun/lumen
[PHP Lumen] sort the endpoints in ascending to avoid the route priority issure
|
2016-06-30 15:51:32 +08:00 |
|
wing328
|
de6b3cea70
|
fix slim windows path
|
2016-06-29 23:24:27 +08:00 |
|
wing328
|
a71c072609
|
Merge pull request #3224 from wing328/security_fix
[PHP] Better code injection handling for PHP API client
|
2016-06-28 15:19:41 +08:00 |
|
wing328
|
174222390a
|
Merge pull request #3190 from thebignet/asyncCompletableFuture
using CompletableFuture instead of Callable for asynchronous controller in Spring Boot
|
2016-06-28 12:34:23 +08:00 |
|
wing328
|
ec2abe78e3
|
apply security fix to php lumne, silex, slim
|
2016-06-28 12:21:41 +08:00 |
|
Pedro J. Molina
|
4eb1565fad
|
Update petstore sample for changes on PR #3212
|
2016-06-27 08:10:01 +02:00 |
|
Jean Detoeuf
|
4183bfc90c
|
updated Java8 spring sample with CompletableFuture feature #3190
|
2016-06-26 11:25:54 +02:00 |
|
wing328
|
e0d030d33a
|
Merge pull request #3139 from stunney/master
Issue #3138
|
2016-06-22 10:06:37 +08:00 |
|
wing328
|
c2f5d83d06
|
Merge branch 'nancyfx-codegen' of https://github.com/FinderSystems/swagger-codegen into FinderSystems-nancyfx-codegen
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenModel.java
|
2016-06-21 23:47:49 +08:00 |
|
cbornet
|
426cc6b6b4
|
better enums and dependency update
|
2016-06-21 16:19:37 +02:00 |
|
cbornet
|
d4150d9a02
|
remove jersey2 sample as its now the jax-rs default
|
2016-06-20 23:48:42 +02:00 |
|
cbornet
|
5a489f334e
|
mutualize jersey 1 and 2 server templates
|
2016-06-20 22:59:32 +02:00 |
|
cbornet
|
1062fa467e
|
fix issues
|
2016-06-20 15:13:17 +02:00 |
|
cbornet
|
ec6a9257e2
|
put spring-mvc and spring-boot under the same language gen
|
2016-06-20 15:12:03 +02:00 |
|
cbornet
|
6c5def6936
|
fix missing java client library files
|
2016-06-20 10:32:02 +02:00 |
|
Marcin Stefaniuk
|
0d9a490c17
|
Petstore sample for NancyFX.
|
2016-06-20 10:13:25 +02:00 |
|
abcsun
|
3cb178cd14
|
sort the endpoints in ascending to avoid the route priority issure
|
2016-06-18 10:16:46 +08:00 |
|
wing328
|
1bdaba5cdc
|
Merge pull request #3127 from abcsun/lumen
[PHP Lumen] add parameters validation and the Apache license
|
2016-06-17 18:58:57 +08:00 |
|
abcsun
|
0effbae24b
|
add lumen api.mustache to generate controller & license update & resource dir restructure
|
2016-06-17 11:37:10 +08:00 |
|
Remi Salembier
|
2d275b41e0
|
Java CXF petstore sample update
|
2016-06-16 17:13:02 +02:00 |
|
stunney
|
cb47bec293
|
Issue #3138
Continuation from original PR to update the pet store server auto gen
sample code based on previous commit.
|
2016-06-15 10:04:28 -04:00 |
|
wing328
|
89435850a6
|
Merge pull request #2979 from guohuang/go_server
issue#2970, [Go] add go server codegen template
|
2016-06-15 15:18:28 +08:00 |
|
wing328
|
871d5ddc5d
|
Merge pull request #3112 from cbornet/springboot_j8async
Add java8 and async options to Spring-Boot codegen
|
2016-06-14 01:02:52 +08:00 |
|
clasnake
|
ce456fafdc
|
Add Apache v2 license to auto-generated scalatra files.
|
2016-06-13 22:55:18 +08:00 |
|
abcsun
|
ee024c40fb
|
add apache license to lumen
|
2016-06-13 17:37:19 +08:00 |
|
abcsun
|
bffb0fb4d8
|
sync from origin master
|
2016-06-13 10:25:03 +08:00 |
|
Guo Huang
|
e39aa3ed3c
|
fix merge conflict
|
2016-06-12 14:15:55 -07:00 |
|
cbornet
|
c2dbe44d08
|
add java8 and async options to springboot codegen
|
2016-06-10 18:21:19 +02:00 |
|
wing328
|
e7160ca78a
|
Merge branch 'rails5-models' of https://github.com/zlx/swagger-codegen into zlx-rails5-models
|
2016-06-10 21:56:22 +08:00 |
|
wing328
|
a33eb3132e
|
add message about rmeoving files/folders under output folder
|
2016-06-10 17:01:27 +08:00 |
|
cbornet
|
d8eb708e23
|
add joda support to spring-boot and use it in sample
|
2016-06-09 22:09:47 +02:00 |
|
Newell Zhu
|
f3e368c723
|
Add model & migrate support
|
2016-06-09 18:40:01 +08:00 |
|
wing328
|
3165e1c39d
|
Merge pull request #3039 from cbornet/spring_interface
[Spring] Add an option to only generate stubs of the API and no server files
|
2016-06-09 01:38:17 +08:00 |
|
wing328
|
3ae48b179a
|
replaced global license file with default LICENSE
|
2016-06-07 15:15:20 +08:00 |
|
Artur Dzmitryieu
|
ad25052223
|
Update a Readme and add sample output for petstore json
|
2016-06-06 15:03:44 -04:00 |
|