wing328
636623d0e9
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-11-04 19:17:35 +08:00
Tony Tam
088ba97967
updated to next development version
2016-11-02 16:55:22 -04:00
wing328
c1e6f00242
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-11-02 15:43:00 +08:00
Nick Maynard
0c1b1aa749
Add Checkstyle to POM with Google settings advice ( #4047 )
...
* Add Checkstyle to POM with Google settings advice
* Add note re. changes for swagger-codegen
* Use Checkstyle 6.19 - v7 removed JDK 7 runtime support
* Add a link to the original config
2016-11-01 17:34:28 +08:00
Tony Tam
950a3eb2e8
Update pom.xml
2016-10-31 19:14:32 -07:00
Tony Tam
92af2cf821
updated versions
2016-10-27 12:59:51 -07:00
wing328
07c6fe9d0d
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-10-26 15:42:59 +08:00
wing328
983aec6250
add sample for java-msf4
2016-10-26 11:31:43 +08:00
wing328
a839a6803f
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-10-20 18:40:19 +08:00
wing328
d1eca76974
add test for java6 jersey2 client
2016-10-20 11:12:31 +08:00
wing328
59ec339679
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-10-09 12:26:29 +08:00
wing328
c915f8ecdc
update pom to test java okhttp-gson parcelable models
2016-10-05 22:55:01 +08:00
wing328
62b6cf4609
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-10-02 17:24:17 +08:00
Steve Hu
d74a1fbed4
Add a new language generator for undertow-server framework ( #3820 )
...
* add undertow generator
* add apiException
* add undertow server code gen
* reovery sprintboot sample
* update handler
* output swagger.json and handler template change
* remove api template
* remove api.mustache
* update pom.xml
* update readme
* add config files
* add basePath to the handler and upgrade to 0.1.1 framework
* add additional files for release
* fixed the mvn verify issue
* update one template to fix compile error for fake petstore
2016-09-19 22:45:10 +08:00
wing328
766b04a2bd
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-09-12 23:30:15 +08:00
Brent Ryan
95d63a6f1f
Bump version of pom to 2.3.0-SNAPSHOT for the 2.3.x release
2016-09-07 09:22:56 -04:00
wing328
24c0038cce
[Java][Inflector] Fix enum issue with java inflector ( #3606 )
...
* fix enum issue with java inflector
* update pom to test java-inflector
2016-08-18 09:48:50 +08:00
Tony Tam
c4f3cb1d9e
updated dev versions
2016-08-07 23:03:44 +02:00
Tony Tam
c147cfde1b
updated release versions
2016-08-07 11:49:01 +02:00
Tony Tam
1f58526615
updated to release version of parser
2016-08-05 19:42:21 +02:00
Tony Tam
125338a081
updated parser
2016-08-05 08:53:13 +02:00
wing328
c23b473636
[Go] update travis config to run Go Petstore tests ( #3465 )
...
* update pom to include go ci
* fix pom
* add gopath
* update GOPATH
* reorder pom client, server test sequence
* remove debug echo in travis
2016-07-27 16:19:23 +08:00
wing328
81f5108bac
[Scala][Scalatra] Include scalatra pestore in the CI tests ( #3456 )
...
* add CI coverage for scalatra server
* move scalatra test to the end
2016-07-26 16:04:54 +08:00
ozialien
d5528e5d2a
jmockit-surefire-fix ( #3429 )
2016-07-21 21:36:56 +08:00
wing328
b3a6535d1e
Merge pull request #3385 from wing328/fix_mvn_warning
...
Fix maven warning and update maven plug-ins to the latest version
2016-07-19 13:10:49 +08:00
Tony Tam
39cb6a24db
updated dev versions
2016-07-17 15:43:30 -07:00
Tony Tam
c49db091ef
updated versions for release
2016-07-15 13:45:22 -07:00
wing328
9056a5a56c
fix mvn warning, update mvn plug-in version
2016-07-15 21:21:58 +08:00
wing328
ed7344d452
minor fix to pom.xml
2016-07-07 15:53:16 +08:00
wing328
3b780e30d8
change java default lib to okhttp-gson
2016-07-07 15:53:16 +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
cbornet
5f15121fc2
add springboot and spring-cloud to verified samples
2016-07-06 11:26:16 +02:00
wing328
e013747535
add comments
2016-07-02 15:10:38 +08:00
wing328
f8362a56b3
failure test
2016-07-02 15:01:45 +08:00
wing328
c9d2bb8a96
add test for jaxrs resteasy joda
2016-07-01 21:40:34 +08:00
wing328
7f5b391f80
run ruby test first
2016-06-27 11:27:30 +08:00
Mateusz Mackowiak
fc43b8700b
[Objc] Moved default petstore demo sample to default folder and created a target with core data sample
2016-06-16 11:57:52 +02:00
wing328
1221a83504
add python ci
2016-06-11 10:35:50 +08:00
wing328
23d2c56096
[JAX-RS] fix library setting "jersey2" ( #3016 )
...
* to fix #2981
* update sample, update ci to include jaxrs (jersey1, 2)
* avoid duplicated artifactId in pom (jaxrs jersey1)
* update jetty dependency for jersey1 jaxrs
* update bin to set proper artifact-id
* fix jersey1 jaxrs pom.xml
* fix dependency in jaxrs jersey2 pom
* downgrade jetty plugin to 9.3.0.v20150612
* update petstore sample for jaxrs jersey 1
* restore jetty to previous version. update test order
* downgrade jetty maven plugin version
* restore original version of jetty plugin
2016-06-02 14:33:08 +08:00
wing328
3e131d1901
update pom to cover ts fetch api client
2016-05-26 17:50:13 +08:00
wing328
95ba8ac99b
Merge pull request #2952 from jaz-ah/swift/dirs
...
[Swift] change swift directory structure
2016-05-26 16:53:57 +08:00
Joseph Zuromski
d55a691e11
fix path
2016-05-24 14:37:37 -07:00
wing328
04eca71be4
update pom to use 2.2.0-SNAPSHOT
2016-05-24 22:47:03 +08:00
wing328
6231970ac6
run ruby test first
2016-05-20 15:24:13 +08:00
wing328
70619525cd
commented out TS fetch related tests in pom.xml
2016-05-20 15:09:35 +08:00
wing328
48971ebd7b
update pom to include ci for typescript-fetch clients
2016-05-20 00:34:32 +08:00
wing328
f7ed6f040d
add ci test for typescript angular
2016-05-20 00:34:31 +08:00
wing328
3b4331a7ee
add ci to ts node npm
2016-05-20 00:34:31 +08:00
wing328
204fb3bde1
upgrade swagger core to 1.5.9
2016-05-18 10:53:36 +08:00
wing328
d01305671f
minor fix to android after switching default lib
2016-05-15 14:40:20 +08:00
wing328
3a80a4ff1e
fix double byte characters in description, upgrade to lang3
2016-05-06 16:36:45 +08:00
wing328
36cad7c065
Merge pull request #2360 from stremlenye/master
...
Update JMustache dependency to support whitespace and line breaks trimming
2016-04-09 16:35:16 +08:00
Tony Tam
1fe2d3a165
release prepare
2016-04-06 14:07:52 -07:00
Tony Tam
3ea911dd74
fix, tests for #2500
2016-04-05 14:48:37 -07:00
Tony Tam
cd0633a04f
Updated to release version of swagger-parser
2016-03-24 13:27:47 -07:00
wing328
57c493b334
add jaxrs-resteasy to ci test
2016-03-16 14:26:03 +08:00
wing328
df8d4fd8b8
remove releaseVersion (duplicated with packageVersion)
2016-03-15 11:40:09 +08:00
Yuriy Ankudinov
2b33a248e0
Update JMustache dependency to support whitespace trimming
2016-03-11 14:10:35 +01:00
wing328
23a90b7dcc
remove objc, add pom.xml to test C# petstore client
2016-02-13 17:43:38 +08:00
wing328
57d16dee7b
remove swift CI test
2016-02-13 16:46:01 +08:00
wing328
2fcbc38b67
fix objc binary mapping, add objc,swift to CI tests
2016-02-13 16:29:35 +08:00
Tony Tam
e2d61abc10
update parser version
2016-02-08 13:48:31 -08:00
Tony Tam
12ff5cc8cd
updated to 1.0.18-SNAPSHOT for https://github.com/swagger-api/swagger-parser/issues/182
2016-02-08 10:13:23 -08:00
Tony Tam
190f0a6a08
updated swagger-core to 1.5.7
2016-02-04 17:58:57 -08:00
wing328
4a8927f0e3
update pom to use swagger parser 1.0.17
2016-02-04 14:14:25 +08:00
Silvio Heuberger
8bb774f821
Add retrofit2rx sample to samples profile
...
This is so that the sample gets compiled
and executed on mvn verify.
2016-01-25 10:29:13 +01:00
xhh
1ddc91b8a9
Try fixing occasional testing failuers in Java client
...
by using random and atomically increasing IDs
2016-01-20 11:55:04 +08:00
Tony Tam
7c3406804d
updated versions
2016-01-07 20:43:49 -08:00
Tony Tam
cc0d29f3ec
fixed javadoc plugin
2016-01-06 12:30:24 -08:00
Tony Tam
d4d4c43032
updated versions
2016-01-06 09:47:32 -08:00
Tony Tam
19ff7dc19c
pom updates
2016-01-06 06:30:25 -08:00
xhh
0103c2f906
Change the android-volley client codegen to an Android library
2016-01-04 19:09:07 +08:00
Tony Tam
4bd17323d5
pom cleanup
2015-12-30 15:18:00 -08:00
wing328
861ea27db7
update pom commonio to latest version
2015-12-29 00:01:18 +08:00
wing328
9181b6b0a7
update pom to use latest core and parser
2015-12-24 14:13:18 +08:00
Tony Tam
a3a269c801
Merge branch 'master' into issue-1357
2015-12-18 08:13:20 -05:00
Tony Tam
5814cd47bc
updated parser for #1357
2015-12-18 08:12:31 -05:00
xhh
f07b75f419
Include Javascript client into integration test
...
and return the promise-like result of $.ajax for API
2015-12-17 20:41:09 +08:00
wing328
5ef169de15
update sample and test case for java feign
2015-12-10 16:37:56 +08:00
wing328
5494b694b7
Merge pull request #1458 from gaalandr/params_support_2.0_spec
...
fix: codegen does not support spec 2.0 properties for parameters:
2015-11-30 22:02:12 +08:00
Andras Gaal
2c52cc1d86
Merge branch 'masterswaggerio' into params_support_2.0_spec
...
Conflicts:
.gitignore
2015-11-19 15:09:08 +01:00
xhh
1358a39d0d
Include the petstore clojure client into integration tests
2015-11-19 16:04:27 +08:00
Emiliano Bonassi
e104803781
fix pom.xml added retrofit2 as a module
2015-11-10 12:39:30 +01:00
Emiliano Bonassi
47f4396fb7
- fix source/target java version to 1.6
...
- add test profile for CI
2015-11-10 12:30:13 +01:00
Tony Tam
7ac91ced2e
updated parser version
2015-11-03 09:13:29 -08:00
Andras Gaal
a5fcda9926
fix: codegen does not support spec 2.0 properties for parameters:
...
maximum
,exclusiveMaximum
,minimum
,exclusiveMinimum
,maxLength
,minLength
,pattern
,maxItems
,minItems
,uniqueItems
,multipleOf
2015-10-28 10:52:29 +01:00
Tony Tam
6b7ceab081
updated to dev version
2015-10-25 20:59:52 -07:00
Tony Tam
dd3b253e15
updated versions
2015-10-25 19:31:36 -07:00
Tony Tam
78f8eaa687
set to release version
2015-10-25 16:31:40 -07:00
Tony Tam
10a9c62e2b
merged
2015-10-20 10:57:36 -07:00
Tony Tam
84b7302f12
updated swagger-core version
2015-10-19 21:34:42 -07:00
cbornet
f603efc419
add retrofit to CI verified samples
2015-10-13 12:18:32 +02:00
cristiangarciascmspain
503ffd06d0
Add StartAttachListener that fixes #1330
2015-10-08 18:30:13 +02:00
cbornet
1863aca0fa
set retrofit as a java library
...
Fix #1247
Fix #1248
2015-09-18 14:21:48 +02:00
wing328
d37cf6595a
update pom.xml to get rid of the warning
2015-09-09 16:20:17 +08:00
wing328
7d4ba27e01
Merge pull request #1162 from xhh/java-okhttp-gson
...
[Java] Add a new library template: okhttp-gson
2015-09-02 16:21:39 +08:00
Tony Tam
5940f46f56
added vendor extensions on parameters per #1173
2015-09-01 23:04:33 -07:00
xhh
e35be1bd40
Generate Java petstore sample for okhttp-gson
2015-08-31 19:59:17 +08:00
wing328
b846fa5c3e
update JMockit to 1.19
2015-08-31 18:44:01 +08:00
russellb337
074ba1ea54
undo some of the debugging changes I made
2015-08-27 09:11:49 -07:00